Proof-of-concept application with a conversational, UI-synced AI interface that lets users manage their data via natural language. Uses CRM relational entities with simplified business logic as the testing ground.
- PostgreSQL
- Prisma ORM
- tRPC
- Mastra + Gemini
- React
- Google Gen AI API Key
Stored in .env
npm i
docker compose up
npm run core:prisma:push
npm run core:prisma:seed
npm run server:start
npm run client:start
