A specialized CRM platform for cybersecurity sales teams — focused on competitor tracking, market intelligence, and contract lifecycle management.
Don't just record what happened; predict what should happen next.
| Layer | Technology |
|---|---|
| Frontend | Next.js 16, React 19, TypeScript, shadcn/ui, Tailwind CSS |
| Backend | Python, FastAPI, Pydantic |
| Database | PostgreSQL 16 + Prisma ORM |
| Infrastructure | Docker Compose |
# 1. Start PostgreSQL + FastAPI backend
docker compose up --build
# With sample data (153 companies)
SEED_DB=true docker compose up --build
# 2. Start the frontend
cd frontend && npm install && npm run dev| Service | URL |
|---|---|
| Frontend | http://localhost:3000 |
| API / Swagger | http://localhost:8000/docs |
Full project documentation is available as a standalone site:
cd docs && npm install && npm run devCovers: Architecture, Installation Guide, Database Schema, Backend API (74+ endpoints), Frontend, UX/UI Design, and Roadmap.
For questions, feedback, or collaboration opportunities:
- Open an issue — GitHub Issues
- Start a discussion — GitHub Discussions
.