Automate user testing with high-fidelity AI personas. DeepBound creates realistic personas, runs them through your website/app, and produces deep behavioral insights.
- Install Dependencies
bun install
- Set Environment Variables
Create a
.envfile with:OPENROUTER_API_KEY
- Run Dev Server
bun dev
- Architecture Guide: Rules for the Hexagonal MVP structure.
- Code Examples: Gold-standard implementations for common tasks.
- Report API: JSON API endpoint for programmatic pricing analysis (ideal for test loops).
- Design System: UI/UX principles and CSS tokens.
- Research Foundation: The "Deep Binding" science behind our personas.
- Product Backlog: Roadmap, current sprints, and completed tasks.
- Framework: Next.js 14+ (App Router)
- Language: TypeScript
- Styling: Tailwind CSS + shadcn/ui
- State: Zustand (for global state) / React Server Actions (for data)
- Architecture: Hexagonal (Domain-Driven Design)
- Runtime: Bun