{"id":16211624,"url":"https://github.com/laurabeatris/starry","last_synced_at":"2025-03-19T09:30:44.987Z","repository":{"id":196398844,"uuid":"696019708","full_name":"LauraBeatris/starry","owner":"LauraBeatris","description":"Turn your ideas into Van Gogh's Starry Night - Powered by Vercel, AuthKit and Replicate 💫","archived":false,"fork":false,"pushed_at":"2024-02-28T12:29:58.000Z","size":22327,"stargazers_count":25,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T05:34:59.631Z","etag":null,"topics":["authkit","nextjs","openai","replicate","tailwind","typescript","vercel","web-development"],"latest_commit_sha":null,"homepage":"https://my-starry.com","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/LauraBeatris.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":"2023-09-24T22:34:38.000Z","updated_at":"2024-11-24T11:29:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"d550c4a3-3579-4940-bd76-c75329c97ea7","html_url":"https://github.com/LauraBeatris/starry","commit_stats":null,"previous_names":["laurabeatris/starry"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fstarry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fstarry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fstarry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fstarry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LauraBeatris","download_url":"https://codeload.github.com/LauraBeatris/starry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244398413,"owners_count":20446421,"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":["authkit","nextjs","openai","replicate","tailwind","typescript","vercel","web-development"],"created_at":"2024-10-10T10:48:48.433Z","updated_at":"2025-03-19T09:30:41.085Z","avatar_url":"https://github.com/LauraBeatris.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://my-starry.com\"\u003e\n    \u003cimg width=\"500\" alt=\"Starry – Generate pictures based on Van Gogh's Starry Night.\" src=\"./.github/images/preview.gif\"\u003e\n    \u003ch1 align=\"center\"\u003eStarry 💫\u003c/h1\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Turn your ideas into Van Gogh's Starry Night\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://twitter.com/lauradotjs\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/lauradotjs?style=flat\u0026label=lauradotjs\u0026logo=twitter\u0026color=0bf\u0026logoColor=fff\" alt=\"Laura Twitter followers count\" /\u003e\n  \u003c/a\u003e\n   \u003ca href=\"https://github.com/laurabeatris/starry\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/laurabeatris/starry?label=laurabeatris%2Fstarry\" alt=\"Spirals repository stars count\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## How it works\n\nThis application leverages an AI model, specifically [Stable Diffusion](https://replicate.com/stability-ai/stable-diffusion) hosted on Replicate, to transform your images into art inspired by Van Gogh's Starry Night. Simply enter a prompt, and it will be processed through this AI model via a Next.js server action and an API route that listens to Replicate's webhook.\n\n## 🎥 Walkthrough videos\n\n\u003c!-- TODO -\u003e Add link --\u003e\n\n- [Video explanation on how I built this application]()\n- [Launch demo video](https://x.com/lauradotjs/status/1754970380547117314?s=20)\n\n## Powered by\n\n- [Bun](https://bun.sh/) for compilation\n- [Replicate](https://replicate.ai/) for AI API\n- [Vercel](https://vercel.com)\n  - Next.js [App Router](https://nextjs.org/docs/app)\n  - Next.js [Server Actions](https://nextjs.org/docs/app/api-reference/functions/server-actions)\n  - [Vercel Blob](https://vercel.com/storage/blob) for image storage\n  - [Vercel KV](https://vercel.com/storage/kv) for redis\n- [WorkOS](https://workos.com/)\n  - [AuthKit](https://authkit.com/) for user management\n\n## How to run on your own machine\n\n### 1. Install [Bun](https://bun.sh/) for compilation\n\n### 2. Install [ngrok](https://ngrok.com/) to listen to Replicate's webhook events while developing locally\n\n### 2. Cloning the repository\n\n```bash\ngit clone\n```\n\n### 3. Sign up for the services mentioned in the [Powered by](#powered-by) section\n\n### 4. Storing API keys in .env file.\n\nCopy the `.env.example` file and update with your own API keys.\n\n### 5. Installing the dependencies.\n\n```bash\nbun install\n```\n\n### 6. Running the application.\n\nThen, run the application in the command line and it will be available at `http://localhost:3000`.\n\n```bash\nbun run dev\n```\n\nAlso, run `ngrok http 3000` to create a tunnel to listen to Replicate's webhook events.\n\n## Author\n\n- Laura Beatris ([@lauradotjs](https://twitter.com/lauradotjs))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurabeatris%2Fstarry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaurabeatris%2Fstarry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurabeatris%2Fstarry/lists"}