{"id":15136729,"url":"https://github.com/crazyhaller/healthee","last_synced_at":"2026-03-07T03:30:52.488Z","repository":{"id":251508470,"uuid":"837320788","full_name":"Crazyhaller/healthee","owner":"Crazyhaller","description":"Web based complete patient management application","archived":false,"fork":false,"pushed_at":"2024-08-25T09:46:59.000Z","size":6218,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T18:06:47.031Z","etag":null,"topics":["appwrite","nextjs","sentry","tailwindcss","twilio-sms-api","typescript"],"latest_commit_sha":null,"homepage":"https://suvigya-healthee.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/Crazyhaller.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-08-02T17:37:36.000Z","updated_at":"2024-09-13T12:29:11.000Z","dependencies_parsed_at":"2024-08-25T10:54:59.661Z","dependency_job_id":null,"html_url":"https://github.com/Crazyhaller/healthee","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":"0.030303030303030276","last_synced_commit":"7a1b9d3d0f52108d4c5dbabd340f86da0759b043"},"previous_names":["crazyhaller/healthee"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crazyhaller%2Fhealthee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crazyhaller%2Fhealthee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crazyhaller%2Fhealthee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crazyhaller%2Fhealthee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crazyhaller","download_url":"https://codeload.github.com/Crazyhaller/healthee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237821632,"owners_count":19371796,"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":["appwrite","nextjs","sentry","tailwindcss","twilio-sms-api","typescript"],"created_at":"2024-09-26T06:40:55.280Z","updated_at":"2025-12-03T07:02:51.279Z","avatar_url":"https://github.com/Crazyhaller.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Healthee\n\nHealthee is a Next.js + Appwrite starter for a medical appointment and patient management frontend. It's a modern TypeScript project with Tailwind CSS and Appwrite integration for auth, storage and database operations.\n\n**Tech stack:**\n\n- **Framework:** `Next.js (App Router)`\n- **Language:** `TypeScript`\n- **Styling:** `Tailwind CSS`\n- **Backend-as-a-Service:** `Appwrite` (used for database, storage, auth)\n\n## Features\n\n- Patient registration and appointment creation UI\n- File upload support for patient documents\n- Admin and patient routes\n- Modular UI components (forms, tables, dialogs)\n\n## Quick Start\n\nPrerequisites: Node.js v18+ and a package manager (`npm`, `pnpm`, or `yarn`).\n\n1. Install dependencies\n\n```powershell\nnpm install\n```\n\n2. Create an environment file\n\nCreate a `.env.local` in the project root and add the required environment variables (example below). Never commit secrets to git.\n\n3. Run the development server\n\n```powershell\nnpm run dev\n# Open http://localhost:3000\n```\n\n4. Build for production\n\n```powershell\nnpm run build\nnpm run start\n```\n\n## Environment Variables\n\nBelow are the environment variable names expected by this project. Provide values locally through `.env.local` or your deployment provider's secrets manager. Do not paste secrets into public repos.\n\n```\nPROJECT_ID=\nAPI_KEY=\nDATABASE_ID=\nPATIENT_COLLECTION_ID=\nDOCTOR_COLLECTION_ID=\nAPPOINTMENT_COLLECTION_ID=\nNEXT_PUBLIC_BUCKET_ID=\nNEXT_PUBLIC_ENDPOINT=\nNEXT_PUBLIC_ADMIN_PASSKEY=\nSENTRY_AUTH_TOKEN=\nTWILIO_RECOVERY_CODE=\n```\n\nNotes:\n\n- `NEXT_PUBLIC_ENDPOINT` should point to your Appwrite endpoint (e.g. `https://cloud.appwrite.io/v1`).\n- `API_KEY` and other IDs are sensitive. Use your hosting provider's secret storage for production.\n\n## App structure\n\nTop-level overview of important folders and files:\n\n- `app/` - Next.js App Router pages and routes\n- `components/` - Reusable UI components and forms\n- `components/forms/` - Form components (Appointment, Patient, Register)\n- `components/table/` - Data table and column definitions\n- `lib/` - Appwrite config, utilities, and action helpers\n- `constants/` - Application constants\n- `public/` - Static assets\n- `types/` - TypeScript types\n\nKey files:\n\n- `app/page.tsx` - Public landing page\n- `app/admin/page.tsx` - Admin UI\n- `components/theme-provider.tsx` - Theme + provider setup\n- `lib/appwrite.config.ts` - Appwrite client configuration\n\n## Appwrite notes\n\n- This frontend expects an Appwrite project and collections configured for patients, doctors and appointments.\n- Configure the corresponding collection IDs and project/endpoint values in `.env.local`.\n\n## Deployment\n\n- Vercel works well with Next.js App Router. Add the environment variables in the Vercel dashboard.\n- Ensure `NEXT_PUBLIC_ENDPOINT` and other Appwrite IDs are set as environment variables in production.\n\n## Contributing\n\n- Fork the repo, create a feature branch, and open a pull request.\n- Keep secrets out of PRs and use mock/test accounts for demos.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazyhaller%2Fhealthee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazyhaller%2Fhealthee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazyhaller%2Fhealthee/lists"}