{"id":22989397,"url":"https://github.com/biomathcode/zendenta","last_synced_at":"2025-04-02T11:44:55.291Z","repository":{"id":257520133,"uuid":"851705743","full_name":"biomathcode/zendenta","owner":"biomathcode","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-19T13:21:06.000Z","size":3644,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T04:44:01.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://zendenta.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/biomathcode.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}},"created_at":"2024-09-03T15:16:54.000Z","updated_at":"2025-02-19T13:21:10.000Z","dependencies_parsed_at":"2025-02-18T12:37:44.107Z","dependency_job_id":null,"html_url":"https://github.com/biomathcode/zendenta","commit_stats":null,"previous_names":["biomathcode/zendenta"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomathcode%2Fzendenta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomathcode%2Fzendenta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomathcode%2Fzendenta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biomathcode%2Fzendenta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biomathcode","download_url":"https://codeload.github.com/biomathcode/zendenta/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246811244,"owners_count":20837745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-12-15T04:17:29.548Z","updated_at":"2025-04-02T11:44:55.260Z","avatar_url":"https://github.com/biomathcode.png","language":"TypeScript","readme":"# Zendenta\nZendenta is a Dental clinic management Software, build to make scheduling, patient dashboard, doctor dashboard, customer support, chat and document intelligence. \n\n![Alt text](./apps/my-app/public/newdashboard.png)\n\n\n### 🚀 Objective\nThe goal is to build a full-featured platform that assists dental clinics in managing all aspects of their operations, from patient care to inventory management and financial reporting.\n\nFeatures\nStaff Management\n\nAdd and manage staff information, including doctors, general staff, and other employees.\nStock \u0026 Inventory Management\n\nAdd, manage, and track medical stocks and peripheral equipment.\nPatient Management\n\nAdd patients and manage their details, including treatment plans and visit history.\nTreatment Planning\n\nCreate and manage treatment plans with recurring visits and assigned doctors.\nAppointment Scheduling\n\nSchedule and manage patient appointments, including rescheduling capabilities.\nPayments \u0026 Invoicing\n\nManage payment methods, invoice patients, and track clinic finances.\n\n\n\n\n### Why Sass for dental Clinics\nIndia boasts the second-highest number of dentists globally, in fact, India exceeds the WHO’s recommended dentist-to-population ratio of 1:1700 by a significant margin\n\n\n\nThe global dental market size was valued at USD 35.40 billion in 2023 and market is projected to grow from USD 38.95 billion in 2024 to USD 95.37 billion by 2032, exhibiting a CAGR of 11.8% during the forecast period (2024-2032). North America dominated the global market with a share of 38.81% in 2023 (https://www.fortunebusinessinsights.com/dental-market-106251)\n\nWhat is the reason behind the increasing dental tourism in India?\n\nA report by Insights10 reveals that India’s dental care market was valued at $653 Mn in 2022 and is estimated to expand at a compound annual growth rate (CAGR) of 9.40% from 2022 to 2030 and will reach $1339 Mn in 2030.\n\n\n### 📝 How It Works\nThe platform is designed for both Indian and international dental clinics. In India, dental visits tend to be need-specific, while in other countries, regular visits are more common. The system will handle treatment plans that include services, payment schedules, and recurring visit dates. Each treatment plan will have an assigned doctor.\n\nA clinic may have multiple doctors and patients, supported by general staff, medical equipment, and stock management. Patients pay for their treatments, and the system supports finance and invoicing management for clinics.\n\n💻 Tech Stack\nFrontend: React, Next.js, Tailwind CSS, Storybook\nBackend: Convex for managing backend operations\nDatabase: Convex for data storage and handling complex queries\n🔧 Admin \u0026 Doctor Onboarding\nAdmin and doctor onboarding includes email, clinic name, and staff invitation functionalities.\nOnboarding flow involves creating the clinic and inviting doctors or staff members via email.\n\n\n# Turborepo starter\n\nThis is an official starter Turborepo.\n\n## Using this example\n\nRun the following command:\n\n```sh\nnpx create-turbo@latest\n```\n\n## What's inside?\n\nThis Turborepo includes the following packages/apps:\n\n### Apps and Packages\n\n- `docs`: a [Next.js](https://nextjs.org/) app\n- `web`: another [Next.js](https://nextjs.org/) app\n- `@repo/ui`: a stub React component library shared by both `web` and `docs` applications\n- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)\n- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo\n\nEach package/app is 100% [TypeScript](https://www.typescriptlang.org/).\n\n\n\n### Build\n\nTo build all apps and packages, run the following command:\n\n```\ncd my-turborepo\npnpm build\n```\n\n### Develop\n\nTo develop all apps and packages, run the following command:\n\n```\ncd my-turborepo\npnpm dev\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiomathcode%2Fzendenta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiomathcode%2Fzendenta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiomathcode%2Fzendenta/lists"}