Dec 21, 2025
Realtime Module
We launched a new Realtime module built on WebSockets with a pub/sub architecture. It supports channels for live updates, message history for state syncing, and RLS-based permissions out of the box—making it well suited for real-time apps, games, chat, and collaborative experiences.
Apple OAuth
Apple OAuth is now available in InsForge Auth, as requested by the community. You can enable Sign in with Apple in a few clicks and ship apps with Apple login without manual OAuth setup.Alipay Payments
Alipay is now supported for InsForge subscriptions, so you can subscribe without a credit card. This removes a major payment barrier for users in the APAC region.More Models in the Model Gateway
We have added more popular and state-of-the-art models to the InsForge Model Gateway so you can choose the right model for each use case:- GPT 5.2 - Stronger reasoning and longer context
- DeepSeek V3 - High performance at a lower cost
- Gemini 3 Flash - Low latency real-time inference

Dec 19, 2025
Multi-Region Deployments
Deploy your project to the appropriate region for improved latency and compliance. We currently supportus-east, us-west, eu-central and ap-southeast regions. More regions will be added based on demand.
Postgres Connection
Connect to your project’s Postgres database and query it directly from your database clients. This also allows you to integrate InsForge with external services and tools like n8n.
Dec 16, 2025
Custom Emails (Private Preview)
Send custom transactional emails directly from your app using the SDK. Supports multiple recipients, CC/BCC, custom sender names, and full HTML content.View Email SDK documentation →Dec 12, 2025
Alipay Payment Support
Added Alipay as an alternative payment method. Users can now pay for InsForge subscriptions without a credit card.
New AI Models
Expanded AI model support:- GPT-5.2 - OpenAI’s latest flagship model with enhanced reasoning, longer context windows, and improved instruction following
- DeepSeek V3 - Open-weight model offering strong performance at lower cost, ideal for high-volume workloads

Dec 11, 2025
Apple Login
Sign in with Apple is now available as an OAuth provider. Enable it in your project settings and let users authenticate with their Apple ID. Like other social providers, InsForge Cloud offers shared credentials for quick testing.View Authentication docs →
Realtime Module
Build apps with realtime pub/sub messaging. Whether you’re creating a chat room, multiplayer game, or collaborative document editor, the new Realtime module handles WebSocket connections, channel subscriptions, and message delivery out of the box.Key features include:- Channel patterns with wildcard support (e.g.,
chat:*,game:lobby) - Webhook integrations for server-side event processing
- Message history and delivery analytics
- RLS-based permissions for secure subscribe and publish operations

Dec 7, 2025
AI Integration
Expanded model support with smarter defaults for different use cases.- Gemini 3 Pro is now the default image generation model.
- Grok 4.1 Fast added to model selection for quicker, lightweight inference.

MCP Installer
Updated installer experience with a new InsForge-branded startup screen and clearer next-step instructions.
Security & Framework Updates
Updated Next.js and React versions in response to a security incident.Nov 30, 2025
QuickStart Prompts & Templates
Get started faster with our new quickstart prompts and templates for common apps. Builders can now start with one click and get a fullstack app running in 5 minutes.Try the quickstart →
Auth Components
Drop-in prebuilt React auth components for your app. Get a working auth flow right away with social sign-on support built in by default.View Auth Components docs →
Database Metadata Dashboard
View your RLS policies, triggers, functions, and indexes all in one place. This makes debugging and understanding your project security much easier.
SQL Editor
Run SQL queries directly in the InsForge dashboard. No external tools required.
Usage Page
A new dashboard section that displays a clear breakdown of your resource usage and what your plan includes.
Oct 30, 2025
OAuth: 4 New Third-Party Providers
You can now enable third-party logins with LinkedIn, Microsoft, Facebook, and Discord. On InsForge Cloud, we provide shared credentials for developers who want to quickly test these login flows.After enabling, you can implement these logins directly through your agent by sending a simple prompt:
Import CSV to Your Table
You can now upload.csv files directly into any table from the dashboard. Perfect for bringing in sample data or migrating from other tools.
InsForge.js SDK
We’ve released our insforge-js SDK to make it easier for developers to integrate InsForge into their workflows. Manage auth, query databases, and control your backend programmatically with a few lines of code.GitHub · Database SDK →Logs
The new logs page lets you monitor container logs in real time. You can watch your backend activity directly in the dashboard, or let AI coding agents query logs through the InsForge MCP to automatically debug and search for errors.