A modern healthcare appointment management system built with Next.js and Supabase, designed to streamline the patient-doctor appointment booking process.
Deployed on Vercel: View Live Application
- Framework: Next.js 14
- Database: Supabase
- Language: TypeScript
- Styling: TailwindCSS
- UI Components: ShadCN/UI
- SMS Service: Twilio
- Deployment: Vercel
👉 Register as a Patient: Users can sign up and create a personal profile as a patient.
👉 Book a New Appointment with Doctor: Patients can schedule appointments with doctors at their convenience and can book multiple appointments.
👉 Manage Appointments on Admin Side: Administrators can efficiently view and handle all scheduled appointments.
👉 Confirm/Schedule Appointment from Admin Side: Admins can confirm and set appointment times to ensure they are properly scheduled.
👉 Cancel Appointment from Admin Side: Administrators have the ability to cancel any appointment as needed.
👉 Send SMS on Appointment Confirmation: Patients receive SMS notifications to confirm their appointment details.
👉 Complete Responsiveness: The application works seamlessly on all device types and screen sizes.
👉 File Upload Using Supabase Storage: Users can upload and store files securely within the app using Supabase storage services.
And many more, including code architecture and reusability.
| Login | Registration |
|---|---|
![]() |
![]() |
| Registration | New Appointment |
|---|---|
![]() |
![]() |
| Success Page | Admin Page |
|---|---|
![]() |
![]() |
- Node.js 18+ and npm
- Supabase account
- Twilio account
-
Clone the repository
git clone https://github.com/your-user-name/CarePulse.git cd CarePulse -
Install dependencies
npm install
-
Run the development server
npm run dev
-
Open your browser Navigate to http://localhost:3000
Create a .env file in the root directory and add the following variables:
# Supabase
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key
# Twilio
TWILIO_ACCOUNT_SID=your_twilio_account_sid
TWILIO_AUTH_TOKEN=your_twilio_auth_token
TWILIO_PHONE_NUMBER=your_twilio_phone_number
# App Configuration
NEXT_PUBLIC_APP_URL=http://localhost:3000Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Aaron Kurian Abraham





