Releases: imKXNNY/vercel-templates-discovery
Releases · imKXNNY/vercel-templates-discovery
Release list
v1.0.0 — Public Launch
What's New
This is the first stable public release of vercel-templates-discovery.
Added
vercel-templates recommend <stack>— recommend templates based on frameworks, use cases, databases, CSS, auth, CMS, title, and description.--require-all-frameworksflag for strict matching.recommend_templatesMCP tool in Python and TypeScript.GET /templates/recommendREST endpoint.vercel-templates diff— compare two templates side by side.vercel-templates recent/trending— newly added and trending templates.--by-categorygrouping for trending output.- Docker image published to GitHub Container Registry.
- Hermes skill for agentic discovery.
Compliance & Risk
- Added Vercel ToS compliance review:
docs/VERCEL_TOS_REVIEW.md. - README now includes an unofficial / not-affiliated-with-Vercel disclaimer.
exportdefaults to metadata only; full READMEs require--include-readmes.- Public
catalog.jsonno longer redistributes full README text.
Install
# Python
pip install vercel-templates-discovery
# TypeScript / npm
npx @imkxnny/vercel-templates-discoveryDocker
docker pull ghcr.io/imkxnny/vercel-templates-discovery:1.0.0v0.2.3
Fix GHCR Docker image build.\n\n- Corrected TypeScript build stage in Dockerfile.\n- Added declarationMap/sourceMap to ts/tsconfig.json.\n- PyPI: https://pypi.org/project/vercel-templates-discovery/0.2.3/\n- npm: https://www.npmjs.com/package/@imkxnny/vercel-templates-discovery/v/0.2.3\n- Docker: docker run --rm ghcr.io/imkxnny/vercel-templates-discovery:0.2.3 vercel-templates --help