{"id":23033667,"url":"https://github.com/shihab01118/appointease","last_synced_at":"2026-04-10T00:41:55.526Z","repository":{"id":266236262,"uuid":"897746116","full_name":"shihab01118/AppointEase","owner":"shihab01118","description":"AppointEase is a modern, user-friendly appointment scheduling application designed to streamline event management, availability tracking, and meeting organization.","archived":false,"fork":false,"pushed_at":"2024-12-15T06:44:55.000Z","size":2014,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T22:11:47.712Z","etag":null,"topics":["date-fns","nextjs","nylas","oauth2","prisma-orm","react","shadcn-ui","supabase","tailwind","uploadthing","zod"],"latest_commit_sha":null,"homepage":"https://appoint-ease-eta.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/shihab01118.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-12-03T06:57:24.000Z","updated_at":"2024-12-15T06:44:58.000Z","dependencies_parsed_at":"2025-02-08T12:35:41.705Z","dependency_job_id":null,"html_url":"https://github.com/shihab01118/AppointEase","commit_stats":null,"previous_names":["shihab01118/appointease"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shihab01118/AppointEase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihab01118%2FAppointEase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihab01118%2FAppointEase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihab01118%2FAppointEase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihab01118%2FAppointEase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shihab01118","download_url":"https://codeload.github.com/shihab01118/AppointEase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihab01118%2FAppointEase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016090,"owners_count":26085802,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["date-fns","nextjs","nylas","oauth2","prisma-orm","react","shadcn-ui","supabase","tailwind","uploadthing","zod"],"created_at":"2024-12-15T16:17:24.209Z","updated_at":"2025-10-13T16:35:24.867Z","avatar_url":"https://github.com/shihab01118.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppointEase\n\nAppointEase is a modern, user-friendly appointment scheduling application designed to streamline event management, availability tracking, and meeting organization. Built with a cutting-edge tech stack, AppointEase offers a seamless user experience and professional features for individuals and businesses. [🔗 Live Link](https://appoint-ease-eta.vercel.app)\n\n## Features\n\n### Landing Page\n\n- Polished and responsive design with the following sections:\n  - **Navbar**\n  - **Hero Section**\n  - **Trusted by the Best Companies**\n  - **Features Overview**\n  - **Testimonials**\n  - **Call to Action**\n\n### Authentication\n\n- Secure login powered by **NextAuth**.\n- Social authentication via **Google** and **GitHub**.\n- Post-login profile setup with username and full name configuration.\n- Calendar synchronization through **Nylas**.\n\n### Dashboard\n\nOrganized into four main sections:\n\n1. **Event Type**:\n\n   - Create events with:\n     - Title, slug, description, and duration.\n     - Video call provider selection (Zoom, Google Meet, Microsoft Teams).\n   - Manage events:\n     - Update or delete events.\n     - Preview event details.\n     - Set events as active/inactive.\n     - Copy sharable event URLs.\n\n2. **Availability**:\n\n   - Set active/inactive days for scheduling.\n   - Define and update available time slots.\n\n3. **Meetings**:\n\n   - View all booked meetings.\n   - Join meetings via provided links.\n   - Cancel meetings when needed.\n\n4. **Settings**:\n\n   - Update profile information (name and profile image).\n\n5. **Theme**:\n   - Toggle between **Light** and **Dark** themes for a personalized experience.\n\n### Tech Stack\n\n- **Frontend**: Next.js, React, Tailwind CSS, ShadCN UI, TypeScript\n- **Backend**: Prisma, Supabase, Nylas\n- **Authentication**: NextAuth (Google and GitHub OAuth)\n- **Additional Tools**: date-fns, react-aria-components, UploadThing, Zod\n\n---\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/shihab01118/AppointEase\n   cd AppointEase\n   code .\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables\n\n   - Create a .env file in the root directory.\n   - Add the following variables:\n\n     ```code\n     AUTH_SECRET=your_app_auth_secret\n\n     AUTH_GITHUB_ID=your_github_app_auth_id\n     AUTH_GITHUB_SECRET=your_github_app_auth_secret\n\n     AUTH_GOOGLE_ID=your_google_app_auth_id\n     AUTH_GOOGLE_SECRET=your_google_app_auth_secret\n\n     DATABASE_URL=your_database_url_from_supabase\n     DIRECT_URL=your_direct_url_from_supabase\n\n     NYLAS_API_SECRET_KEY=your_nylas_api_secret_key\n     NYLAS_API_URI=your_nylas_api_uri\n     NYLAS_CLIENT_ID=your_nylas_client_id\n\n     NEXT_PUBLIC_URL=http://localhost:3000(to run locally)\n\n     UPLOADTHING_TOKEN=your_uploadthing_token(for image uploading)\n     ```\n\n4. Run the development server:\n   ```bash\n   npm run dev\n   ```\n5. Open the browser and navigate to [http://localhost:3000](http://localhost:3000)\n\n## Usage\n\n1. Log in using Google or GitHub.\n2. Complete the profile setup and connect with Nylas for calendar synchronization.\n3. Use the dashboard to:\n   - Manage events.\n   - Set availability.\n   - View and join meetings.\n   - Update profile settings.\n\n## Screenshots\n\nHere are some screenshots showcasing the key features of AppointEase:\n\n1. **Landing Page**\n\n   ![Landing Page](public/screenshots/hero_img.png)\n\n2. **Event Type Page**\n\n   ![Event Type Page](public/screenshots/dashboard-empty-events.png)\n\n3. **Create Event Page**\n\n   ![Create Event Page](public/screenshots/dashboard-create-event.png)\n\n4. **Meeting Preview Page**\n\n   ![Create Event Page](public/screenshots/meeting-preview.png)\n\n5. **Availability Settings**\n\n   ![Availability Settings](public/screenshots/dashboard-availability.png)\n\n6. **Meetings Page**\n\n   ![Meetings Page](public/screenshots/dashboard-meetings.png)\n\n7. **Meetings Page**\n\n   ![Settings Page](public/screenshots/dashboard-settings.png)\n\n## Contributing\n\nContributions are welcome! Please follow the steps below:\n\n1. Fork the repository.\n2. Create a feature branch: `git checkout -b branch-name`\n3. Commit your changes: `git commit -m \"Add some feature\"`\n4. Push to the branch: `git push origin branch-name`\n5. Open a pull request.\n\n## Contact\n\nFor any questions or feedback, feel free to reach out:\n\n- **Email:** [shahed.shihab.0@gmail.com](shahed.shihab.0@gmail.com)\n- **GitHub:** [shihab01118](https://github.com/shihab01118)\n\n**AppointEase** - Simplify your scheduling today!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshihab01118%2Fappointease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshihab01118%2Fappointease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshihab01118%2Fappointease/lists"}