{"id":18621990,"url":"https://github.com/pratyush1712/cleverhug","last_synced_at":"2026-06-29T07:31:17.354Z","repository":{"id":239041801,"uuid":"797530644","full_name":"pratyush1712/CleverHug","owner":"pratyush1712","description":"CleverHug is an email scheduler application that allows users to schedule emails to be sent at a later time or at recurring intervals. The system is designed with a user-friendly interface, ensuring easy navigation and operation.","archived":false,"fork":false,"pushed_at":"2024-05-15T00:15:19.000Z","size":2940,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-07T18:51:55.776Z","etag":null,"topics":["email-scheduling","flask","ical","react-typescript","rrule-string"],"latest_commit_sha":null,"homepage":"https://cleverhugs.life","language":"Python","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/pratyush1712.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-05-08T02:47:18.000Z","updated_at":"2024-05-15T00:15:23.000Z","dependencies_parsed_at":"2024-05-15T11:54:26.741Z","dependency_job_id":"d97bc294-f93e-4ea9-b691-462be8ea6f95","html_url":"https://github.com/pratyush1712/CleverHug","commit_stats":null,"previous_names":["pratyush1712/email-reminders","pratyush1712/cleverhug"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pratyush1712/CleverHug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratyush1712%2FCleverHug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratyush1712%2FCleverHug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratyush1712%2FCleverHug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratyush1712%2FCleverHug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pratyush1712","download_url":"https://codeload.github.com/pratyush1712/CleverHug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratyush1712%2FCleverHug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34918101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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":["email-scheduling","flask","ical","react-typescript","rrule-string"],"created_at":"2024-11-07T04:14:29.330Z","updated_at":"2026-06-29T07:31:17.335Z","avatar_url":"https://github.com/pratyush1712.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- ⚠️ This README has been generated from the file(s) \"blueprint.md\" ⚠️--\u003e\n\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#cleverhug-email-sceduler)\n\n# ➤ CleverHug Email Sceduler\n\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#description)\n\n## ➤ Description\n\nCleverHug is an email scheduler that allows users to schedule emails to be sent to themselves at a later time. The emails can be scheduled to be sent at a specific time or at a recurring time. The user can also view the emails that have been scheduled and the time at which they were processed.\n\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#features)\n\n## ➤ Features\n\n1. **Schedule Emails**: Users can schedule emails to be sent to themselves at a later time.\n2. **Recurring Emails**: Users can schedule emails to be sent to themselves at a recurring time.\n3. **View Scheduled Emails**: Users can view the emails that have been scheduled.\n4. **View Processed Time**: Users can view the time at which the emails were processed.\n5. **Responsive and Easy to use Interface**: Users can easily set schedules with just one line of input.\n\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#architecture)\n\n## ➤ Architecture\n\nCheckout [`TECHNNICAL.md`](./TECHNICAL.md) for an indepth understanding of the architecutre and the modules used.\n\n### Frontend\n\nThe frontend is built using `React.js` `Typescript` and `pnpm` and is hosted on Vercel.\n\n### Backend\n\nThe backend is built using `Flask` and is hosted on `Vercel` as well.\nThe backend uses a variation of the `recurrent` library to parse the `rrule` format from the user's input and schedule the emails accordingly.\n\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#installation)\n\n## ➤ Installation\n\n1. Clone the repository\n\n   ```bash\n   git clone\n   ```\n\n### Frontend\n\n1. Navigate to the `frontend` directory\n\n   ```bash\n   cd frontend\n   ```\n\n2. Set the environment variables\n\n   ```bash\n   cp .env.local\n   ```\n\n3. Install the dependencies\n\n   ```bash\n    pnpm install\n   ```\n\n4. Start the development server\n   ```bash\n   pnpm start\n   ```\n\nThe frontend should now be running on `http://localhost:3000`\n\n### Backend\n\n1. Navigate to the `backend` directory\n\n   ```bash\n   cd backend\n\n   ```\n\n2. Set the environment variables\n\n   ```bash\n   cp .env\n   ```\n\n3. Install the dependencies\n\n   ```bash\n    pip install -r requirements.txt\n   ```\n\n4. Start the development server\n   ```bash\n    python server.py\n   ```\n\nThe backend should now be running on `http://localhost:3001`\n\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png)](#screenshots)\n\n## ➤ Screenshots\n\n### Landing Page \u0026 Login Page\n\n| ![Landing Page](./screenshots/landing.png) | ![Login Page](./screenshots/login.png) |\n| :----------------------------------------: | :------------------------------------: |\n|              **Landing Page**              |             **Login Page**             |\n\n### Dashboard \u0026 Processed Time\n\n| ![Dashboard Page](./screenshots/dashboard.png) | ![Processed Time](./screenshots/processed_time.png) |\n| :--------------------------------------------: | :-------------------------------------------------: |\n|               **Dashboard Time**               |                 **Processed Time**                  |\n\n### CleverHug Scheduled\n\n![Affirmations Scheduled](./screenshots/scheduled.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratyush1712%2Fcleverhug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpratyush1712%2Fcleverhug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratyush1712%2Fcleverhug/lists"}