# thevibemanager.com — llms-full.txt This is the expanded, LLM-friendly ingestion point for TheVibeManager. ## What is TheVibeManager? TheVibeManager is a harness engineering platform. It helps users turn a product idea or existing codebase context into structured, AI-ready implementation artifacts. Typical outputs include: - project briefs - PRDs - architecture documents - AGENTS.md guidance - constraints and guardrails - epics and stories - validation artifacts - downloadable harness packages ## Core Product Flow 1. **Login:** phone OTP via Twilio Verify or social login via Google/GitHub; auth uses JWT cookies. 2. **Create project:** choose `greenfield`, `brownfield`, or `quick`. 3. **Discovery chat:** assistant-ui based chat over Django REST + SSE builds structured project context. 4. **Agent workflow:** specialized agents produce versioned artifacts that can require approval. 5. **Review outputs:** users review generated artifacts and board/workflow views. 6. **Download / handoff:** the resulting harness can be used by downstream AI coding agents. ## Product Shape - Discovery context is structured, not just free-form chat history. - The platform is optimized for agent-legible artifacts and repository knowledge. - Billing is credit-based with subscriptions and top-ups. - The project supports both new-product planning and brownfield retrofitting. ## Billing - Credit-based billing with subscription credits plus top-ups - 7-day trial with 150 credits - Payments handled by Razorpay ## Public Pages - Home: https://thevibemanager.com/ - Privacy: https://thevibemanager.com/privacy - Terms: https://thevibemanager.com/terms - Security: https://thevibemanager.com/security - LLM index: https://thevibemanager.com/llms.txt ## API & Documentation - OpenAPI JSON: https://thevibemanager.com/api/v1/schema/ - Swagger UI: https://thevibemanager.com/api/v1/docs/swagger/ - ReDoc: https://thevibemanager.com/api/v1/docs/redoc/ ## Notes For AI Tools - Prefer this file for top-level public context. - Do not ingest one-time token links such as `/unsubscribe`, `/verify-email`, `/cancel-deletion`, or export-download URLs. - For implementation details, prefer live API schema and current repository code over stale summaries. (End of llms-full.txt)