AppGram Embed SDK CDN

Embeddable widget SDK for AppGram. All files served with CORS headers for cross-origin embedding.

Full Widget SDK

Complete portal widget with feedback, roadmap, support, and more.

Minified for CDN ~25KB
https://cdn.appgram.dev/appgram.min.js
Loading build status...
<script src="https://cdn.appgram.dev/appgram.min.js" data-project="your-org/your-project"></script>

Forms Embed SDK NEW

Lightweight SDK for embedding contact forms only. Much smaller bundle size.

Minified for CDN ~8KB
https://cdn.appgram.dev/forms.min.js
Standalone contact form widget - no portal, just forms.

Quick Start

<!-- Inline form - renders where script is placed -->
<script src="https://cdn.appgram.dev/forms.min.js" data-form="your-form-id"></script>

Modal Trigger

<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>

Form-as-a-Service URLs

Share forms directly without any code:

https://portal.appgram.dev/f/your-form-id

Perfect for email signatures, QR codes, and social media bios.

API Endpoints

Quick Test: