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

# Quickstart

> Set up MyaiOne for Development from scratch — sign in, create your first project with the Add Project wizard, and land in your workspace ready to work.

This guide takes you from nothing to a working MyaiOne for Development project. You'll sign in, create a project (either scaffolded fresh or from code you already have), and land on your project Dashboard.

<Steps>
  <Step title="Sign in to MyAIOne">
    Go to [dev.myai1.ai/login](https://dev.myai1.ai/login) and sign in with your **email and password**, or use **passkey**. New to MyAIOne? Use the **register** link to create an account first.

    <img src="https://mintcdn.com/myaione/Uek9hJz5BTMb8qnL/images/Screenshot-2026-06-22-at-4.21.48-PM.png?fit=max&auto=format&n=Uek9hJz5BTMb8qnL&q=85&s=a8b9e0bcd956ba76c82cf7224a9666b7" alt="Screenshot 2026 06 22 At 4 21 48 PM" width="3420" height="1902" data-path="images/Screenshot-2026-06-22-at-4.21.48-PM.png" />
  </Step>

  <Step title="Open MyaiOne for Development and start a new project">
    From your MyAIOne dashboard, open the **MyaiOne for Development** rig. Inside MyaiOne for Development, click **+ New Project** (top right) to launch the **Add Project** wizard — a 5-step flow that sets up your project with optional CI/CD and a preview deploy.

    <img src="https://mintcdn.com/myaione/Uek9hJz5BTMb8qnL/images/SCR-20260622-nxzo.png?fit=max&auto=format&n=Uek9hJz5BTMb8qnL&q=85&s=60db0e6e98f51070ee66f95dfe285ad7" alt="SCR 20260622 Nxzo" width="3500" height="2005" data-path="images/SCR-20260622-nxzo.png" />
  </Step>

  <Step title="Choose how to start">
    On the wizard's first step, pick a path. You can switch later by restarting the wizard.

    * **Start a new project** — scaffold from a curated toolchain; MyaiOne for Development seeds the README, CI workflow, and agent files.
    * **Open an existing project** — bring in code you already have, from a local folder or cloned fresh from GitHub.

          <img src="https://mintcdn.com/myaione/Uek9hJz5BTMb8qnL/images/Screenshot-2026-06-22-at-4.24.35-PM.png?fit=max&auto=format&n=Uek9hJz5BTMb8qnL&q=85&s=ac16cf7fd126bc90792e52c094604236" alt="Screenshot 2026 06 22 At 4 24 35 PM" width="3420" height="1900" data-path="images/Screenshot-2026-06-22-at-4.24.35-PM.png" />

    The next three steps differ depending on which path you choose:

    <Tabs>
      <Tab title="Start a new project">
        **Step 2 — Toolchain.** Pick a starting point. Search or filter by category (Backend / Web / Mobile / Desktop) and choose a toolchain — for example **Python** (uv, ruff, mypy, pytest), **JavaScript / TypeScript** (Node, ESLint, Vitest), **React (Web)**, **Go**, **Rust**, **.NET (C#)**, **Java**, or **Ruby**. The agent scaffolds framework choices from your project description in the next step.

        <img src="https://mintcdn.com/myaione/Uek9hJz5BTMb8qnL/images/Screenshot-2026-06-22-at-4.26.42-PM.png?fit=max&auto=format&n=Uek9hJz5BTMb8qnL&q=85&s=9ee677d8b79ebdbe4cda4e402f87997d" alt="Screenshot 2026 06 22 At 4 26 42 PM" width="3420" height="1902" data-path="images/Screenshot-2026-06-22-at-4.26.42-PM.png" />

        **Step 3 — Details.** Give the project a **name**, confirm its **location**, and add an optional **description**. The description is written into the agent context file (`AGENTS.md`) and read by the AI on first interaction, so describe the goal, the audience, and any non-obvious constraints. A "Files we'll seed" panel previews what gets created (`README.md`, `AGENTS.md`, `.github/workflows/ci.yml`, `.gitignore`).

        <img src="https://mintcdn.com/myaione/Uek9hJz5BTMb8qnL/images/Screenshot-2026-06-22-at-4.27.19-PM.png?fit=max&auto=format&n=Uek9hJz5BTMb8qnL&q=85&s=59381ebca6a7e06a6441a449bee3733f" alt="Screenshot 2026 06 22 At 4 27 19 PM" width="3420" height="1902" data-path="images/Screenshot-2026-06-22-at-4.27.19-PM.png" />
      </Tab>

      <Tab title="Open an existing project">
        **Step 2 — Source.** Point MyaiOne for Development at your code. Choose **Local folder** and pick the folder containing your source, or **Clone from GitHub** — filter by account or paste a **Custom URL**, search your repos, and set the destination folder where the repo lands, then **Clone & Detect**.

        <img src="https://mintcdn.com/myaione/Uek9hJz5BTMb8qnL/images/Screenshot-2026-06-22-at-4.31.32-PM.png?fit=max&auto=format&n=Uek9hJz5BTMb8qnL&q=85&s=53ebbfef80a32eaded11dc274a73e305" alt="Screenshot 2026 06 22 At 4 31 32 PM" width="3420" height="1902" data-path="images/Screenshot-2026-06-22-at-4.31.32-PM.png" />

        **Step 3 — Detect.** MyaiOne for Development auto-detects your stack and shows it with a confidence level. If the guess is off, use **Override** to set the language or framework manually (Python, JavaScript / TypeScript, React, Go, Rust, .NET, Java, Ruby, PHP, …).

        <img src="https://mintcdn.com/myaione/Uek9hJz5BTMb8qnL/images/Screenshot-2026-06-22-at-4.32.50-PM.png?fit=max&auto=format&n=Uek9hJz5BTMb8qnL&q=85&s=ebd6c51218a7143909e486fa8dfc04ad" alt="Screenshot 2026 06 22 At 4 32 50 PM" width="3420" height="1902" data-path="images/Screenshot-2026-06-22-at-4.32.50-PM.png" />
      </Tab>
    </Tabs>
  </Step>

  <Step title="Review the CI/CD quality baseline">
    On the **CI/CD** step, MyaiOne for Development installs a complete staged CI/CD quality baseline and shows what it configured — security gates (SAST, secrets, dependency CVEs, filesystem, deep-scan), the quality gates it set up (Build and tests, Semgrep SAST, Gitleaks secrets, Dependency review + OSV, Trivy filesystem, CodeQL nightly), and the agent flow (**Detect → Plan → Patch → Verify**). For existing projects, your current files are preserved and new artifacts are staged for safe apply.

    <img src="https://mintcdn.com/myaione/Uek9hJz5BTMb8qnL/images/Screenshot-2026-06-22-at-4.28.19-PM.png?fit=max&auto=format&n=Uek9hJz5BTMb8qnL&q=85&s=f0295ea83cdc87b33cb60e0ffafd840b" alt="Screenshot 2026 06 22 At 4 28 19 PM" width="3420" height="1902" data-path="images/Screenshot-2026-06-22-at-4.28.19-PM.png" />
  </Step>

  <Step title="Confirm and create">
    The final **Confirm** step shows a project summary, an `AGENTS.md` preview, and **Test Center — preview & build defaults**, where you can set the **build strategy** (Auto, Nixpacks, Dockerfile, or Compose) or skip and configure it later. When you're ready, click **Create Project**.

    <img src="https://mintcdn.com/myaione/Uek9hJz5BTMb8qnL/images/Screenshot-2026-06-22-at-4.29.06-PM.png?fit=max&auto=format&n=Uek9hJz5BTMb8qnL&q=85&s=bd3a1ed920d94d6035baae8ed3ad6b27" alt="Screenshot 2026 06 22 At 4 29 06 PM" width="3420" height="1900" data-path="images/Screenshot-2026-06-22-at-4.29.06-PM.png" />

    <Tip>
      Not sure about the build settings? Leave **Auto (Recommended)** selected, or tick **Skip and configure later** — you can adjust everything from Test Center after the project is created.
    </Tip>
  </Step>

  <Step title="You're in">
    MyaiOne for Development creates the project and drops you on the **Dashboard** — live project health and queue insights. You'll see status cards (Tasks Completed, Tasks in Queue, GitHub Issues, Latest Test Run, Agents Running, System Utilization) and the kanban board (Planning → Queue → In Progress → AI Review → Human Review → Done), empty and ready for your first task.

    <img src="https://mintcdn.com/myaione/Uek9hJz5BTMb8qnL/images/Screenshot-2026-06-22-at-4.29.49-PM.png?fit=max&auto=format&n=Uek9hJz5BTMb8qnL&q=85&s=914b157dc0885aa810dd8640cf7ba257" alt="Screenshot 2026 06 22 At 4 29 49 PM" width="3418" height="1898" data-path="images/Screenshot-2026-06-22-at-4.29.49-PM.png" />
  </Step>
</Steps>

<Check>
  Your MyaiOne for Development project is live. Sign-in done, project created, workspace ready — from here you can add a task on the board, or jump into one of the guides below.
</Check>
