create-lacspace-app 1.17.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/BENCHMARKS.md CHANGED
@@ -32,7 +32,7 @@ echo "lacspace files: $(find cla1 -type f | wc -l) pages: $(find cla1 -name pag
32
32
  echo "next files: $(find cna1 -type f | wc -l) pages: $(find cna1 -name page.tsx | wc -l)"
33
33
  ```
34
34
 
35
- ## Results (create-next-app 16.3.4 vs create-lacspace-app 1.14.0)
35
+ ## Results (create-next-app 16.3.4 vs create-lacspace-app 2.1.0)
36
36
 
37
37
  | Metric | create-next-app | create-lacspace-app |
38
38
  | --- | --- | --- |
@@ -40,10 +40,11 @@ echo "next files: $(find cna1 -type f | wc -l) pages: $(find cna1 -name pag
40
40
  | Files written | 18 | 70 |
41
41
  | `page.tsx` routes | 1 | 11 |
42
42
  | Components | 0 | 37 (incl. a 26-component UI kit) |
43
+ | Design system (tokens, `.glass`/`.card`/`.shimmer`, fluid type) | ✗ | ✓ |
43
44
  | `sitemap.xml` / `robots.txt` / `/og` | ✗ | ✓ |
44
45
  | `lib/site.ts` SEO config / JSON-LD | ✗ | ✓ |
45
46
  | PWA manifest / styled 404 | ✗ | ✓ |
46
- | Templates available | 1 | 8 |
47
+ | Templates available | 1 | 9 |
47
48
 
48
49
  ## Honest caveats
49
50
 
package/README.md CHANGED
@@ -16,7 +16,9 @@ npm create lacspace-app@latest my-app
16
16
  npx create-lacspace-app my-app --template saas
17
17
  ```
18
18
 
19
- You choose the *kind* of site you're building. It writes a **real Next.js 15 + React 19 + Tailwind v4 app** — not a hello-world, but a polished, dark-themed, responsive site with **every page filled in**, an SEO stack wired end-to-end, and a **26-component UI kit** you can drop in anywhere.
19
+ You choose the *kind* of site you're building. It writes a **real Next.js 15 + React 19 + Tailwind v4 app** — not a hello-world, but a genuinely **polished, modern site**: a fluid `clamp()` type scale, tight display headings, a refined light **and** dark palette, glass chrome, soft layered shadows, a smooth logo marquee, animated counters, scroll reveals and a shimmering primary CTA — every page filled in, an SEO stack wired end-to-end, and a **26-component UI kit** you can drop in anywhere.
20
+
21
+ > **New in v2.1 — a design-quality pass.** Every template was rebuilt around a real design system: cohesive tokens (`--accent`, surfaces, hairlines, shadows), reusable utilities (`.glass`, `.card`, `.gradient-text`, `.grid-bg`/`.dot-bg`, `.shimmer`), a sticky glass header that shrinks on scroll, a richer multi-column footer with a newsletter island, a soft gradient-mesh backdrop, and confident, specific copy per template — all `prefers-reduced-motion`-aware. The signature sites ship as **LSFolio · LSStudio · LSStore · LSCloud · LSBlogs · LSDocs · LSAdmin · LSResto · LSBazaar**.
20
22
 
21
23
  ---
22
24
 
@@ -24,7 +26,7 @@ You choose the *kind* of site you're building. It writes a **real Next.js 15 + R
24
26
 
25
27
  Same machine, both CLIs run **binary-direct, scaffold-only**, median of 7 runs:
26
28
 
27
- | | create-next-app **16.3.4** | create-lacspace-app **1.14** |
29
+ | | create-next-app **16.3.4** | create-lacspace-app **2.1** |
28
30
  | --- | --- | --- |
29
31
  | **Scaffold time** | 0.29s | **0.15s** ⚡ (~1.9× faster) |
30
32
  | **Files produced** | 18 | **70** |
@@ -77,21 +79,21 @@ import { PricingSection } from "@/components/sections/pricing";
77
79
  // …drop <PricingSection /> anywhere in your JSX.
78
80
  ```
79
81
 
80
- **Available sections:** `hero` · `features` · `pricing` · `faq` · `testimonials` · `team` · `stats` · `timeline` · `gallery` · `logos` · `cta` · `bento`. Run `add` with no arguments to list them.
82
+ **Available sections:** `hero` · `features` · `pricing` · `faq` · `testimonials` · `team` · `stats` · `timeline` · `gallery` · `logos` · `cta` · `bento` · `steps` · `feature-split` · `banner`. Run `add` with no arguments to list them.
81
83
 
82
84
  ## Templates
83
85
 
84
- | Key | What you get |
85
- | --- | --- |
86
- | **personal** | Developer/portfolio — projects, uses, work, about, blog |
87
- | **business** | Agency/company — services, work (case studies), pricing, team |
88
- | **ecommerce** | Storefront — shop, cart (working, persisted), collections |
89
- | **saas** | Landing — features, pricing, integrations, changelog |
90
- | **blog** | Real Markdown blog — posts, topics, newsletter |
91
- | **docs** | Docs site — guides, API reference, changelog, search |
92
- | **dashboard** | App shell — sidebar, stat cards, charts, settings, analytics |
93
- | **restaurant** | Menu, reservations, gallery, private events |
94
- | **marketplace** | Real commerce — cart, product pages, checkout, tax + shipping, orders/invoices, eSewa & Khalti payments |
86
+ | Key | Ships as | What you get |
87
+ | --- | --- | --- |
88
+ | **personal** | LSFolio | Developer/portfolio — projects, uses, work, about, blog |
89
+ | **business** | LSStudio | Agency/company — services, work (case studies), pricing, team |
90
+ | **ecommerce** | LSStore | Storefront — shop, cart (working, persisted), collections |
91
+ | **saas** | LSCloud | Landing — features, pricing, integrations, changelog |
92
+ | **blog** | LSBlogs | Real Markdown blog — posts, topics, newsletter |
93
+ | **docs** | LSDocs | Docs site — guides, API reference, changelog, search |
94
+ | **dashboard** | LSAdmin | App shell — sidebar, stat cards, charts, settings, analytics |
95
+ | **restaurant** | LSResto | Menu, reservations, gallery, private events |
96
+ | **marketplace** | LSBazaar | Real commerce — cart, product pages, checkout, tax + shipping, orders/invoices, eSewa & Khalti payments |
95
97
 
96
98
  Every template is Next.js 15 App Router + React 19 + Tailwind v4 — dark, modern, responsive, with a themeable gradient accent.
97
99