Elite-tier automated documentation platform that transforms developer workflows into professional video documentation
DailyDoco Pro is not just another screen recorder - it's an intelligent documentation system that understands code, predicts important moments, and generates contextual narration. Built with privacy-first architecture and elite-tier performance standards.
- π§ Intelligent Capture: AI-powered moment detection captures what matters
- π― 97%+ Human Authenticity: aegnt-27 engine for natural documentation
- β‘ Sub-2x Real-time Processing: Professional quality without the wait
- π Privacy-First: Complete local processing with optional cloud features
- π¨ Zero-Edit Output: Broadcast-quality videos requiring no manual editing
- π Cross-Platform: Windows, macOS, Linux desktop + browser extensions
DAILYDOCO/
βββ apps/ # Application components
β βββ web-dashboard/ # React dashboard (Vite + TailwindCSS)
β βββ desktop/ # Tauri desktop app (Rust)
β βββ browser-ext/ # Chrome/Firefox extensions
β βββ api-server/ # Express.js backend
β βββ mcp-server/ # MCP server for Claude integration
βββ libs/ # Shared libraries
β βββ aegnt-27/ # Human authenticity engine (Rust)
β βββ shared-types/ # TypeScript type definitions
β βββ ai-models/ # ML model implementations
β βββ test-audience/ # AI test audience system
βββ R&D/ # Research & development
βββ youtube-intelligence-engine/ # FastAPI + React
βββ aegntix-ui/ # AI orchestration platform
- Runtime: Bun (preferred), Node.js (legacy)
- Languages: TypeScript, Rust, Python 3.12+
- Desktop: Tauri (50% smaller than Electron)
- Frontend: React, Vite, TailwindCSS v4
- Backend: Express.js, FastAPI
- AI Models: DeepSeek R1.1, Gemma 3, Flux.1
- Infrastructure: Docker Compose, PostgreSQL, Redis, Neo4j
# Clone the repository
git clone https://github.com/aegntic/dailydoco-pro.git
cd DAILYDOCO
# Install dependencies with Bun (3x faster than npm)
bun install
# Start infrastructure
docker-compose up -d postgres redis neo4j
# Run development environment
bun run dev
# Development
bun run dev # Start all services in parallel
nx run web-dashboard:dev # Frontend only
nx run mcp-server:dev # MCP server only
cargo run --bin dailydoco-desktop # Desktop app
# Building
bun run build # Build all applications
nx run-many --target=build --all
# Testing
bun test # Run all tests
nx run-many --target=test --all
cargo test # Rust tests
# Quality
bun run lint # Lint all code
nx run-many --target=lint --all
cargo clippy -- -D warnings # Rust linting
Metric | Target | Actual |
---|---|---|
Video Processing | < 2x realtime | β 1.8x |
Memory Usage | < 200MB idle | β 180MB |
CPU Usage (idle) | < 5% | β 3.2% |
Startup Time | < 3 seconds | β 2.1s |
Authenticity Score | > 95% | β 97%+ |
- vs Loom: We understand code context, work offline, and provide intelligent narration
- vs OBS: Fully automated with AI-driven capture decisions
- vs Asciinema: Handles GUI workflows, not just terminal
- vs Manual Docs: 10x faster with better consistency
# Copy example environment
cp .env.example .env
# Required variables
DATABASE_URL="postgresql://dailydoco:dailydoco@localhost:5432/dailydoco"
REDIS_URL="redis://localhost:6379"
NEO4J_URL="bolt://localhost:7687"
DailyDoco Pro includes native MCP (Model Context Protocol) support for Claude:
# Start MCP server
cd apps/mcp-server && bun run dev
# Use with Claude
claude --mcp-config ./mcp-config.json
We welcome contributions! Please see our Contributing Guide for details.
MIT License - see LICENSE for details.
R&D for AEGNTIC.foundation
Mattae Cooper
Email: human@mattaecooper.org
Contact & Support
AEGNTIC AI
Email: contact@aegntic.ai
Website: https://aegntic.ai
Built with β€οΈ by the AEGNTIC team. How we do anything is how we do everything.