Embeddable widget SDK for AppGram. All files served with CORS headers for cross-origin embedding.
Complete portal widget with feedback, roadmap, support, and more.
https://cdn.appgram.dev/appgram.min.js
<script src="https://cdn.appgram.dev/appgram.min.js" data-project="your-org/your-project"></script>
Lightweight SDK for embedding contact forms only. Much smaller bundle size.
https://cdn.appgram.dev/forms.min.js
<!-- Inline form - renders where script is placed -->
<script src="https://cdn.appgram.dev/forms.min.js" data-form="your-form-id"></script>
<button onclick="AppGramForms.open()">Contact Us</button>
<script src="https://cdn.appgram.dev/forms.min.js" data-form="your-form-id" data-mode="modal"></script>
Share forms directly without any code:
https://portal.appgram.dev/f/your-form-id
Perfect for email signatures, QR codes, and social media bios.
AI-powered help-center chat that answers visitor questions from your published articles.
https://cdn.appgram.dev/chat.min.js
<script src="https://cdn.appgram.dev/chat.min.js"
data-project-id="your-project-uuid"
data-agent-name="Help Assistant"
data-accent-color="#6366f1"></script>
<script src="https://cdn.appgram.dev/chat.min.js"
data-project-id="your-project-uuid"
data-options="Help me get started|Pricing|Demo"></script>
<script src="https://cdn.appgram.dev/chat.min.js"></script>
<script>
const chat = AppGramChat.init({ projectId: 'your-uuid' })
chat.open()
chat.on('source:click', (source) => console.log(source))
</script>
Embed your published testimonials anywhere. Text + video cards, masonry layout, sentence-1 highlighter.
https://cdn.appgram.dev/testimonials.min.js
<script src="https://cdn.appgram.dev/testimonials.min.js"
data-project-id="your-project-uuid"
data-columns="3"></script>
<div id="testimonials"></div>
<script src="https://cdn.appgram.dev/testimonials.min.js"
data-project-id="your-uuid"
data-container="#testimonials"
data-columns="3"
data-max-items="9"></script>
<button onclick="AppGramTestimonials.open()">Read reviews</button>
<script src="https://cdn.appgram.dev/testimonials.min.js"
data-project-id="your-uuid"
data-mode="modal"></script>
GET /health - Health check with build statusGET /version - Version infoGET /checksum - File checksum and feature verification