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

# anonymous.dev

> Developer tools from anonymous.dev.

anonymous.dev builds small developer tools for AI-assisted coding, editor workflows, and
local macOS setup.

The 0x0 apps run on a local server. Chat handles conversational coding, inline edits,
agent sessions, and review. Completions provide narrow ghost-text suggestions for the
current editor buffer.

## Apps

<Columns cols={2}>
  <Card title="0x0 Server" href="/packages/server" style={{ textAlign: 'center' }}>
    Local HTTP and WebSocket runtime for the 0x0 apps.
  </Card>

  <Card title="0x0 Server Chat" href="/packages/server/chat" style={{ textAlign: 'center' }}>
    Streaming chat, inline edits, agent sessions, and worktree review.
  </Card>

  <Card title="0x0 Server Completions" href="/packages/server/completions" style={{ textAlign: 'center' }}>
    One-shot code completion for editor ghost text.
  </Card>

  <Card title="0x0 Nvim Chat" href="/packages/nvim" style={{ textAlign: 'center' }}>
    Editor chat, inline edit, and change review commands backed by the 0x0 server.
  </Card>

  <Card title="0x0 Nvim Completion" href="/packages/completion" style={{ textAlign: 'center' }}>
    Inline ghost-text completion for Neovim over the same provider layer.
  </Card>

  <Card title="0x0 TUI" href="/packages/tui" style={{ textAlign: 'center' }}>
    Terminal chat client with provider switching, conversations, and multi-agent workflows.
  </Card>

  <Card title="Rig" href="/packages/rig" style={{ textAlign: 'center' }}>
    Personal macOS development setup managed with GNU Stow.
  </Card>

  <Card title="Firetype" href="/packages/firetype" style={{ textAlign: 'center' }}>
    Make Firestore typesafe with zero runtime overhead.
  </Card>
</Columns>

***

<div align="center">
  <p style={{ fontSize: '0.9rem', color: '#888' }}>
    <a href="https://github.com/anonymous-dev-org">GitHub</a> ·
    <a href="mailto:hello@anonymous.dev">Contact</a>
  </p>
</div>
