Changelog
What's new
Everything we've shipped, as it happened.
Teams, databases & dashboard overhaul
- AddedTeam collaboration — invite members, assign roles, manage access per workspace
- AddedWorkspace chat — real-time messaging scoped to each workspace
- AddedNotification system with unread badges
- AddedDatabase browser — schema viewer, query editor, saved queries, export
- AddedActivity log with filtering and pagination
- AddedBilling page with invoice history and plan management
- ImprovedDatabases now scoped to workspaces — cascade deleted when a workspace is removed
- ImprovedDeployments page redesigned as a full-width data-rich dashboard
- ImprovedLive resource stats (CPU, memory, network) shown inline per service
- ImprovedDashboard redesigned as a command center with services, activity, and quick links
- FixedAuth redirect loop when re-logging in behind reverse proxy
- FixedDashboard showing no data on first load
Deployments, monitoring & plan limits
- AddedContainer resource metrics — CPU, memory, and network usage per deployed service
- AddedPlan-aware usage stats on the dashboard
- AddedActivity log for deployment events
- AddedPer-service environment variable editing
- AddedHTTP router with automatic HTTPS redirect for deployed services
- ImprovedPlan limits now enforced for services, auto-deploy, and custom domains
- ImprovedWorkspace overview page with deployments, databases, and recent activity
- ImprovedMobile responsiveness across the entire dashboard
- ImprovedDeployment error display with expandable error details
- FixedTraefik routing via Coolify network
- FixedDeploy domain default from .app to .com
- FixedOAuth token not updating on re-sign-in for scope upgrades
- FixedDeployments page crash when service_checks table missing
Landing page & public site
- AddedLive service count and developer stats on the landing page hero
- AddedStats section between hero and features
- ImprovedHeader navigation centered to page
- ImprovedRemoved scroll indicator from hero for cleaner look
Deployment engine & Stripe integration
- AddedFull deployment pipeline — clone repo, detect runtime, build Docker image, deploy behind Traefik
- AddedAuto-deploy via GitHub webhooks on push to configured branch
- AddedStripe checkout, subscription management, and webhook handling
- AddedBilling portal for managing payment methods and invoices
- AddedCustom domain support with automatic SSL via Let's Encrypt
- AddedWorkspace creation, settings, and deletion
- AddedAPI key generation with SHA-256 hashing and revocation
- AddedMetrics system — define named data series, ingest data points via API
Foundation
- AddedRust gateway server with Axum — health, user, project, database, and storage routes
- AddedPostgreSQL database manager — create, drop, and query user databases
- AddedFile storage abstraction with local filesystem backend
- AddedNextAuth v5 with GitHub OAuth and session persistence via Drizzle
- AddedDrizzle ORM schema — users, projects, API keys, metrics, data points
- AddedDesktop IDE scaffolding with wgpu/winit renderer