{"id":35054507,"url":"https://github.com/cbabil/projecthub","last_synced_at":"2026-05-13T16:43:46.795Z","repository":{"id":329030170,"uuid":"1098624990","full_name":"cbabil/projecthub","owner":"cbabil","description":"Cross-platform ProjectHub desktop app to create and manage projects using installable packs—batteries-included templates, libraries, and a guided project wizard, all stored locally.","archived":false,"fork":false,"pushed_at":"2025-12-27T04:26:13.000Z","size":1320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-28T23:57:33.085Z","etag":null,"topics":["electron","project-scaffolding","projecthub","react","template-manager","typescript"],"latest_commit_sha":null,"homepage":"","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/cbabil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-11-17T23:55:22.000Z","updated_at":"2025-12-27T03:52:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cbabil/projecthub","commit_stats":null,"previous_names":["cbabil/projecthub"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cbabil/projecthub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Fprojecthub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Fprojecthub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Fprojecthub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Fprojecthub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbabil","download_url":"https://codeload.github.com/cbabil/projecthub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Fprojecthub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32991826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["electron","project-scaffolding","projecthub","react","template-manager","typescript"],"created_at":"2025-12-27T09:46:32.308Z","updated_at":"2026-05-13T16:43:46.788Z","avatar_url":"https://github.com/cbabil.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n  \u003cimg src=\"assets/projecthub.png\" alt=\"ProjectHub\" width=\"320\" align=\"left\" style=\"margin-right:20px;margin-top:10px\"\u003e\n  \u003cem\u003e\u003cbr\u003eProjectHub desktop app: install packs, choose templates and libraries, and spin up projects locally.\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cbr clear=\"both\"\u003e\n\n\u003cbr\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![License][license-shield]][license-url]\n\n\n## Get the App\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/Screenshot_projecthub.png\" alt=\"ProjectHub screenshot\" width=\"700\"\u003e\n\u003c/p\u003e\n\n- Download the latest release for your OS from GitHub Releases.\n- Windows: run the installer `.exe`.\n- macOS: open the `.dmg` and drag ProjectHub to Applications.\n- Linux: run the `.AppImage` (make it executable if needed).\n\nOn first launch, ProjectHub sets up its data folder at `~/.projecthub`.\n\n## Use ProjectHub\n- Install packs from the **official marketplace** or add custom marketplaces\n- Click **New Project**, choose templates and libraries, review, and create\n- Use **AI Templates** to generate custom templates with natural language\n- ProjectHub scaffolds the files/folders to your chosen destination\n\n## AI Templates\n\nGenerate templates using AI—just describe what you need:\n\n- **Multi-provider support** – Choose between Anthropic (Claude), OpenAI (GPT-4), or Ollama (local)\n- **Chat-based** – Iteratively refine your template through conversation\n- **Integrated** – Access AI from Templates or Libraries pages via the \"Generate with AI\" button\n- **Secure** – API keys encrypted at rest, never exposed to the renderer process\n\nFirst-time setup walks you through provider configuration. See **Settings → AI** to manage providers.\n\n## Packs \u0026 Marketplaces\n\nProjectHub uses a **marketplace** system for distributing template packs:\n\n- **Official Marketplace** – Built-in, includes `react-pack` and `python-pack`\n- **Custom Marketplaces** – Add your team's or community pack sources via `owner/repo`\n\nClick **Marketplace** in the sidebar to browse and install packs. Use **category filters** (Frontend, Backend, Fullstack, Configuration) to narrow results, and hover over the **info icon** on any pack card for details. Manage marketplace sources in **Settings → Marketplace**.\n\nBrowse the [ProjectHub Packs](https://github.com/cbabil/projecthub-packs) repository for available packs, or [create your own marketplace](https://github.com/cbabil/projecthub-packs/wiki/Authoring-a-pack#creating-your-own-marketplace).\n\n## Documentation\n- Browse the [Wiki](../../projecthub.wiki) for guides, flows, and troubleshooting.\n\n## Contributing\n- See [CONTRIBUTING.md](CONTRIBUTING.md) for dev setup and PR guidelines.\n- Code of Conduct: [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)\n- Security: [SECURITY.md](SECURITY.md)\n\n## License\n- MIT License (see [LICENSE](LICENSE)).\n\n---\n\u003c!-- MARKDOWN REFERENCE LINKS --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/cbabil/projecthub.svg?style=for-the-badge\n[contributors-url]: https://github.com/cbabil/projecthub/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/cbabil/projecthub.svg?style=for-the-badge\n[forks-url]: https://github.com/cbabil/projecthub/network/members\n[stars-shield]: https://img.shields.io/github/stars/cbabil/projecthub.svg?style=for-the-badge\n[stars-url]: https://github.com/cbabil/projecthub/stargazers\n[issues-shield]: https://img.shields.io/github/issues/cbabil/projecthub.svg?style=for-the-badge\n[issues-url]: https://github.com/cbabil/projecthub/issues\n[license-shield]: https://img.shields.io/github/license/cbabil/projecthub.svg?style=for-the-badge\n[license-url]: https://github.com/cbabil/projecthub/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbabil%2Fprojecthub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbabil%2Fprojecthub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbabil%2Fprojecthub/lists"}