{"id":27163363,"url":"https://github.com/ysskrishna/og-labs","last_synced_at":"2025-04-10T03:42:28.237Z","repository":{"id":286856277,"uuid":"962665078","full_name":"ysskrishna/og-labs","owner":"ysskrishna","description":"Create beautiful OG images, Twitter/X Header images \u0026 more for free, in simple clicks.","archived":false,"fork":false,"pushed_at":"2025-04-08T17:11:18.000Z","size":5105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-08T18:25:47.774Z","etag":null,"topics":["nextjs","open-graph","open-graph-generator","ysskrishna"],"latest_commit_sha":null,"homepage":"https://og-labs.vercel.app/","language":"TypeScript","has_issues":false,"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/ysskrishna.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":"2025-04-08T13:47:58.000Z","updated_at":"2025-04-08T18:15:25.000Z","dependencies_parsed_at":"2025-04-08T18:37:24.807Z","dependency_job_id":null,"html_url":"https://github.com/ysskrishna/og-labs","commit_stats":null,"previous_names":["ysskrishna/og-labs"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysskrishna%2Fog-labs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysskrishna%2Fog-labs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysskrishna%2Fog-labs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysskrishna%2Fog-labs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ysskrishna","download_url":"https://codeload.github.com/ysskrishna/og-labs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247959664,"owners_count":21024834,"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":["nextjs","open-graph","open-graph-generator","ysskrishna"],"created_at":"2025-04-09T01:48:53.964Z","updated_at":"2025-04-09T01:48:54.415Z","avatar_url":"https://github.com/ysskrishna.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# ogimage.click\n\nA free and open source tool for generating beautiful Open Graph images, Twitter/X headers, and blog covers - no signup required.\n\n## 🌟 Features\n\n- **Multiple Template Types**\n  - Open Graph Images\n  - Twitter/X Headers\n  - Blog Cover Images\n  - Custom Templates\n\n- **Rich Customization**\n  - Custom backgrounds (solid colors \u0026 gradients)\n  - Grid and noise overlays\n  - Logo upload support\n  - Professional typography\n  - Multiple export formats (PNG, JPEG, WebP)\n\n- **Developer Experience**\n  - Ready-to-use HTML meta tags\n  - Next.js App Router integration\n  - Real-time preview\n  - No authentication required\n  - Free and open source\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18+\n- pnpm (recommended) or npm\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/weijunext/ogimage-click.git\ncd ogimage.click\n```\n\n2. Install dependencies:\n```bash\npnpm install\n```\n\n3. Set up environment variables in `.env.local`:\n```bash\nNEXT_PUBLIC_BASE_URL=http://localhost:3000\nNEXT_PUBLIC_API_URL=http://localhost:3000/api\nNEXT_PUBLIC_GOOGLE_ID=\nNEXT_PUBLIC_GOOGLE_ADSENSE_ID=\n```\n\n4. Start the development server:\n```bash\npnpm dev\n```\n\n## 🛠️ Tech Stack\n\n- [Next.js 15](https://nextjs.org/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Radix UI](https://www.radix-ui.com/)\n- [Satori](https://github.com/vercel/satori)\n- [Zod](https://zod.dev/)\n\n## 📖 Usage\n\n1. Choose a template type (OG Image, Twitter Header, or Blog Cover)\n2. Customize your content (text, colors, images)\n3. Preview in real-time\n4. Export in your preferred format\n5. Use the generated meta tags in your project\n\n### Example Meta Tags\n\n```html\n\u003cmeta property=\"og:title\" content=\"Your Page Title\" /\u003e\n\u003cmeta property=\"og:description\" content=\"Your page description\" /\u003e\n\u003cmeta property=\"og:image\" content=\"https://yourdomain.com/og.png\" /\u003e\n\u003cmeta property=\"og:url\" content=\"https://yourdomain.com\" /\u003e\n\u003cmeta name=\"twitter:card\" content=\"summary_large_image\" /\u003e\n\u003cmeta name=\"twitter:image\" content=\"https://yourdomain.com/og.png\" /\u003e\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🌐 Links\n\n- [Website](https://ogimage.click/)\n- [Issue Tracker](https://github.com/weijunext/ogimage-click/issues)\n\n---\n\nBuilt by [Jude Wei](https://github.com/weijunext) \n\nThis project is inspired by and built upon [imgsrc-app](https://github.com/FadyMak/imgsrc-app) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysskrishna%2Fog-labs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fysskrishna%2Fog-labs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysskrishna%2Fog-labs/lists"}