10 releases

Changelog

New features, improvements, and fixes. Follow along as we build Forge.

v0.8.0

Latest

2026-04-17

5 features1 infrastructure5 fixs
Features
  • Add first class github and bitbucket support
  • Add project sharing functionality
  • Add marketing site content
  • Add welcome tour for new users
  • Improve git controls, and ensure error messages are displayed to users when unhandled by the local component
Infrastructures
  • Formatting
Fixs
  • Fix bug with orchestration based on plan resources
  • Fix issues with the welcome tour not being reset
  • Refactor mcp server to use server.registerTool
  • Use exps for secure connection to expo dev server through the QR code
  • Use webpack for nextjs template

v0.7.0

2026-04-06

4 features2 improvements1 infrastructure4 fixs
Features
  • Add byok support and integration
  • Centralize project status labels and calculation across the application
  • Configure sentry for all projects
  • Add portainer for k3s observability
Improvements
  • Convert application to monorepo
  • Refactor to monorepo
Infrastructures
  • Formatting
Fixs
  • Add customer Dockerfile support for deployments
  • Resolve issues with chat history being lost across refreshes
  • Update orchestrator to include context on user plan
  • Update git repo repo tools to initailize projects without a repo already

v0.6.2

2026-03-31

7 features3 improvements4 fixs
Features
  • Bring Your Own Key (BYOK) — enterprise users can use their own Anthropic API key
  • BYOK and billing-exempt user analytics in admin dashboard
  • Real Stripe MRR from active subscriptions instead of hardcoded plan prices
  • Stripe revenue details — charges, refunds, subscription breakdown by plan
  • Unlimited credits display for enterprise plans in sidebar and billing page
  • Project delete with full resource cleanup (K8s, files, database)
  • Organization delete with cascading project cleanup
Improvements
  • Centralize model pricing in a single source of truth
  • Track BYOK usage per-event for accurate analytics regardless of key changes
  • Stripe revenue card with MRR by plan, charges, and refund details
Fixs
  • Fix GitHub/Bitbucket repo import failing with "No running pod found" — use host-level git clone instead of requiring a running pod
  • Fix git clone failing on Alpine containers — replace bash with POSIX sh
  • Fix preview iframe not filling container height
  • Fix NaN values on billing page for enterprise plans — Infinity not surviving JSON serialization

v0.6.1

2026-03-31

2 fixs
Fixs
  • Fix mutli-service inconsistencies, and add flexiblity to containers for different application configurations
  • Follow commit format for changelog commit

v0.6.0

2026-03-31

6 features3 infrastructures
Features
  • Add stripe integration for billing
  • Migrate to k3s
  • Add project details page
  • Finalize enterprise plan configuration
  • Finalize enterprise plan configuration
  • Provide infinite credits to admins
Infrastructures
  • Use exact versions for dependencies, and pin docker images for stability
  • Formatting
  • Formatting

v0.5.0

2026-03-31

5 features3 improvements2 infrastructures2 fixs
Features
  • Auto-start AI after project creation/import with contextual first message
  • Enhanced command palette with theme switching, org switching, direct checkout, and admin navigation
  • User attribution on chat messages (`userId` column on messages table)
  • "What's New" modal that shows release highlights to users on first visit after update
  • release-it setup with conventional changelog and GitHub Actions CI/CD
Improvements
  • Sidebar redesign — inset layout with lifted content card, context-aware navigation, search trigger
  • Workspace toolbar — larger controls, proper icon sizing, bordered service status indicator
  • Command palette scaled up — wider dialog, bigger items, uppercase group headings
Infrastructures
  • Database migration for `user_id` column on messages table
  • GitHub Actions workflows for CI (lint, typecheck, build) and automated releases
Fixs
  • Message persistence rewrite — upsert instead of delete-and-reinsert, fixing disappearing/reordered messages during streaming
  • AI step limit raised from 10 to 50 so the model finishes complex multi-step tasks naturally

v0.4.0

2026-03-28

4 features2 fixs
Features
  • Email notifications via Resend — signup verification, password reset, org invitations, credit warnings, invoice receipts
  • In-app support ticket submission
  • Documentation pages
  • Changelog page with animated expand/collapse
Fixs
  • Project export producing empty zip files — routed file reads through MCP server
  • Scaffold stream crash when subscribing to progress events

v0.3.0

2026-03-20

4 features3 infrastructures
Features
  • K3s container orchestration — isolated namespaces with resource quotas, network policies, and Traefik ingress
  • Stripe billing integration — checkout, subscriptions, customer portal, invoice history, payment methods
  • Credit system with per-model token costs and automatic monthly resets
  • Plan comparison modal with proration preview for upgrades
Infrastructures
  • Migrated from Docker-in-Docker to K3s for better isolation and scaling
  • Traefik reverse proxy for project preview URLs
  • Redis for session and cache storage

v0.2.0

2026-03-10

6 features2 infrastructures3 fixs
Features
  • Project details page with service info, git history, and chat sessions
  • Templates page with curated project starters
  • Container controls — start, stop, restart, build services from the workspace toolbar
  • File explorer and code viewer in project workspace
  • Terminal panel with container access
  • Admin dashboard with cluster status and project management
Infrastructures
  • Production Docker Compose setup with health checks and service dependencies
  • Custom Traefik rules for preview domain routing
Fixs
  • Preview URL routing fixes across multiple iterations
  • Build errors and TypeScript fixes
  • Bad gateway errors for preview domains

v0.1.0

2026-02-28

8 features
Features
  • Initial release — AI-powered application builder
  • Project creation wizard with step-by-step configuration
  • AI chat with Claude integration and tool calling (read/write files, run commands, Docker operations)
  • Git repository import (GitHub, Bitbucket)
  • Organization and team management with role-based access
  • OAuth login (GitHub, Google) and email/password auth via Better Auth
  • Dark/light theme support
  • Responsive sidebar navigation with collapsible icon mode