Updated README.md:
# Owlbase.ai MVP
> Transform expert knowledge into professional documentation through AI-powered conversations
**STATUS: β
Core MVP Complete - Chat interface with Claude AI integration working**
Owlbase.ai helps SME leaders capture critical knowledge before employees retire or leave. Through natural 30-minute conversations with Owly (our AI assistant), experts automatically generate process documents, training materials, decision trees, and AI-ready datasets.
## π― Problem We're Solving
- **42%** of domain knowledge exists only in employees' minds
- **10,000** Baby Boomers retire daily, taking decades of expertise with them
- **75%** of companies struggle to implement AI due to lack of structured knowledge
## π¦ How Owlbase Works
1. **Discovery Phase** - Owly asks 4 structured questions to understand the expertise area
2. **AI Interview** - Claude AI conducts an intelligent, adaptive interview based on discovery context
3. **Document Generation** - AI transforms conversation into professional business documentation *(coming next)*
## π Current Features (MVP v0.2.0)
### β
Completed
- **Admin Panel** - Create clients and authorize expert email addresses
- **Expert Authentication** - Secure email-based access control
- **Profile Setup** - Comprehensive expert background capture
- **Discovery Interview** - 4 structured questions to gather process context
- **AI-Powered Interview** - Claude AI integration for intelligent follow-up questions
- **Two-Phase Flow** - Smooth transition from discovery to AI interview
- **Session Management** - Real-time chat with conversation persistence
- **Branded Interface** - Professional UI following Owlbase design system
### π In Development
- **Document Generation** - Auto-create process docs, training materials, decision trees
- **Knowledge Assets Library** - View, download, and manage generated documents
- **Session History** - Review and access previous interviews
- **Document Templates** - Customizable output formats
### π Planned Features
- **Multi-session Projects** - Break large knowledge areas into multiple sessions
- **Collaborative Review** - Team feedback on generated documents
- **Export Options** - PDF, Word, Confluence integration
- **Analytics Dashboard** - Track knowledge capture progress
- **AI Training Data Export** - Structured datasets for custom AI models
## π Tech Stack
- **Frontend**: Next.js 15 (App Router), TypeScript, Tailwind CSS v4
- **Backend**: Supabase (PostgreSQL + Auth + RLS)
- **AI**: Anthropic Claude 3.5 Sonnet for conversations
- **Deployment**: Vercel (ready)
## π Database Schema
```sql
clients - SME customer companies
βββ allowed_experts - Email whitelist per client
βββ experts - Registered expert profiles
βββ sessions - Interview conversations with Owly
βββ documents - Generated knowledge assets (coming next)# Clone repository
git clone https://github.com/yourusername/owlbase-mvp.git
cd owlbase-mvp
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env.local
# Add your Supabase and Anthropic API keys
# Run development server
npm run devNEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
ANTHROPIC_API_KEY=your_anthropic_api_keyOwlbase follows a warm, professional design system:
- Primary Colors: Amber Glow (#FF8C00), Sage Wisdom (#059669)
- Typography: Inter (headings), Source Serif Pro (wisdom moments)
- Voice: Wise mentor and trusted colleague
- Logo: Owl icon representing wisdom and guidance
- Visit
/admin - Create new client company
- Add authorized expert email addresses
- Share platform access with experts
- Visit
/dashboard - Enter authorized email address
- Complete profile setup (first time)
- Click "Start New Session with Owly"
- Discovery Phase: Answer 4 structured questions about expertise area
- AI Interview: Engage in intelligent conversation with Claude AI
- View generated documents (coming next)
The two-phase interview system ensures comprehensive knowledge capture:
Phase 1: Discovery (4 Questions)
- What process/expertise to focus on?
- Who's involved, frequency, triggers, goals?
- Main steps, tools, challenges, skills?
- Decisions, mistakes, unwritten rules, success measures?
Phase 2: AI Interview
- Claude AI takes over with intelligent follow-up questions
- Adapts based on discovery context and expert profile
- Explores edge cases, decision frameworks, practical wisdom
- Uncovers tacit knowledge and "war stories"
- Row Level Security (RLS) policies for data isolation
- Email-based access control (no passwords for MVP)
- Client-specific expert authorization
- Secure API key management
- Conversation data encrypted at rest
# Build for production
npm run build
# Deploy to Vercel
vercel deploySet environment variables in Vercel dashboard.
- Target: SME (Small/Medium Enterprises)
- Pricing: $2,000-3,500 per project
- Model: Project-based consulting β SaaS transition planned
- Timeline: 6 months to launch, then find co-founder
- Setup: Create client in
/admin, add expert emails - Expert Flow: Login at
/dashboard, complete profile - Interview: Start session, go through discovery + AI interview
- Conversation: Test Claude's knowledge extraction capabilities
- Document generation API
- Process documentation templates
- Training material creation
- Decision tree generation
- Download/export functionality
- Session history dashboard
- Document library interface
- Search and filter capabilities
- Document versioning
- Performance optimization
- Advanced security features
- Multi-client dashboard
- Payment integration
- Customer onboarding automation
This is an MVP in active development. Current focus areas:
- Document generation pipeline
- User experience optimization
- Performance improvements
- Error handling and edge cases
v0.2.0 (Current) - Chat Interface Complete
- Two-phase interview system working
- Claude AI integration functional
- Real-time conversation with persistence
- Expert profile context integration
v0.1.0 - Foundation
- Database schema and authentication
- Branded admin and expert interfaces
- Profile management system
Proprietary - All rights reserved
Built with β€οΈ for the future of knowledge work
Owlbase.ai - Where expertise becomes organizational wisdom
π¦ Ready for beta testing with real SME clients