Skip to main content

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 priority

Dashboard: User Stories Implementation

User stories for Activity, Command, Analytics, and Chat tabs covering solo marketers, teams, and content operations work...

High priority

App: Core Messaging Infrastructure

Shared messaging backend for all platform apps

High priority

App: AI Idea Harvesting Engine

The core differentiator - extract content ideas from conversations

High priority

iOS App (Apple)

Native iOS messaging app

High priority

Android App (Google)

Native Android messaging app

High priority

Cloud/Web App Enhancement

Enhance existing web app with messaging features

High priority

Web Builder: Auto-Publish from Conversations

The magic - automatically create website content from harvested ideas

High priority

Pricing & Subscription System

Monetization infrastructure

High priority

Stripe Integration & Payments Infrastructure

No payments infrastructure exists currently. Need comprehensive Stripe integration for monetization

High priority

AIService 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 priority

AI Code Generation: Conversation History Prioritization

Current issue: AI sees conflicting instructions from multiple messages in history and hallucinates changes (describes re...

High priority

Project Deletion Bug: Foreign Key Constraint Violations

Deleting projects fails with FK constraint errors because dependent tables are not cleaned up first

High priority

Notifications Page & Tab

User notification system - some bits may have worked previously but currently inactive

Medium priority

NSFW Image Filtering (Content Moderation)

Filter uploaded images for inappropriate content before storing in Vercel Blob

Medium priority

App: Daily Summaries

AI-generated overviews of important discussions

Medium priority

App: Call Recording & Transcription

Capture insights from voice/video calls

Medium priority

macOS App

Native macOS desktop app

Medium priority

Windows App

Native Windows desktop app

Medium priority

Typography & Design Refinement in Prompts

Enhance prompt system to request finer design details

Medium priority

Admin UI for Domain Styles

Allow editing domain-specific design systems from admin panel

Medium priority

New Project Wizard: Auto-Create GitHub Repo Option

If user has GitHub connected, offer to create a repo during project creation

Medium priority

GitHub 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 priority

GitHub Integration: Non-Standard Project Types

Imported repos may not be compatible with our preview system

Medium priority

AI-Assisted Project Repair for Imported Repos

GitHub imports may have custom npm startup issues that prevent preview from working

Medium priority

Centralized Logging System (API Server)

Need comprehensive logging for debugging, auditing, and monitoring

Medium priority

GitHub Integration: Enhanced Event Stream Logging

Recent GitHub implementation needs more visibility in event stream

Medium priority

Preview System: Framework Detection & Multiple Dev Servers

Preview service assumes all projects can run with npx serve

Medium priority

Production Preview Architecture

Plan for production deployment of preview system

Medium priority

AI 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 priority

Template 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 priority

API Health: WebSocket Real-Time Connection Status

Real-time detection of API availability using persistent WebSocket connection

Low priority

Frontend Logging to Database

Track frontend errors and actions for debugging user-reported issues

Low priority

Theme Preference Cross-Device Sync

Currently theme preference is stored in localStorage. Add database sync for consistent experience across devices

Low priority

AI Code Generation: Delta/Diff Output Format

Optimize output tokens by requesting diffs instead of complete files

Low priority

Agentic 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 priority

Next

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 priority

Done

16 items

Database Backup Schedule (Every 12 Hours)

Dec 15, 2025

Automated PostgreSQL backups running twice daily via cron job with retention policy

Messages Tab UI Mockup Design

Dec 11, 2025

Visual mockup of the team messaging interface with sidebar navigation, message stream, and AI harvesting panel

Marketing Site: Homepage Redesign

Dec 10, 2025

Marketing site updated to reflect the pivot positioning with new hero, problem, how-it-works, audience, and pricing sect...

API Connection Health Monitoring

Dec 8, 2025

Added automatic detection and user notification when API becomes unavailable

Chat & Preview UX Fixes

Dec 8, 2025

Fixed three user experience issues in the project builder

Quick Wins Cleanup

Dec 8, 2025

Cleaned up technical debt and simplified architecture for local development

Preview Never Stops on Project Page

Dec 8, 2025

Fixed issues with preview stopping unexpectedly while user is viewing

Prompt Enhancement System

Dec 8, 2025

AI-powered prompt enhancement with domain-specific design systems

Iframe Cache Busting & Connection Recovery

Dec 8, 2025

Improved iframe error handling to detect and recover from connection failures

Preview Session Cleanup System

Dec 8, 2025

Automatic cleanup of stale preview sessions on server restart and periodic health checks

Event Stream System

Dec 7, 2025

Comprehensive activity tracking across the entire application

Preview Server Reliability Improvements

Dec 7, 2025

Added port availability check, HTTP health check, and retry logic with exponential backoff

New Project UX Improvements

Dec 7, 2025

Added message polling, Generating code state, and typing indicator

Preview Infrastructure

Dec 7, 2025

Fixed preview iframe localhost issue, variable shadowing bug, added refresh and open-in-new-tab buttons

Authentication Fixes

Dec 7, 2025

Fixed auth token not set before createProject in wizard

Local Development Setup

Dec 7, 2025

Set up local PostgreSQL 17 instead of Docker, migrated data, created LOCAL_DEVELOPMENT.md documentation