Product Timeline
Milestones from the build, in reverse chronological order. Tied to real shipping dates, not vanity version numbers.
v0.10
- featureSelf-hosted public status page with component states, incident history, and email subscribers.
- featureProduction-readiness pass: hardened plan-limit enforcement on the v1 API, idempotent webhook dedup, IP allowlisting on API routes.
- featureKnowledge base content seeded for the help center.
v0.9
- improvementMigrated to external scheduler for cron jobs after Vercel removed the in-config crons surface.
- improvementBundle-budget script updated for Next.js 16's removed app-build-manifest.
- improvementRelaxed react-hooks v6 lint rules and fixed unescaped entities to unblock CI.
v0.8
- featureCron-driven background jobs: dunning reminders, analytics rollups, status probes, and suppression sweeps.
- improvementCode refinements across server modules.
v0.7
- featureAdmin portal refactor: feature flags, impersonation, platform analytics, and audited admin actions.
- featureClient portal refactor with project visibility, file sharing, and invoice access.
v0.6
- featurePlatform admin panel scaffolded.
- improvementApplication-wide structural improvements.
v0.5
- improvementPerformance pass: query batching, stricter middleware, and reduced client-side bundles.
v0.4
- featureTasks module: kanban + list views, statuses, assignees, mentions, and due dates.
v0.3
- featureBilling module completed with Stripe subscriptions, invoices, and the customer portal.
v0.2
- featureActivity logs, notifications, analytics, organization settings, team & roles, audit logs, and security modules shipped.
- featureProjects, files, and invitations modules shipped.
v0.1
- featureClients and projects modules: the foundation of the work-management surface.
- featureInitial multi-tenant scaffold with Better Auth and Drizzle.