# [App Name] > [Replace with a clear 1-2 sentence description of what your app does and who it's for.] ## What This App Does [Replace with a plain-language explanation of the core value proposition. Example: "MyApp lets teams conduct real-time voice meetings with AI-powered transcription and summarization, so no one misses a decision."] ## Key Features - [Feature 1 — describe in one sentence what the user can do] - [Feature 2] - [Feature 3] - Real-time voice conversations powered by Deepgram AI - Text chat with streaming AI responses - User authentication with email verification - Subscription billing via Stripe ## Who It Is For [Replace with a description of your target audience. Example: "Remote teams, educators, customer support agents, and anyone who needs AI-assisted voice communication."] ## Pages - / — Landing page: [short description] - /auth/login — Log in to an existing account - /auth/register — Create a new account - /dashboard — Main user dashboard (requires authentication) - /profile — View and edit user profile - /settings — Account settings, password, and billing - /legal/terms — Terms of Service - /legal/privacy — Privacy Policy - /legal/cookies — Cookie Policy ## Tech Stack Next.js 14 · FastAPI · PostgreSQL · Deepgram Voice AI · OpenAI/Anthropic LLM · Stripe · Docker ## APIs - REST API: [REPLACE with your production API URL]/api/ - WebSocket (voice): [REPLACE with your production WS URL]/api/voice/ws - WebSocket (realtime rooms): [REPLACE with your production WS URL]/api/realtime/ws/{room_id} ## Contact - Support: [REPLACE with your support email] - Legal: [REPLACE with your legal email]