Roadmap
Project task tracking organized by status
Last updated: Dec 18, 2025
Backlog
36 items
Project Publishing: Dev to Production
Promote dev builds to production hosting. Currently all projects run via npm run dev - need production deployment capabi...
High priorityDashboard: User Stories Implementation
User stories for Activity, Command, Analytics, and Chat tabs covering solo marketers, teams, and content operations work...
High priorityApp: Core Messaging Infrastructure
Shared messaging backend for all platform apps
High priorityApp: AI Idea Harvesting Engine
The core differentiator - extract content ideas from conversations
High priorityiOS App (Apple)
Native iOS messaging app
High priorityAndroid App (Google)
Native Android messaging app
High priorityCloud/Web App Enhancement
Enhance existing web app with messaging features
High priorityWeb Builder: Auto-Publish from Conversations
The magic - automatically create website content from harvested ideas
High priorityPricing & Subscription System
Monetization infrastructure
High priorityStripe Integration & Payments Infrastructure
No payments infrastructure exists currently. Need comprehensive Stripe integration for monetization
High priorityAIService Refactor: Agentic Loop for Code Generation
Replace brittle 'one-shot' JSON generation with robust agentic loop pattern (similar to Roo Code). Current approach send...
High priorityAI Code Generation: Conversation History Prioritization
Current issue: AI sees conflicting instructions from multiple messages in history and hallucinates changes (describes re...
High priorityProject Deletion Bug: Foreign Key Constraint Violations
Deleting projects fails with FK constraint errors because dependent tables are not cleaned up first
High priorityNotifications Page & Tab
User notification system - some bits may have worked previously but currently inactive
Medium priorityNSFW Image Filtering (Content Moderation)
Filter uploaded images for inappropriate content before storing in Vercel Blob
Medium priorityApp: Daily Summaries
AI-generated overviews of important discussions
Medium priorityApp: Call Recording & Transcription
Capture insights from voice/video calls
Medium prioritymacOS App
Native macOS desktop app
Medium priorityWindows App
Native Windows desktop app
Medium priorityTypography & Design Refinement in Prompts
Enhance prompt system to request finer design details
Medium priorityAdmin UI for Domain Styles
Allow editing domain-specific design systems from admin panel
Medium priorityNew Project Wizard: Auto-Create GitHub Repo Option
If user has GitHub connected, offer to create a repo during project creation
Medium priorityGitHub Integration: Duplicate Project Name on Import
When importing a repo with a name that already exists as a project, the system fails with duplicate key error
Medium priorityGitHub Integration: Non-Standard Project Types
Imported repos may not be compatible with our preview system
Medium priorityAI-Assisted Project Repair for Imported Repos
GitHub imports may have custom npm startup issues that prevent preview from working
Medium priorityCentralized Logging System (API Server)
Need comprehensive logging for debugging, auditing, and monitoring
Medium priorityGitHub Integration: Enhanced Event Stream Logging
Recent GitHub implementation needs more visibility in event stream
Medium priorityPreview System: Framework Detection & Multiple Dev Servers
Preview service assumes all projects can run with npx serve
Medium priorityProduction Preview Architecture
Plan for production deployment of preview system
Medium priorityAI Code Generation: Two-Stage File Selection
Reduce input token consumption when modifying code by having AI select which files it will actually edit before generati...
Medium priorityTemplate Generation V2: Crash Recovery & Resilience
V2 template generation has a 10-minute timeout but no crash recovery. If API server crashes mid-generation, all progress...
Medium priorityAPI Health: WebSocket Real-Time Connection Status
Real-time detection of API availability using persistent WebSocket connection
Low priorityFrontend Logging to Database
Track frontend errors and actions for debugging user-reported issues
Low priorityTheme Preference Cross-Device Sync
Currently theme preference is stored in localStorage. Add database sync for consistent experience across devices
Low priorityAI Code Generation: Delta/Diff Output Format
Optimize output tokens by requesting diffs instead of complete files
Low priorityAgentic Loop: ask_user Tool Implementation
The ask_user tool was added to the agentic loop but currently is a stub that doesn't pause execution or interact with th...
Low priorityNext
1 items
Build Error Handling & Version Rollback
Allow users to recover from AI-generated code errors with error detection, AI fix suggestions, and version rollback
High priorityDone
16 items
Database Backup Schedule (Every 12 Hours)
Dec 15, 2025Automated PostgreSQL backups running twice daily via cron job with retention policy
Messages Tab UI Mockup Design
Dec 11, 2025Visual mockup of the team messaging interface with sidebar navigation, message stream, and AI harvesting panel
Marketing Site: Homepage Redesign
Dec 10, 2025Marketing site updated to reflect the pivot positioning with new hero, problem, how-it-works, audience, and pricing sect...
API Connection Health Monitoring
Dec 8, 2025Added automatic detection and user notification when API becomes unavailable
Chat & Preview UX Fixes
Dec 8, 2025Fixed three user experience issues in the project builder
Quick Wins Cleanup
Dec 8, 2025Cleaned up technical debt and simplified architecture for local development
Preview Never Stops on Project Page
Dec 8, 2025Fixed issues with preview stopping unexpectedly while user is viewing
Prompt Enhancement System
Dec 8, 2025AI-powered prompt enhancement with domain-specific design systems
Iframe Cache Busting & Connection Recovery
Dec 8, 2025Improved iframe error handling to detect and recover from connection failures
Preview Session Cleanup System
Dec 8, 2025Automatic cleanup of stale preview sessions on server restart and periodic health checks
Event Stream System
Dec 7, 2025Comprehensive activity tracking across the entire application
Preview Server Reliability Improvements
Dec 7, 2025Added port availability check, HTTP health check, and retry logic with exponential backoff
New Project UX Improvements
Dec 7, 2025Added message polling, Generating code state, and typing indicator
Preview Infrastructure
Dec 7, 2025Fixed preview iframe localhost issue, variable shadowing bug, added refresh and open-in-new-tab buttons
Authentication Fixes
Dec 7, 2025Fixed auth token not set before createProject in wizard
Local Development Setup
Dec 7, 2025Set up local PostgreSQL 17 instead of Docker, migrated data, created LOCAL_DEVELOPMENT.md documentation