{"id":31640009,"url":"https://github.com/jonaylor89/headshots-starter","last_synced_at":"2025-10-07T02:09:01.934Z","repository":{"id":315053768,"uuid":"1053841765","full_name":"jonaylor89/headshots-starter","owner":"jonaylor89","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-10T02:34:06.000Z","size":10805,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-16T13:17:48.088Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jonaylor89.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-10T02:33:51.000Z","updated_at":"2025-09-10T02:34:39.000Z","dependencies_parsed_at":"2025-09-16T13:18:04.204Z","dependency_job_id":"396bb1f0-d4b3-4b65-9261-586a836ce292","html_url":"https://github.com/jonaylor89/headshots-starter","commit_stats":null,"previous_names":["jonaylor89/headshots-starter"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jonaylor89/headshots-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaylor89%2Fheadshots-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaylor89%2Fheadshots-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaylor89%2Fheadshots-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaylor89%2Fheadshots-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonaylor89","download_url":"https://codeload.github.com/jonaylor89/headshots-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaylor89%2Fheadshots-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708004,"owners_count":26031932,"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-07T02:00:06.786Z","response_time":59,"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":[],"created_at":"2025-10-07T02:08:44.022Z","updated_at":"2025-10-07T02:09:01.920Z","avatar_url":"https://github.com/jonaylor89.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👨‍💼 [Headshot AI](https://headshots-starter.vercel.app/) - Professional Headshots with AI\n\nIntroducing Headshot AI, an open-source project from [Tapped AI](https://tapped.ai/) that generates Professional AI Headshots in minutes.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/TappedOpenSource/headshots-starter.git)\n\n[![Headshot AI Demo](/public/demo.png)](https://headshots-starter.vercel.app/)\n\n## How It Works\n\nThe app is powered by:\n\n- 🚀 [Leap AI](https://tryleap.ai/) for AI model training\n- 🚀 [Leap AI](https://tryleap.ai/) to generate headshots\n- ▲ [Next.js](https://nextjs.org/) for app and landing page\n- 🔋 [Firebase](https://firebase.com/) for DB \u0026 Auth\n- 📩 [Resend](https://resend.com/) to email user when headshots are ready\n- ⭐️ [Shadcn](https://ui.shadcn.com/) with [Tailwind CSS](https://tailwindcss.com/) for styles\n- 🔥 [Replit](https://replit.com/@leap-ai/Headshot-AI-Professional-Headshots-with-Leap-AI) for 1-click app run in the browser\n\nJust add Stripe and you have a Headshot AI SaaS in a box.\n\n[![Headshot AI Explainer](/public/explainer.png)](https://tapped.ai/)\n\n## Running Locally\n\nTo create your own Headshot AI app, follow these steps:\n\n1. Clone the repository:\n\n```\ngit clone https://github.com/TappedOpenSource/headshots-starter.git\n```\n\n2. Enter the `headshots-starter` directory:\n\n```\ncd headshots-starter\n```\n\n3. Install dependencies:\n\n```bash\nnpm install\n```\n\n4. Create a [new Firebase project](https://firebase.google.com/) and enable firestore, storage, and serverless functions. This will require your project to be on the blaze plan:\n\n   - Rename `.env.local.example` to `.env.local` and update the value for your firebase app (Project-Settings/General/Your-Apps)\n   \n```\nNEXT_PUBLIC_FIREBASE_API_KEY=api-key\nNEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=auth-domain\nNEXT_PUBLIC_FIREBASE_PROJECT_ID=project-id\nNEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=storage-bucket\nNEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=sender-id\nNEXT_PUBLIC_FIREBASE_APP_ID=app-id\nNEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=measurment-id\n``` \n\n5. Create a [Leap AI](https://tryleap.ai/) account\n\n   In your `.env.local` file:\n\n   - Fill in `your_api_key` with your [Leap API key](https://docs.tryleap.ai/authentication)\n   - Fill in `your-hosted-url/leap/train-webhook` with https://{your-hosted-url}/leap/train-webhook\n   - Fill in `your-hosted-url/leap/image-webhook` with https://{your-hosted-url}/leap/image-webhook\n   - Fill in `your-webhook-secret` with any arbitrary URL friendly string eg.`shadf892yr398hq23h`\n\n6. Create a [Resend](https://resend.com/) account\n\n   - Fill in `your-resend-api-key` with your Resend API Key\n\n7. Deploy Serverless Functions\n\n```sh\nnpm install -g firebase-tools\nfirebase deploy --only functions\n```\n\n8. Start the development server:\n\n```bash\nnpm run dev\n```\n\n8. Visit `http://localhost:3000` in your browser to see the running app.\n\n## One-Click Deploy\n\nDeploy the example using Vercel:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/leap-ai/headshots-starter.git)\n\nOr fork the repo and Deploy using [Replit](https://replit.com/@leap-ai/Headshot-AI-Professional-Headshots-with-Leap-AI).\n\n## Additional Use-Cases\n\nHeadshot AI can be easily adapted to support many other use-cases on [Leap AI](https://tryleap.ai/) including:\n\n- AI Avatars\n  - [Anime](https://blog.tryleap.ai/transforming-images-into-anime-with-leap-ai/)\n  - [Portraits](https://blog.tryleap.ai/ai-time-machine-images-a-glimpse-into-the-future-with-leap-ai/)\n  - [Story Illustrations](https://blog.tryleap.ai/novel-ai-image-generator-using-leap-ai-a-comprehensive-guide/)\n\n[![Anime AI Demo](/public/anime.png)](https://tryleap.ai/)\n\n- Pet Portraits\n\n[![Pet AI Demo](/public/pet.png)](https://tryleap.ai/)\n\n- Product Shots\n- Food Photography\n\n[![Product AI Demo](/public/products.png)](https://tryleap.ai/)\n\n- Icons\n- [Style-Consistent Assets](https://blog.tryleap.ai/how-to-generate-style-consistent-assets-finetuning-on-leap/)\n\n[![Icons AI Demo](/public/icons.png)](https://tryleap.ai/)\n\n\u0026 more!\n\n## Contributing\n\nWe welcome collaboration and appreciate your contribution to Headshot AI. If you have suggestions for improvement or significant changes in mind, feel free to open an issue!\n\n## Resources and Support\n\n- Help Email: support@tryleap.ai\n\n## License\n\nHeadshot AI is released under the [MIT License](https://choosealicense.com/licenses/mit/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonaylor89%2Fheadshots-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonaylor89%2Fheadshots-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonaylor89%2Fheadshots-starter/lists"}