Changelog
What shipped, when — no vaporware.
2026-08-29
Learn hub and public docs
- —Public documentation: getting started, CLI, deployments, environment variables, REST API, MCP server, cost engine, plans.
- —Learn hub with technically honest guides on hosting costs, VPS management, hardening and backups.
- —Public changelog and security pages.
2026-08-29
Billing goes live
- —Stripe subscriptions: checkout, customer portal, signed webhooks with dedup and retry, invoice/payment mirroring.
- —Credit wallet as an immutable ledger (balance always derived).
- —Reconciliation job that discovers and syncs subscriptions even if a webhook is missed.
2026-08-29
Operational layer: admin, finance, usage
- —Admin with role-based access: business overview, Customer 360, finance with per-customer P&L, unit economics, growth funnel, system health.
- —Real usage metering: requests, bandwidth, storage and deploys measured per project.
- —Deployment pipeline gained UPLOADING and HEALTH_CHECK stages — every deploy is verified with a real HTTP check before READY.
- —In-app notifications: welcome, first deploy, deploy failed, payment failed/recovered, usage at 80%/100%.
2026-08-29
SimDeploy foundation
- —Autopilot Infrastructure: deterministic project analyzer, cost engine over provider price tables, lowest-cost architecture router.
- —One-command deploys: simdeploy deploy --yes with client-side builds and typed pipeline states.
- —Dashboard, REST API v1 with scoped tokens, non-interactive CLI and MCP server for coding agents.
- —Encrypted environment variables, per-organization isolation, audit log.