Skip to content

Punchier registry descriptions + Vercel-style feature tags#47

Merged
CarmenDou merged 1 commit into
mainfrom
feat/punchier-registry-descriptions
May 27, 2026
Merged

Punchier registry descriptions + Vercel-style feature tags#47
CarmenDou merged 1 commit into
mainfrom
feat/punchier-registry-descriptions

Conversation

@CarmenDou
Copy link
Copy Markdown
Contributor

@CarmenDou CarmenDou commented May 27, 2026

Summary

  • Rewrote all 7 template descriptions to be outcome-first instead of feature-list-then-stack — modeled after Vercel / Supabase / Astro themes copy.
  • Replaced InsForge-primitive features (auth, storage, payments…) with per-template Vercel-style feature tags mixing named libs (Stripe Checkout, BlockNote, TanStack Table, dnd-kit, Recharts, OpenRouter, pgvector) and capability nouns (Kanban Pipeline, Provider Reviews, Public Share Links, Real-time Chat).
  • All arrays kept single-line; only description and features fields touched. No category / framework / tags / cover / demo_url / author / added_at changes in this PR.

Result per template

slug features
e-commerce Stripe Checkout, Order Dashboard, shadcn/ui, Auth
landing Waitlist Capture, Pricing Page, shadcn/ui, Auth
crm dnd-kit, Kanban Pipeline, RLS, Auth
booking Availability Scheduling, Provider Reviews, RLS, Auth
ai-pdf-chatbot RAG, pgvector, OpenRouter, Auth
admin-dashboard TanStack Table, Recharts, Real-time Chat, Auth
workspace BlockNote, Nested Pages, Public Share Links, RLS

Test plan

  • On merge: sync.yml triggers (registry.json changed), POSTs to TemplateMarket's /functions/sync-templates with Bearer token, applies all 7 entries with new descriptions/features.
  • Verify TemplateMarket DB templates rows now have the new strings: SELECT slug, features FROM templates ORDER BY slug; (via npx @insforge/cli db query)
  • Verify development.insforge.dev/templates (once Vercel preview rebuilds against the synced DB) shows new descriptions and 4-tag feature pills.

Summary by cubic

Rewrote descriptions for all 7 templates to be outcome-first and replaced generic InsForge primitives with per-template, Vercel-style feature tags (e.g., Stripe Checkout, BlockNote, TanStack Table, dnd-kit, Recharts, OpenRouter, pgvector). Only updated the description and features fields in registry.json; no changes to categories, frameworks, tags, covers, demo URLs, or authors.

Written for commit 2ff9828. Summary will update on new commits. Review in cubic

Copy link
Copy Markdown
Member

@jwfing jwfing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, approved.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="registry.json">

<violation number="1" location="registry.json:86">
P2: Workspace features are missing "Auth". Every other template retains "Auth" in its feature list, and collaborative workspace features (nested pages, public share links, RLS) all depend on authentication being present.</violation>
</file>

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread registry.json
"category": "productivity",
"framework": "nextjs",
"features": ["auth", "database", "storage"],
"features": ["BlockNote", "Nested Pages", "Public Share Links", "RLS"],
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Workspace features are missing "Auth". Every other template retains "Auth" in its feature list, and collaborative workspace features (nested pages, public share links, RLS) all depend on authentication being present.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At registry.json, line 86:

<comment>Workspace features are missing "Auth". Every other template retains "Auth" in its feature list, and collaborative workspace features (nested pages, public share links, RLS) all depend on authentication being present.</comment>

<file context>
@@ -80,10 +80,10 @@
     "category": "productivity",
     "framework": "nextjs",
-    "features": ["auth", "database", "storage"],
+    "features": ["BlockNote", "Nested Pages", "Public Share Links", "RLS"],
     "tags": ["notion", "workspace", "docs", "wiki", "blocknote"],
     "cover": "assets/covers/workspace.png",
</file context>
Suggested change
"features": ["BlockNote", "Nested Pages", "Public Share Links", "RLS"],
"features": ["BlockNote", "Nested Pages", "Public Share Links", "RLS", "Auth"],

@CarmenDou CarmenDou merged commit cf54233 into main May 27, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants