"Precision, Elegance, Intelligence."
Regis Claude Master is the pinnacle of AI Research Assistants. Orchestrated by the "Regis" architecture, it combines the low-latency of Edge Functions with the raw power of Node.js 25 for development.
- Hybrid Runtime:
- Dev: Custom Node.js 25 Server (Bypassing Vercel CLI constraints).
- Prod: Vercel Edge Functions (Global low-latency).
- Multi-Model Orchestration: Anthropic, OpenAI, Google, Mistral, Groq, and Ollama (Local).
- Secure by Default: AES-256-GCM encrypted local storage for chat history with non-extractable keys.
- Web Grounding: Real-time Google Search integration for factual accuracy.
- Matrix Glass UI: A stunning, responsive interface built with React 19 and TailwindCSS.
- Offline Support: Service Worker caching + IndexedDB backups with auto-pruning.
- Metrics Dashboard: Real-time health monitoring, cost tracking, and latency percentiles.
See ARCHITECTURE.md for a deep dive.
| Document | Description |
|---|---|
| ARCHITECTURE.md | System design, project structure, security model |
| CLAUDE.md | AI assistant persona and development workflow |
| CONTRIBUTING.md | Contribution guidelines and code standards |
- Node.js 20+ (Node 25 recommended for Dev)
- pnpm
git clone https://github.com/your-repo/RegisClaudeMaster.git
cd RegisClaudeMaster
pnpm installCopy .env.example to .env and fill in your API keys.
We recommend using the custom Node.js 25 server for the best development experience:
pnpm dev:node25Or use the provided batch script: start-regis-node25.bat
pnpm test # Unit Tests (Vitest)
pnpm test:e2e # End-to-End (Playwright)Read CONTRIBUTING.md to understand the standards of the "Regis" code.
Maintained by the ClaudeCLI Team.