We just shipped a new Integrations page on insforge.dev. It's now in the top nav — one click to browse every third-party service that works with InsForge, complete with setup guides and sample apps.
Why an Integrations Hub?
InsForge gives you a database, auth, storage, edge functions, and an AI gateway out of the box. But most production apps also rely on specialized services — identity providers, payment processors, messaging platforms, and more.
Until now, those guides lived in scattered docs and blog posts. The Integrations page brings them all into one place so you can find what you need, see what's possible, and get started in minutes.
What's Available Today
We're launching with five authentication integrations:
| Provider | What It Does |
|---|---|
| Clerk | Drop-in UI components for sign-up, sign-in, and user profiles |
| Auth0 | Enterprise-grade identity with SSO, MFA, and universal login |
| Kinde | Developer-friendly auth with feature flags and user management |
| Stytch | Passwordless-first auth — email magic links, OTPs, OAuth |
| WorkOS | SSO, directory sync, and admin portal for B2B SaaS |
Each guide walks you through the full setup: configuring JWT templates, wiring up the InsForge client, creating RLS-protected tables, and building a working app. Every integration also includes a live demo and open-source sample code.
How It Works
All five auth integrations follow the same pattern — the provider handles user sign-up and session management, then signs a JWT that InsForge accepts natively. Row Level Security policies use the JWT claims to scope data access per user. No custom middleware, no token exchange service.
What's Next
Auth is just the beginning. We're actively working on integrations across more categories:
- Payments — monetize APIs and edge functions with pay-per-use billing
- DevTools — connect your development workflow
- Messaging — add notifications and real-time communication
- Storage — integrate with external object storage providers
Have a service you'd like to see on the Integrations page? Let us know on GitHub or X.
Get Started
Head to insforge.dev/integrations to explore, or jump straight into any guide above.
- Start using InsForge today: https://insforge.dev/
- Make sure to star us on GitHub
- Follow us on X (twitter)
