Intelligent Issue Tracking
for Modern Development
Centy seamlessly integrates issue tracking into your codebase. Markdown-based, git-friendly, and designed for developers who value simplicity.
# Create SSG Next.js landing page webapp
Build a Static Site Generation (SSG) Next.js webapp
for the Centy landing page.
## Requirements
- Next.js with SSG for optimal performance
- Deploy target: Cloudflare Pages
- Purpose: Landing page for the Centy projectWhy Choose Centy?
A modern approach to issue tracking that puts developers first.
Markdown-Based
Issues are stored as simple Markdown files. Easy to read, easy to edit, easy to version control.
Git-Friendly
Issues live alongside your code in the repository. Track changes with git history and collaborate naturally.
AI Integration
Designed to work seamlessly with AI assistants like Claude Code for intelligent issue resolution.
Zero Dependencies
No external services or databases required. Everything runs locally within your project.
Customizable Templates
Define your own issue templates to match your workflow and project requirements.
Open Source
Free and open source under MIT license. Contribute, customize, and make it your own.
Get Started
Set up Centy on your computer in under 5 minutes. No account required, works offline.
Install Centy CLI
Install the Centy CLI globally on your system. Requires Node.js 20 or higher.
npm install -g centyInstall & Start the Daemon
Download and start the Centy daemon. This background service handles all operations.
centy install daemon && centy startInitialize Your Project
Navigate to your project and initialize Centy. Creates a .centy folder to store issues and docs.
cd your-project && centy initStart Tracking Issues
Create and manage issues directly from your terminal. All data is stored in git-friendly Markdown files.
centy create issue --title 'My first issue'Ready to Simplify Your Issue Tracking?
Join developers who are using Centy to manage their project issues right alongside their code.
Quick install:
npx centy init