iDO Documentation
December 21, 2025 ยท View on GitHub
Welcome to iDO! This is a local-first AI desktop copilot that helps you track activities, summarize context, and get task recommendations.
๐ Documentation Navigation
๐ฅ User Guide
For users who want to use iDO
- Download & Installation - Download and install iDO
- Features - Learn about iDO's capabilities
- FAQ - Frequently asked questions
- Troubleshooting - Common issues and solutions
๐ป Developer Documentation
For developers who want to compile, develop, or contribute
- Development Setup - Set up development environment
- Development Workflow - Common development tasks
- Architecture - System design and data flow
- Frontend Guide - React, TypeScript, Tailwind
- Backend Guide - Python, PyTauri, FastAPI
๐ Quick Start
I'm a User
If you just want to use iDO without compiling or developing:
I'm a Developer
If you want to compile, develop, or contribute code:
๐ Quick Navigation
I want to...
...download and install iDO โ User Guide: Installation
...understand what iDO can do โ Features Overview
...fix a problem โ FAQ or Troubleshooting
...set up a development environment โ Developer: Installation
...understand how iDO works โ Architecture Overview
...add a new feature โ Development Workflow
...create an API endpoint โ Development Workflow
...modify the database โ Development Workflow
๐ Documentation Structure
docs/
โโโ user-guide/ # ๐ฅ User Documentation
โ โโโ installation.md # Download and install
โ โโโ features.md # Feature overview
โ โโโ faq.md # Common questions
โ โโโ troubleshooting.md # Problem solving
โ
โโโ developers/ # ๐ป Developer Documentation
โโโ getting-started/ # Getting started
โ โโโ installation.md
โ โโโ first-run.md
โ โโโ development-workflow.md
โ
โโโ architecture/ # System architecture
โ โโโ README.md
โ โโโ three-layer-design.md
โ โโโ data-flow.md
โ โโโ tech-stack.md
โ
โโโ guides/ # Development guides
โ โโโ frontend/ # Frontend development
โ โโโ backend/ # Backend development
โ โโโ features/ # Feature implementation
โ
โโโ deployment/ # Build and deployment
โโโ troubleshooting.md
๐ค Contributing
Welcome to contribute! Please check:
- Development Setup
- Development Workflow
- CLAUDE.md - Project rules and best practices
๐ฌ Get Help
- ๐ Report Issues: GitHub Issues
- ๐ก Feature Requests: GitHub Issues
- ๐ฌ Discussions: GitHub Discussions
Navigation: โ Back to Project Root