{"id":14260639,"url":"https://github.com/jaaronkot/picprose","last_synced_at":"2025-05-15T09:05:30.788Z","repository":{"id":232593366,"uuid":"781310912","full_name":"jaaronkot/picprose","owner":"jaaronkot","description":"Better cover image generator tool for Medium, YouTube, BiliBili, Blog and many others","archived":false,"fork":false,"pushed_at":"2025-03-30T11:01:30.000Z","size":20803,"stargazers_count":678,"open_issues_count":1,"forks_count":94,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-09T00:02:52.537Z","etag":null,"topics":["coverimage","image","nextjs","nextui","react","tailwindcss","tools"],"latest_commit_sha":null,"homepage":"https://picprose.pixpark.net","language":"JavaScript","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/jaaronkot.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-04-03T06:25:51.000Z","updated_at":"2025-05-08T14:57:28.000Z","dependencies_parsed_at":"2025-03-31T09:00:43.249Z","dependency_job_id":"26c24b2f-0c07-4a87-b7f2-20bc514455f0","html_url":"https://github.com/jaaronkot/picprose","commit_stats":null,"previous_names":["gezhaoyou/picprose","jarronkot/picprose","jaaronkot/picprose"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaaronkot%2Fpicprose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaaronkot%2Fpicprose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaaronkot%2Fpicprose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaaronkot%2Fpicprose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaaronkot","download_url":"https://codeload.github.com/jaaronkot/picprose/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254310513,"owners_count":22049468,"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":["coverimage","image","nextjs","nextui","react","tailwindcss","tools"],"created_at":"2024-08-22T12:01:08.395Z","updated_at":"2025-05-15T09:05:30.727Z","avatar_url":"https://github.com/jaaronkot.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Video \u0026 Animation"],"sub_categories":[],"readme":"# PicProse - Better Cover Image Generator\n\n[![GitHub stars](https://img.shields.io/github/stars/jaaronkot/picprose)](https://github.com/jaaronkot/picprose/stargazers)\n[![License](https://img.shields.io/github/license/jaaronkot/picprose)](https://github.com/jaaronkot/picprose/blob/main/LICENSE) \n\n\u003ca href=\"./README.md\"\u003eEnglish\u003c/a\u003e | \u003ca href=\"./README_CN.md\"\u003e简体中文\u003c/a\u003e\n\n## Overview\n\nPicProse is a powerful cover image generator designed for bloggers, content creators, developers, and designers. Create professional and stunning cover images in just a few steps for Medium, YouTube, BiliBili, personal blogs, and other platforms.\n\n**Preview:** [picprose.pixpark.net](https://picprose.pixpark.net/)\n\n\n\n![PicProse Preview](./doc/demo-1.jpg )\n\n![PicProse Preview](./doc/demo-2.jpg )\n\n![PicProse Preview](./doc/demo-3.jpg )\n\n## ✨ Key Features\n\n- 🖼️ **Rich Image Resources** - Access high-quality images directly through the Unsplash API\n- 🎨 **Flexible Editing** - Customize titles, author info, fonts, colors, and transparency\n- 📱 **Multiple Aspect Ratios** - Support for both landscape and portrait formats for different platforms\n- 🔍 **Real-time Preview** - See all changes instantly with a WYSIWYG interface\n- 🌈 **Developer Icons** - Built-in tech-related icons perfect for technical article covers\n- 📥 **Multiple Export Formats** - Support for JPG, PNG, and SVG exports\n- 🌐 **Multilingual Support** - Interface available in multiple languages\n- 🎯 **Responsive Design** - Perfectly adapts to both desktop and mobile devices\n\n## 🚀 Getting Started\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/jaaronkot/picprose.git\n\n# Navigate to the project directory\ncd picprose\n\n# Install dependencies\nnpm install\n\n# Start the development server\nnpm run dev\n```\n\n### Environment Variables\n\nCreate a `.env.local` file with the following content:\n\n```bash\nUNSPLASH_API_KEY = your_unsplash_api_key\nNEXT_PUBLIC_GOOGLE_ANALYTICS_ID=your_ga_id\n```\nRefer: [https://unsplash.com/documentation](https://unsplash.com/documentation)\n\n\n## Deploy to Vercel\nYou can start by creating your own Nextra site and deploying to Vercel by clicking the link:\n\n\u003ca className=\"mt-3 inline-flex\"\n  target=\"_blank\"\n  href=\"https://vercel.com/new/clone?s=https://github.com/jaaronkot/picprose\u0026showOptionalTeamCreation=false\"\u003e![](https://vercel.com/button)\u003c/a\u003e\n\n## Deploy with Docker\n\n```sh\ndocker run -d --name picprose -e UNSPLASH_API_KEY=xxx -p 3000:3000 hausen1012/picprose\n```\n\n## License\nPicProse is open-source under the [MIT License](https://github.com/jaaronkot/picprose/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaaronkot%2Fpicprose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaaronkot%2Fpicprose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaaronkot%2Fpicprose/lists"}