Prerequisites
- Node.js 18+
- Docker and Docker Compose (for PostgreSQL)
- npm or pnpm
1. Clone and Install
2. Environment Variables
Copy the example env files and fill in your values:DATABASE_URL— PostgreSQL connection string- At least one AI API key:
GOOGLE_GEMINI_API_KEY,OPENAI_API_KEY,ANTHROPIC_API_KEY, orPERPLEXITY_API_KEY
3. Database
4. Seed (Optional)
Create demo data and test accounts:5. Start the App
Terminal 1 — Backend:- Frontend: http://localhost:3000
- Backend API: http://localhost:8000
6. First Steps
- Open http://localhost:3000/register and create an account
- Add a brand (name, website, industry)
- Go to Prompts and create your first query (e.g., “Best [your industry] tools”)
- Run the prompt and view results across AI platforms
Next: Setup Details
Learn about environment variables, auth, and production setup.