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

๐Ÿ’ป Developer Documentation

For developers who want to compile, develop, or contribute


๐Ÿš€ Quick Start

I'm a User

If you just want to use iDO without compiling or developing:

  1. Download the latest release
  2. Install and configure
  3. Learn the features

I'm a Developer

If you want to compile, develop, or contribute code:

  1. Set up development environment
  2. First run guide
  3. Learn development workflow
  4. Understand architecture

๐Ÿ” 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:


๐Ÿ’ฌ Get Help


Navigation: โ† Back to Project Root