ProjectHub Packs: curated, versioned templates and starters installable via a single ZIP URL.
ProjectHub Packs is the official marketplace for community templates and libraries used with ProjectHub. This repository is built into ProjectHub by default—users can install packs from here without any configuration.
We aim to:
- Offer ready-to-consume, best-practice templates and libraries.
- Provide a clear, strict submission pathway for contributors.
- Keep the catalog discoverable via the GitHub wiki and consistent in structure.
- Browse the catalog in the Wiki for the latest packs and guidance.
- Packs live under
packs/<pack-name>/(current:react-pack,python-pack,nodejs-pack,go-pack,vue-pack,svelte-pack). Each pack includesmetadata.yaml,README.md,LICENSE, and atemplates/folder containing item folders listed inmetadata.yaml:contents. - Releases publish one ZIP per pack and a
packs-manifest.jsonthat lists name, description, version, license, technology, download filename, and SHA-256 checksum. ProjectHub reads this manifest to show pack details without downloading ZIPs. - Current packs do not use per-template metadata; everything is declared in the pack’s
metadata.yamlwithtype(templateorworkspace) andpath(relative to the pack root). - Standalone items outside packs are not used at the moment; contribute via packs unless instructed otherwise.
- Install/update via ProjectHub Settings → Packs using a ZIP of the pack root (no extra nesting).
| Pack | Category | Description | Version |
|---|---|---|---|
| react-pack | Frontend | React + TypeScript workspace with Vite | 0.2.2 |
| python-pack | Backend | Python workspace with ruff, mypy, and pytest | 0.2.2 |
| nodejs-pack | Backend | Node.js + TypeScript workspace with Express | 0.2.2 |
| go-pack | Backend | Go workspace with standard layout and golangci-lint | 0.2.2 |
| vue-pack | Frontend | Vue 3 + TypeScript workspace with Vite | 0.2.2 |
| svelte-pack | Frontend | Svelte 5 + TypeScript workspace with Vite | 0.2.2 |
- Read the full guidelines in CONTRIBUTING.md and the detailed steps in the Wiki’s “Submission Guide”.
- Place contributions under the correct path (kebab-case names):
- Packs:
packs/<pack-name>/containingmetadata.yaml,README.md,LICENSE,templates/ - Templates/libraries outside packs: currently discouraged; align with maintainers before adding.
- Packs:
- Include all required files at the pack root:
metadata.yaml,README.md,LICENSE. Items inside the pack don’t need their own README unless specified by maintainers. - Submit a PR and complete every checkbox in the PR template, including a note about the related Wiki update.
- Hard gates: metadata lint workflow must pass. Soft gates: link/spell checks may fail but should be fixed unless there’s a reason.
- Branch protection should require passing hard-gate checks before merge; squash merges recommended.
- Security reporting details are in SECURITY.md.
Want to host your own packs? ProjectHub supports multiple marketplaces. Users can add your marketplace alongside the official one.
- Create a GitHub repository with packs under
packs/<pack-name>/ - Publish releases with ZIP files and a
packs-manifest.json - Users add your marketplace via
owner/repoin Settings → Packs
See the Wiki: Authoring a Pack for full instructions.
Open an issue using the appropriate template (bug, new template request, doc fix).