Changelog

New features, improvements, and fixes shipped to InsForge.

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

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

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

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