vercel-website
Installation
SKILL.md
Vercel Website Skill
Reusable patterns for building Vercel-hosted websites that serve as marketing, licensing, and distribution hubs for Electron desktop apps. Derived from three projects: AppOne (vanilla JS), AppTwo (Next.js), and AppThree (Next.js).
Project Comparison
| Aspect | AppOne | AppTwo | AppThree |
|---|---|---|---|
| Framework | Vanilla JS (static) | Next.js 16 (App Router) | Next.js 16 (App Router) |
| Directory | website/ |
landing/ |
web/ |
| Styling | CSS + tokens.css | Tailwind 4 + globals.css | Tailwind 4 + globals.css |
| Database | Turso | Turso | Turso |
| Payments | Planned | Planned | Stripe (live) |
| Trial | 30 days | 30 days | 14 days |
| Platform detect | Async (high-entropy + WebGL) | Sync (broken) | No arch detection |