Skip to main content
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.
Realtime module with collaborative cursors and messaging

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
More models are coming soon.
AI Integration dashboard with new models
View AI SDK documentation →
Dec 19, 2025

Multi-Region Deployments

Deploy your project to the appropriate region for improved latency and compliance. We currently support us-east, us-west, eu-central and ap-southeast regions. More regions will be added based on demand.
Multi-Region Deployments

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.
Postgres Connection
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.
Alipay payment method option

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
View AI SDK documentation →
AI Integration with new models
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 →
Sign in with Apple authentication

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
View Realtime SDK documentation →
Realtime multiplayer chess game demo
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.
View AI SDK documentation →
AI Integration with new models

MCP Installer

Updated installer experience with a new InsForge-branded startup screen and clearer next-step instructions.
MCP Installer with InsForge branding

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 →
QuickStart Prompts and Templates

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 →
Auth Components with Social Sign-on

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.
Database Metadata Dashboard

SQL Editor

Run SQL queries directly in the InsForge dashboard. No external tools required.
SQL Editor in Dashboard

Usage Page

A new dashboard section that displays a clear breakdown of your resource usage and what your plan includes.
Usage Page Dashboard
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:
implement Discord login
View Authentication docs →
OAuth Providers - LinkedIn, Microsoft, Facebook, and Discord

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.
CSV Upload to Tables Feature

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.
Real-time Logs Monitoring Feature