{"id":48502060,"url":"https://github.com/danjdewhurst/easy-pm","last_synced_at":"2026-04-07T15:02:27.967Z","repository":{"id":341261887,"uuid":"1169483590","full_name":"danjdewhurst/easy-pm","owner":"danjdewhurst","description":"Lightweight, self-hosted project management with Kanban boards. Three interfaces: web UI, REST API, and CLI. Zero external dependencies — just Bun + SQLite.","archived":false,"fork":false,"pushed_at":"2026-02-28T19:43:19.000Z","size":187,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-28T21:42:50.787Z","etag":null,"topics":["bun","cli","developer-tools","kanban","kanban-board","open-source","project-management","react","rest-api","self-hosted","sqlite","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/danjdewhurst/easy-pm#readme","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danjdewhurst.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-28T18:54:37.000Z","updated_at":"2026-02-28T19:43:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/danjdewhurst/easy-pm","commit_stats":null,"previous_names":["danjdewhurst/easy-pm"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/danjdewhurst/easy-pm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danjdewhurst%2Feasy-pm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danjdewhurst%2Feasy-pm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danjdewhurst%2Feasy-pm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danjdewhurst%2Feasy-pm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danjdewhurst","download_url":"https://codeload.github.com/danjdewhurst/easy-pm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danjdewhurst%2Feasy-pm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31516839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bun","cli","developer-tools","kanban","kanban-board","open-source","project-management","react","rest-api","self-hosted","sqlite","tailwindcss","typescript"],"created_at":"2026-04-07T15:02:26.455Z","updated_at":"2026-04-07T15:02:27.919Z","avatar_url":"https://github.com/danjdewhurst.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# easy-pm\n\n**A lightweight project management tool with a Kanban board, REST API, and CLI.**\n\nBuilt with [Bun](https://bun.sh), SQLite, React, and Tailwind CSS.\n\n[![CI](https://github.com/danjdewhurst/easy-pm/actions/workflows/ci.yml/badge.svg)](https://github.com/danjdewhurst/easy-pm/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Bun](https://img.shields.io/badge/Bun-%23000000.svg?logo=bun\u0026logoColor=white)](https://bun.sh)\n[![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript\u0026logoColor=white)](https://www.typescriptlang.org/)\n[![React](https://img.shields.io/badge/React-61DAFB?logo=react\u0026logoColor=black)](https://react.dev)\n[![SQLite](https://img.shields.io/badge/SQLite-003B57?logo=sqlite\u0026logoColor=white)](https://sqlite.org)\n\n\u003c/div\u003e\n\n---\n\n## Features\n\n- **Kanban board** — drag-and-drop cards between columns\n- **Three interfaces** — React frontend, REST API, and CLI\n- **Full-text search** — FTS5-powered search with `Cmd+K` / `Ctrl+K`\n- **Labels \u0026 time estimates** — organise and track work\n- **Dark mode** — system-aware with manual toggle\n- **Zero external services** — SQLite database, no Docker required\n- **Auth built in** — email/password with session tokens\n- **AI/agent-friendly** — first-party CLI designed for agentic workflows; AI tools can create projects, manage cards, and search via structured commands and JSON output\n\n## Quick Start\n\n```bash\nbun install\nbun run dev\n# → http://localhost:3000\n```\n\nThat's it. The server serves both the API (`/api/`) and the frontend (`/`).\n\n## CLI\n\n```bash\nbun run cli -- \u003cresource\u003e \u003caction\u003e [options]\n```\n\n```bash\n# Authenticate\nbun run cli -- auth register --email you@example.com --password secret\nbun run cli -- auth login --email you@example.com --password secret\n\n# Create a project → board → columns → card\nbun run cli -- project create --name \"My Project\"\nbun run cli -- board create --project-id 1 --name \"Sprint 1\"\nbun run cli -- column create --board-id 1 --name \"To Do\"\nbun run cli -- card create --column-id 1 --title \"Build login page\"\n\n# Move, label, search\nbun run cli -- card move --id 1 --column-id 2\nbun run cli -- label create --project-id 1 --name \"Bug\" --colour red\nbun run cli -- search \"login\" --format json\n```\n\nResources: `auth` · `project` · `board` · `column` · `card` · `label` · `search`\nGlobal flags: `--format json|table` · `--api-url` · `--token`\n\n## API\n\nAll responses follow `{ ok, data?, error? }`. Auth required via `Authorization: Bearer \u003ctoken\u003e`.\n\n| Resource | Endpoints |\n|----------|-----------|\n| Auth | `POST /api/auth/register` · `login` · `logout` · `GET /api/auth/me` |\n| Projects | `GET/POST /api/projects` · `GET/PUT/DELETE /api/projects/:id` |\n| Boards | `GET/POST /api/projects/:id/boards` · `GET/PUT/DELETE /api/boards/:id` |\n| Columns | `POST /api/boards/:id/columns` · `PUT/DELETE /api/columns/:id` · `PUT /api/boards/:id/columns/reorder` |\n| Cards | `GET/POST /api/columns/:id/cards` · `GET/PUT/DELETE /api/cards/:id` · `PUT /api/cards/:id/move` · `PUT /api/cards/:id/labels` |\n| Labels | `GET/POST /api/projects/:id/labels` · `PUT/DELETE /api/labels/:id` |\n| Search | `GET /api/search?q=term\u0026projectId=1` |\n\n`GET /api/boards/:id` returns the full board with nested columns, cards, and labels in one request.\n\n## Architecture\n\n```\nsrc/\n  shared/       Types, validation, DB schema, error classes\n  server/       Bun.serve() REST API\n  cli/          CLI (talks to API over HTTP)\n  frontend/     React + Tailwind SPA\ntest/\n  server/       API integration tests\n  cli/          CLI integration tests\n```\n\n**Data model:** Projects → Boards → Columns → Cards. Labels belong to a Project and can be assigned to any Card within it.\n\n**Database:** SQLite with WAL mode, foreign keys, CASCADE deletes, and FTS5 full-text search.\n\n## Scripts\n\n| Command | Description |\n|---------|-------------|\n| `bun run dev` | Dev server with hot reload |\n| `bun run start` | Production server |\n| `bun run cli -- \u003cargs\u003e` | Run CLI commands |\n| `bun test` | Run tests |\n| `bun run typecheck` | Type-check the codebase |\n\n## Configuration\n\n| Variable | Default | Description |\n|----------|---------|-------------|\n| `PORT` | `3000` | Server port |\n| `EASY_PM_API_URL` | `http://localhost:3000` | CLI: server URL |\n\n## Documentation\n\nSee [`docs/`](docs/) for detailed docs:\n\n[API Reference](docs/api.md) · [CLI Reference](docs/cli.md) · [Database](docs/database.md) · [Frontend](docs/frontend.md) · [Architecture](docs/architecture.md) · [Design System](docs/design-system.md)\n\n## License\n\n[MIT](LICENSE) — Daniel Dewhurst ([@danjdewhurst](https://github.com/danjdewhurst))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanjdewhurst%2Feasy-pm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanjdewhurst%2Feasy-pm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanjdewhurst%2Feasy-pm/lists"}