Welcome to the Ta-Da! documentation. This directory contains guides for deployment, development, and API usage.
- ENVIRONMENTS.md - NEW - Environment configuration guide
- Localhost development setup
- Self-hosted deployment
- Database path strategy
- DEPLOYMENT.md - Complete deployment guide
- CapRover deployment (recommended)
- Docker deployment
- Database setup and migrations
- REST API v1 setup
- Security checklist
Documentation for the REST API v1 (released in v0.3.1):
- tada-api/API-SPECIFICATION.md - Complete API reference
- All 24 endpoints documented
- Request/response examples
- Authentication with API keys
- Rate limiting
- tada-api/CHANGELOG.md - API version history
- tada-api/README.md - API overview
- tada-api/AGENTS-API.md - Agent integration guide
- tada-api/OPENCLAW-SKILL.md - OpenClaw skill documentation
- DEVELOPER_GUIDE.md - Development setup and guidelines
- PROJECT_STRUCTURE.md - Codebase organization
- testing/TESTING.md - Testing guide and best practices
- modules/ - Module index and architecture overview
- ../MODULES.md - Developer guide for creating new modules
- VOICE_AI_ARCHITECTURE.md - Voice AI implementation details
- ERROR_HANDLING.md - Error handling patterns
- CSV_IMPORT_COMPLETION_REVIEW.md - Import feature review
- DATABASE_LOCATION_MIGRATION.md - Database migration guide
- DEPLOY_CAPROVER.md - Original CapRover guide (see DEPLOYMENT.md instead)
- dev/ - Development notes and version-specific docs
- plans/ - Feature planning documents
- CREDITS.md - Attributions and credits
- terminal-behavior.md - Terminal UI behavior notes
For deploying Ta-Da!: → Start with DEPLOYMENT.md
For using the REST API: → See tada-api/API-SPECIFICATION.md
For contributing: → Read DEVELOPER_GUIDE.md
For testing: → Check testing/TESTING.md
- App Version: v0.5.0
- REST API Version: v1.0.0
- Last Updated: 2026-03-10
- GitHub Repository: https://github.com/InfantLab/tada
- Live Demo: https://tada.living
- API Health Check: https://tada.living/api/health
Need help? Open an issue on GitHub or check the relevant documentation section above.