Commit Graph

4 Commits

Author SHA1 Message Date
Vectry
993bb08dff docs: add subscription features, pricing tiers, API keys, and getting started sections to README
All checks were successful
Deploy CodeBoard / deploy (push) Successful in 32s
2026-02-11 00:34:45 +00:00
Vectry
40d60b1ce6 feat: add favicon and logo icon, replace gradient square in navbar, fix company.repi.fun → vectry.tech 2026-02-09 21:51:00 +00:00
Vectry
79dad6124f feat: initial CodeBoard monorepo scaffold
Turborepo monorepo with npm workspaces:
- apps/web: Next.js 14 frontend with Tailwind v4, SSE progress, doc viewer
- apps/worker: BullMQ job processor (clone → parse → LLM generate)
- packages/shared: TypeScript types
- packages/parser: Babel-based AST parser (JS/TS) + regex (Python)
- packages/llm: OpenAI/Anthropic provider abstraction + prompt pipeline
- packages/diagrams: Mermaid architecture & dependency graph generators
- packages/database: Prisma schema (PostgreSQL)
- Docker multi-stage build (web + worker targets)

All packages compile successfully with tsc and next build.
2026-02-09 15:22:50 +00:00
repi
efdc282da5 Initial commit 2026-02-09 14:43:15 +00:00