# AGENTS.md

🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files, HTML/PDF/PPTX/MP4 export. 🤖 Claude Code / Codex / Cursor / DeepSeek Harness / OpenCode & 20+ CLIs via BYOK.

## Setup

```
pnpm install
```

## Commands

```
pnpm typecheck         # type check without emitting
pnpm postinstall
pnpm bootstrap
pnpm tools-dev
pnpm tools-pack
pnpm tools-release
pnpm tools-serve
pnpm nix:update-hash
```

## Layout

- `apps/`             3401 source files
- `packages/`         306 source files
- `e2e/`              189 source files
- `tools/`            169 source files
- `design-templates/` 99 source files
- `scripts/`          48 source files

## Conventions

- Tests live alongside the code they cover, following `apps/closure/tests/closure.test.ts`.
- CI defines what passing means. See `.github/workflows/agent-pr-explore-sandbox.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `apps/landing-page/app/alternatives-i18n.part-e.ts` is 972KB. It will not fit comfortably in context, so read it in parts.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
