Changelog
v0.5.0-alpha
Demo & SEO — demo mode, SEO infrastructure, GA4 migration, and mobile workspace UX.
v0.5.0-alpha — Demo & SEO
Period: April 2026
Private Space
Added
- Demo mode: Sandboxed demo organization with sample OKR data, accessible without signup. Includes rate limiting, automatic session management, and scheduled data resets.
- Development database: Separate
main_devdatabase for staging and testing, selectable viaAPPWRITE_DATABASE_ID. - Mobile workspace UX: Touch-optimized interactions and responsive layouts for workspace views on mobile devices.
- Dagre auto-layout: Automatic node positioning on the OKR board using the Dagre layout algorithm.
Changed
- AI agent loop: Optimized prompt chains and reduced token usage for faster AI responses.
- Database usage: Connection pooling and query optimizations across API routes.
- Mobile support: Responsive design improvements across all private space views.
Public Space
Added
- Open Graph images: Dynamic OG image generation for blog posts, tag pages, and documentation.
- Structured data (JSON-LD): Schema.org
BlogPostingandWebSitemarkup for improved search visibility. - Google Analytics 4: GA4 integration replacing Plausible Analytics.
- robots.txt and llms.txt: Search engine and LLM crawler directives.
- OpenAPI route documentation: Auto-generated API reference from route definitions with enforced documentation coverage.
Fixed
- OG image rendering: Resolved Satori multi-child node error in blog tag OG images.
- Build pipeline: Fixed
npm run postbuilderrors, startup configuration, andoutput: 'standalone'removal. - npm start: Corrected production server startup command.