Production-grade AI Public Auditor platform.
- Backend: Go, Gin, GraphQL (graphql-go), PostgreSQL
- Frontend: Next.js 16, TypeScript, Tailwind CSS
- AI: Multi-model abstraction (OpenAI / Anthropic / Ollama / noop)
- Auth: JWT (HS256) + bcrypt
- Infra: Docker + docker-compose
cd infra && docker-compose up --build- API + GraphiQL: http://localhost:8080/playground
- Frontend: http://localhost:3000