Transform company URLs into comprehensive sales briefs in under 60 seconds.
- Node.js 18+
- npm or yarn
-
Clone the repository
-
Install dependencies:
npm install
-
Copy environment variables:
cp .env.example .env.local
-
Configure your environment variables in
.env.local -
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Framework: Next.js 15 with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: Radix UI
- Forms: React Hook Form
- Authentication: Firebase Auth
- Database: Firebase Firestore
- AI: Google Gemini API
- Deployment: Vercel
src/
├── app/ # Next.js App Router pages
├── components/ # React components
│ └── ui/ # Reusable UI components
├── lib/ # Utility functions
└── types/ # TypeScript type definitions
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLintnpm run format- Format code with Prettier