---
title: "Products"
description: "Every InsForge product in one place. Click any card to dive in."
---
InsForge ships ten products, each exposed through the same REST surface, the
same JWT auth, the same MCP server, and the same SDKs.
Postgres for every project. Migrations, branching, pgvector, S3-backed backups.
Every table becomes a typed REST and SDK surface.
Email and password, passwordless, OAuth, and mobile logins through one
API. JWT sessions, row-level security, OAuth-server mode.
S3-compatible object storage with signed URLs and row-level policies.
Works with rclone, the AWS CLI, Terraform.
Database changes, broadcast, and presence over one WebSocket connection.
Subscriptions and client publish use RLS checks.
Deno-powered serverless TypeScript with first-class schedules. Invoke
on-demand, chain from DB triggers, or run on cron.
OpenRouter-backed chat, streaming, and embeddings through one
InsForge-managed key. Per-project quotas and usage tracking.
Deploy frontends to InsForge-managed hosting and link them to your project
backend automatically.
Transactional email today; SMS and push on the roadmap. One API.
Stripe checkout, subscriptions, and customer portal flows.
Long-running services beyond the edge-function model.
## How they fit together
Every product shares the same auth identity, the same row-level security
policies, and the same MCP surface for AI agents. A user signed in through
**Auth** gets a JWT that the **Database**, **Storage**, **Realtime**, and
**Edge Functions** layers all use to enforce the same access rules.
Connect agents to read schemas, run queries, and deploy code.
TypeScript, Swift, Kotlin, and a plain REST API.
Run the whole stack on your own infrastructure.