{"id":20234200,"url":"https://github.com/chiragagg5k/cal-buddy","last_synced_at":"2025-03-17T16:11:24.898Z","repository":{"id":258157310,"uuid":"863122206","full_name":"ChiragAgg5k/cal-buddy","owner":"ChiragAgg5k","description":"smart calendar ai buddy that lets you schedule, manage and remind dates and tasks","archived":false,"fork":false,"pushed_at":"2025-02-04T17:44:00.000Z","size":2123,"stargazers_count":44,"open_issues_count":3,"forks_count":23,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T14:18:34.453Z","etag":null,"topics":["appwrite","hacktoberfest","nextjs","typescript"],"latest_commit_sha":null,"homepage":"https://cal-buddy.vercel.app/","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/ChiragAgg5k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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-25T18:46:43.000Z","updated_at":"2025-02-26T21:57:22.000Z","dependencies_parsed_at":"2024-10-17T21:41:51.900Z","dependency_job_id":"64ae8949-5ed4-415e-83ac-5da36e27221c","html_url":"https://github.com/ChiragAgg5k/cal-buddy","commit_stats":null,"previous_names":["chiragagg5k/cal-buddy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiragAgg5k%2Fcal-buddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiragAgg5k%2Fcal-buddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiragAgg5k%2Fcal-buddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChiragAgg5k%2Fcal-buddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChiragAgg5k","download_url":"https://codeload.github.com/ChiragAgg5k/cal-buddy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244066180,"owners_count":20392406,"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","hacktoberfest","nextjs","typescript"],"created_at":"2024-11-14T08:09:06.895Z","updated_at":"2025-03-17T16:11:24.868Z","avatar_url":"https://github.com/ChiragAgg5k.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cal Buddy\n\n![GitHub stars](https://img.shields.io/github/stars/ChiragAgg5k/cal-buddy?style=social)\n![GitHub forks](https://img.shields.io/github/forks/ChiragAgg5k/cal-buddy?style=social)\n![GitHub issues](https://img.shields.io/github/issues/ChiragAgg5k/cal-buddy)\n![GitHub license](https://img.shields.io/github/license/ChiragAgg5k/cal-buddy)\n![GitHub last commit](https://img.shields.io/github/last-commit/ChiragAgg5k/cal-buddy)\n\n![Thumbnail](/public/thumbnail.png)\n\n[Cal Buddy](https://cal-buddy.vercel.app/) is a smart calendar assistant that helps you schedule, manage, and chat with your calendar. Boost your productivity with AI-powered task management.\n\n## Table of Contents\n\n- [Cal Buddy](#cal-buddy)\n  - [Table of Contents](#table-of-contents)\n  - [Demo](#demo)\n  - [Features](#features)\n  - [Installation using Daytona](#installation-using-daytona)\n  - [Technologies Used](#technologies-used)\n  - [Contributing](#contributing)\n  - [Contributors](#contributors)\n  - [License](#license)\n\n## Demo\n\nhttps://github.com/user-attachments/assets/2978235f-36f3-475f-84bd-1da041dd9c34\n\nYou can also find the YouTube video demonstration [here](https://www.youtube.com/watch?v=qSlW9Z22YvM).\n\n## Features\n\n- 📅 Smart calendar management\n- 🤖 AI-powered task scheduling\n- 💬 Chat interface for easy interaction\n- 📊 Productivity tracking and insights\n- 🔗 Integration with popular calendar services\n\n## Installation using Daytona\n\n1. **Install Daytona**: Follow the [Daytona installation guide](https://www.daytona.io/docs/installation/installation/). Make sure that you have a `provider` installed.\n2. **Create the Workspace**:\n\n```bash\ndaytona create https://github.com/ChiragAgg5k/cal-buddy --devcontainer-path=.devcontainer/devcontainer.json\n```\n\nYou should get something like: `{\"outcome\":\"success\",\"result\":\"done\"}`\n\n3. Create a `.env.local` file in the root directory and add the following content:\n\n```\nGROQ_API_KEY=\u003cGROQ_API_KEY\u003e\nNEXT_PUBLIC_GOOGLE_CALENDAR_API_KEY=\u003cGOOGLE_CALENDAR_API_KEY\u003e\nNEXT_PUBLIC_APPWRITE_PROJECT_ID=\u003cAPPWRITE_PROJECT_ID\u003e\n```\n\nReplace `\u003cGROQ_API_KEY\u003e`, `\u003cGOOGLE_CALENDAR_API_KEY\u003e`, `\u003cAPPWRITE_PROJECT_ID\u003e`, and `\u003cSITE_URL\u003e` with your actual values.\n\n4. Start the development server:\n\n```bash\nnpm run dev\n```\n\nThe application will be available at http://localhost:3000.\n\n## Technologies Used\n\n- [![Next.js](https://img.shields.io/badge/Next.js-000000?style=for-the-badge\u0026logo=next.js\u0026logoColor=white)](https://nextjs.org/)\n- [![CopilotKit](https://img.shields.io/badge/CopilotKit-007ACC?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/features/copilot)\n- [![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)](https://tailwindcss.com/)\n- [![ShadCN](https://img.shields.io/badge/ShadCN-000000?style=for-the-badge\u0026logo=shadcn\u0026logoColor=white)](https://ui.shadcn.com/)\n- [![Appwrite](https://img.shields.io/badge/Appwrite-F02E65?style=for-the-badge\u0026logo=appwrite\u0026logoColor=white)](https://appwrite.io/)\n- [![Groq](https://img.shields.io/badge/Groq-FF6600?style=for-the-badge\u0026logo=groq\u0026logoColor=black)](https://groq.netlify.app/)\n- [![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge\u0026logo=docker\u0026logoColor=white)](https://www.docker.com/)\n\n## Contributing\n\nWe welcome contributions to Cal Buddy! If you'd like to contribute, please follow these steps:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature/amazing-feature`)\n3. Make your changes\n4. Commit your changes (`git commit -m 'Add some amazing feature'`)\n5. Push to the branch (`git push origin feature/amazing-feature`)\n6. Open a Pull Request\n\nPlease read our [Contributing Guidelines](CONTRIBUTING.md) for more details.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n---\n\n## Contributors\n\nA big shoutout and heartfelt thanks to all our amazing contributors for their incredible efforts and dedication! This project wouldn’t be where it is without you.\n\n\u003ca href=\"https://github.com/ChiragAgg5k/cal-buddy/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=ChiragAgg5k/cal-buddy\" /\u003e\n\u003c/a\u003e\n\n---\n\nMade with ❤️ by [Chirag Aggarwal](https://github.com/ChiragAgg5k)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiragagg5k%2Fcal-buddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchiragagg5k%2Fcal-buddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiragagg5k%2Fcal-buddy/lists"}