Skip to content

Releases: imKXNNY/vercel-templates-discovery

v1.0.0 — Public Launch

Choose a tag to compare

@imKXNNY imKXNNY released this 07 Jul 08:00

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-frameworks flag for strict matching.
  • recommend_templates MCP tool in Python and TypeScript.
  • GET /templates/recommend REST endpoint.
  • vercel-templates diff — compare two templates side by side.
  • vercel-templates recent / trending — newly added and trending templates.
  • --by-category grouping 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.
  • export defaults to metadata only; full READMEs require --include-readmes.
  • Public catalog.json no longer redistributes full README text.

Install

# Python
pip install vercel-templates-discovery

# TypeScript / npm
npx @imkxnny/vercel-templates-discovery

Docker

docker pull ghcr.io/imkxnny/vercel-templates-discovery:1.0.0

v0.2.3

Choose a tag to compare

@imKXNNY imKXNNY released this 06 Jul 00:10

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