{"id":26061793,"url":"https://github.com/maygo/horoscope","last_synced_at":"2026-04-12T06:32:32.021Z","repository":{"id":276358927,"uuid":"928922378","full_name":"MayGo/horoscope","owner":"MayGo","description":"Personalized daily horoscopes to email","archived":false,"fork":false,"pushed_at":"2025-03-15T12:48:12.000Z","size":3004,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T07:32:06.395Z","etag":null,"topics":["chakra-ui","clerk","drizzle","nextjs","openai","react","supabase","t3-stack","vercel"],"latest_commit_sha":null,"homepage":"https://horoscope.trimatech.dev/","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/MayGo.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,"zenodo":null}},"created_at":"2025-02-07T13:39:02.000Z","updated_at":"2025-03-15T12:48:16.000Z","dependencies_parsed_at":"2025-03-15T13:30:33.092Z","dependency_job_id":"a69b044f-5c22-4b27-adb9-479492af5dee","html_url":"https://github.com/MayGo/horoscope","commit_stats":null,"previous_names":["maygo/horoscope"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MayGo/horoscope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayGo%2Fhoroscope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayGo%2Fhoroscope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayGo%2Fhoroscope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayGo%2Fhoroscope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MayGo","download_url":"https://codeload.github.com/MayGo/horoscope/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayGo%2Fhoroscope/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264958194,"owners_count":23689010,"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":["chakra-ui","clerk","drizzle","nextjs","openai","react","supabase","t3-stack","vercel"],"created_at":"2025-03-08T15:47:55.015Z","updated_at":"2026-04-12T06:32:31.971Z","avatar_url":"https://github.com/MayGo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Horoscope AI\n\n![Horoscope AI](/public/og.png)\n\nHoroscope AI is a personalized daily horoscope generator powered by artificial intelligence. It creates unique, AI-generated horoscopes tailored to each user's personality, interests, and life circumstances. Horoscopes can be viewed on the web or delivered directly to your email inbox at your preferred time.\n\n## TODO\n\n- [x] Add a horoscope home page\n- [x] Add a personalization benefits page\n- [x] Add a form personalization page\n- [x] Generate horoscope with open AI based on personalization\n- [x] Add CRON to generate daily horoscpe to db\n- [x] Show daily horoscope on home page\n- [x] Send email to user with horoscope\n- [x] Add cron to send horoscope to user daily at configured time\n- [x] Add my horoscope page\n- [x] Add Loaders\n- [x] Redesign daily horoscope to include affirmations and daily insights\n- [x] Add previous days daily insights to horoscope generation, so we get different horoscopes each day\n- [x] Fix personalization\n- [x] Add timezone to email sending time\n- [x] User horoscope keyed by day\n- [x] Keep horoscopes for 7 days in redis\n- [ ] Optimize cron jobs if user base grows\n\n## Tech Stack\n\nThis is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`.\n\n- [Next.js](https://nextjs.org)\n- [Drizzle](https://orm.drizzle.team/)\n- [Clerk](https://clerk.com/docs/quickstarts/nextjs)\n- [OpenAI](https://openai.com/api/)\n- [Redis](https://redis.io/)\n- [Chakra UI](https://chakra-ui.com/)\n- [Next-Safe-Action](https://next-safe-action.com/)\n- [Vercel](https://vercel.com/)\n- [Supabase](https://supabase.com/)\n- [React Email](https://react.email/)\n- [Resend](https://resend.com/)\n\n## Environment Variables\n\nThe following environment variables need to be configured:\n\n- **Database**: Use Supabase with Supavisor for connection pooling\n- **Authentication**: Clerk.com for user management\n- **AI**: OpenAI API for horoscope generation\n- **Caching**: Upstash Redis for temporary storage\n- **Email**: Resend.com for transactional emails\n- **Cron Jobs**: Vercel-edge configured cron tasks\n\nSee `.env.example` for complete configuration reference. Get credentials from respective service dashboards.\n\n## Learn More\n\nTo learn more about the [T3 Stack](https://create.t3.gg/), take a look at the following resources:\n\n- [Documentation](https://create.t3.gg/)\n- [Learn the T3 Stack](https://create.t3.gg/en/faq#what-learning-resources-are-currently-available) — Check out these awesome tutorials\n\nYou can check out the [create-t3-app GitHub repository](https://github.com/t3-oss/create-t3-app) — your feedback and contributions are welcome!\n\n## How do I deploy this?\n\nFollow our deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel), [Netlify](https://create.t3.gg/en/deployment/netlify) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaygo%2Fhoroscope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaygo%2Fhoroscope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaygo%2Fhoroscope/lists"}