Skip to content

feat: add starter templates gallery#343

Open
bntvllnt wants to merge 1 commit into
mainfrom
feat/259-templates
Open

feat: add starter templates gallery#343
bntvllnt wants to merge 1 commit into
mainfrom
feat/259-templates

Conversation

@bntvllnt
Copy link
Copy Markdown
Collaborator

Summary

  • Add /templates and /templates/[slug] routes for five starter kits: next-starter, dashboard, saas, ai-chat, and docs-site.
  • Add shared template metadata, screenshots, README/template manifests under templates/<slug>/, SoftwareApplication JSON-LD, sitemap entries, and llms.txt/llms-full.txt template sections.
  • Link templates from the home hero, header/sidebar navigation, and the shadcn comparison page.

Validation

  • pnpm -F @vllnt/ui-registry exec tsc --noEmit --project tsconfig.json
  • npx --yes react-doctor . --diff origin/main --annotations --fail-on error --offline
  • pnpm -F @vllnt/ui lint
  • pnpm -F @vllnt/ui exec tsc --noEmit --project tsconfig.build.json
  • pnpm build
  • pnpm test:once
  • git diff --check

Notes: install snippets use pnpm dlx create-vllnt-app@latest --template <slug> to honor the repo pnpm-only rule. pnpm build still emits the known Next.js multiple-lockfile worktree warning. pnpm test:once still emits existing jsdom navigation, ShareDialog description, and InteractiveTimeline duplicate-key warnings while passing all tests.

Closes #259

@bntvllnt bntvllnt added documentation Improvements or additions to documentation enhancement New feature or request discoverability Site/library discoverability labels May 12, 2026
@bntvllnt bntvllnt self-assigned this May 12, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
storybook Ready Ready Preview, Comment May 12, 2026 10:18pm
ui.vllnt.ai Ready Ready Preview, Comment May 12, 2026 10:18pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

discoverability Site/library discoverability documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: /templates — starter kits (Next.js, Dashboard, SaaS) using VLLNT UI

1 participant