Skip to content
@centy-io

centy-io

Local-first project management that lives in your repo

Centy

Local-first project management that lives in your repo.

Centy stores all your issues, docs, and records as Markdown files with YAML frontmatter inside a .centy directory — version-controlled, diffable, and fully offline. No external database. No SaaS lock-in.


Projects

Project Description
⚙️ centy-daemon File-based storage and query engine. Persists data as .md files, exposed via a local gRPC service.
🖥️ centy-app React web UI for managing issues and docs. Talks to the daemon over gRPC-web.
🔧 centy-cli Terminal CLI for creating, querying, and managing records directly from your shell.
📚 centy-docs Official documentation site, built with Docusaurus and hosted at docs.centy.io.

How It Works

your-repo/
└── .centy/
    ├── issues/
    │   └── my-feature.md      ← structured issue as Markdown
    └── docs/
        └── architecture.md    ← documentation record

Every record is a plain Markdown file. Commit it, branch it, diff it, merge it — your project tracker moves with your code.


Get Started

# Install daemon + CLI
curl -fsSL https://github.com/centy-io/installer/releases/latest/download/install.sh | sh

# Install CLI globally
pnpm add -g centy

# Start the daemon
centy-daemon

# Create your first issue
centy issue create "My first issue"

Full docs at docs.centy.io

Popular repositories Loading

  1. centy-daemon centy-daemon Public

    File-based storage and query engine — persists structured data as Markdown files with YAML frontmatter, exposed via gRPC

    Rust 2

  2. centy-cli centy-cli Public

    CLI for managing project issues and docs via the .centy folder — local-first, git-friendly

    TypeScript 1 1

  3. centy-app centy-app Public

    React web UI for managing issues and docs — connects to the centy daemon over gRPC-web

    TypeScript 1

  4. centy-docs centy-docs Public

    Official documentation site for Centy, built with Docusaurus

    TypeScript

  5. centy-landing centy-landing Public

    Landing page for centy.io

    TypeScript

  6. centy-assets centy-assets Public

    Centy brand assets — logos, icons, and design resources

    JavaScript

Repositories

Showing 10 of 23 repositories

Top languages

Loading…

Most used topics

Loading…