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.
GET /health - Health check with build statusGET /version - Version infoGET /checksum - File checksum and feature verification