{"id":50962606,"url":"https://github.com/clawnify/open-dentist","last_synced_at":"2026-06-18T16:01:00.147Z","repository":{"id":359427387,"uuid":"1223969086","full_name":"clawnify/open-dentist","owner":"clawnify","description":"Open-source dental practice management — multi-room agenda, patient charts, treatment plans, clinical notes, billing.","archived":false,"fork":false,"pushed_at":"2026-06-04T20:10:26.000Z","size":125,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-04T22:06:41.305Z","etag":null,"topics":["appointment-scheduling","archy-alternative","carestack-alternative","clawnify-template","clinical-notes","dental","dental-chart","dental-practice-management","dental-software","dentist","dentrix-alternative","healthcare","hono","odontogram","open-source","practice-management-software","react","sqlite","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":null,"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/clawnify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-28T20:43:19.000Z","updated_at":"2026-06-04T20:10:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/clawnify/open-dentist","commit_stats":null,"previous_names":["clawnify/open-dentist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clawnify/open-dentist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clawnify%2Fopen-dentist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clawnify%2Fopen-dentist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clawnify%2Fopen-dentist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clawnify%2Fopen-dentist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clawnify","download_url":"https://codeload.github.com/clawnify/open-dentist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clawnify%2Fopen-dentist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34497372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["appointment-scheduling","archy-alternative","carestack-alternative","clawnify-template","clinical-notes","dental","dental-chart","dental-practice-management","dental-software","dentist","dentrix-alternative","healthcare","hono","odontogram","open-source","practice-management-software","react","sqlite","tailwindcss","typescript"],"created_at":"2026-06-18T16:00:59.242Z","updated_at":"2026-06-18T16:01:00.129Z","avatar_url":"https://github.com/clawnify.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open Dentist\n\nOpen-source dental practice management — an alternative to CareStack and Archy for solo practices, group practices, and DSOs.\n\n\u003cimg width=\"1717\" height=\"991\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/dee37adf-633e-41bd-b2de-12753c9709c5\" /\u003e\n\n\u003e Built on the [Clawnify](https://clawnify.com) template format. Deploy your own copy in minutes, customize freely, own the data.\n\n## Features\n\n### Agenda\n- **Multi-room day view** — operatories as columns, 15-minute time slots, drag-friendly card geometry\n- **Color-coded appointments** by treatment type, with patient name, DOB, time range, and status\n- **Break / lunch / block** placeholders alongside patient appointments\n- **Live \"now\" indicator** on the current day\n- Click empty slot → create dialog · click card → edit / delete · prev / today / next navigation\n\n### Patients\nSearchable list with a tabbed detail page per patient:\n\n- **Overview** — contact, computed age, medical-alert badges, free-form notes\n- **Tooth Chart** — interactive odontogram (FDI numbering) powered by [`react-odontogram`](https://github.com/biomathcode/react-odontogram). Pick a brush (caries / restoration / crown / endo / implant / missing), click teeth to apply, click again to clear. Each condition renders in its own color, with a counted legend\n- **Treatment Plan** — items with treatment, tooth, fee, status (planned / accepted / completed / declined). Totals card per status\n- **Clinical Notes** — composer + reverse-chronological timeline, attributed to a practitioner\n- **Billing** — invoices with billed / paid / balance summary, status dropdown (open / paid / void)\n\n### Behind the scenes\n- **Treatment types** — code, default duration, default fee, color\n- **Practitioners** — dentist / hygienist / assistant\n- **Operatories** — color-coded treatment rooms\n- **Waiting list \u0026 appointments-to-make** — schema and API in place; UI panels next\n\n## Stack\n\n- React 19 + Vite + TypeScript\n- Tailwind CSS v4 + shadcn/ui (Radix primitives)\n- Hono on Cloudflare Workers (D1-native — same code locally and in production)\n- `react-odontogram` for the interactive tooth chart\n- `lucide-react` for icons\n- pushState URL routing\n\n## Develop\n\n```bash\npnpm install\npnpm dev          # Vite at :5173, Wrangler at :8787 (D1 schema applied automatically)\npnpm typecheck\npnpm build\n```\n\nThe dev script applies `src/server/schema.sql` to the local D1 database, then runs Vite and Wrangler in parallel. The schema seeds 3 operatories, 3 practitioners, and 6 treatment types so the agenda is usable on first boot.\n\n## Deploy\n\nIf you have the Clawnify CLI installed:\n\n```bash\nclawnify deploy\n```\n\nOr wire it up to Cloudflare Workers + D1 directly using the bindings in `wrangler.toml` (binding `DB`, database name `open-dentist-db`).\n\n## Project layout\n\n```\nsrc/\n  server/\n    index.ts        Hono routes for every entity\n    db.ts           D1 adapter (query / get / run)\n    schema.sql      Tables + seed data\n  client/\n    app.tsx         Shell + routing\n    components/\n      agenda/       Day view, day toolbar, appointment card + dialog\n      patients/     List, detail page, 5 tabs (overview/chart/plan/notes/billing)\n      ui/           Vendored shadcn primitives\n    hooks/          use-router, use-app-state\n    lib/utils.ts    cn helper, color palette, date/time helpers\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclawnify%2Fopen-dentist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclawnify%2Fopen-dentist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclawnify%2Fopen-dentist/lists"}