Back to Home

Quickstart Guide

Get up and running with GlintPost in less than 5 minutes. Learn how to integrate our widgets directly into your application.

1. Get your API Key

First, you'll need to grab your public API Key from your GlintPost dashboard. Navigate to Settings > API Keys and copy the provided string.

2. Add the Script Tag

Include the specific widget script before the closing </body> tag of your HTML.

index.html
<script src="https://app.glintpost.com/changelog-widget.js" data-api-key="YOUR_API_KEY_HERE"></script>
Note: Make sure to replace YOUR_API_KEY_HERE with your actual API key.