> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tuturuuu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Build & Ship

> Set up your environment, work with the monorepo, and ship confidently.

This section aggregates everything you need to contribute to Tuturuuu—from local setup to CI/CD.

## Start Here

1. **Environment Setup** – Follow the [Development Guide](/build/development-tools/development) to install Bun, Supabase, and required tooling.
2. **Understand the Monorepo** – Dive into our [Monorepo Architecture](/build/development-tools/monorepo-architecture) for workspace conventions and dependency flows.
3. **Ship and Operate** – Review [DevOps & Deployment](/build/devops/overview) before touching infrastructure, workflows, or release paths.

## Build Toolkit

```mermaid theme={null}
flowchart LR
    DevSetup[Local Development]
    Monorepo[Monorepo Architecture]
    Supabase[Local Supabase]
    CICD[CI/CD Pipelines]
    Docs[Documentation Standards]

    DevSetup --> Monorepo
    DevSetup --> Supabase
    Monorepo --> CICD
    Supabase --> CICD
    CICD --> Docs
    Docs --> DevSetup
```

* **Clean Environments** – Use the [Cleaning Clone](/build/development-tools/cleaning-clone) guide when local builds misbehave.
* **Deployment Runbooks** – Use the [DevOps & Deployment](/build/devops/overview) section for GitHub Actions, Docker rollout, environments, and secrets.
* **Documenting** – Keep docs current with the [Documenting Workflow](/build/development-tools/documenting).

When you are ready to explore the product experience, head over to the [Platform section](/platform/overview). To sharpen AI and experimentation skills, continue to [Learn](/learn/overview).
