Changelog
Version history and release notes for AppDeploy - the chat-native deployment platform.
2026.02.09 February 09, 2026
- ChangedImproved user dashboard for managing deployed apps
- FixedBetter isolation of app data across deployments
2026.02.05 February 05, 2026
- AddedUser dashboard for managing deployed apps
2026.02.04 February 04, 2026
- ChangedImproved PWA (Progressive Web App) support for deployed apps
2026.02.03 February 03, 2026
- AddedSign in with X (Twitter) account
2026.02.01 February 01, 2026
- AddedMax length validation for app names
2026.01.29 January 29, 2026
- AddedReal-time updates via WebSockets - subscribe to entity changes instead of polling
- AddedCloudFront CDN in front of API Gateway for faster SSL and lower latency
- AddedInvite-code guidance and detailed multiplayer examples in SDK reference
- AddedGeneric type parameters for typed database operations
- ChangedClarified database ID rules and list filtering behavior
- FixedCertain build errors not being caught during deployment
2026.01.24 January 24, 2026
- AddedSDK guidance for multiplayer games: reuse server-minted IDs, unique lookups, idempotent joins
- AddedTyped database examples and generic type parameters in SDK types
- AddedGuidance that
db.updatereplaces the full record (no merge) - ChangedRecommended HashRouter over BrowserRouter for deployed apps
- ChangedImproved default color palette generation - avoiding dominant pink/purple themes
- ChangedVersion tracking now returns the last uploaded version instead of the last valid version
- FixedValidation for absolute routes when using HashRouter
- FixedSPA routing for single-page applications
2026.01.01 January 01, 2026
Initial release of AppDeploy MCP Server.
- AddedDeploy frontend-only and fullstack apps with public URLs
- AddedBuilt-in database access and file storage
- AddedDeployment status tracking and error logs
- AddedVersion management and rollback support
- AddedSource snapshot inspection tools