launchframe 0.2.0 → 0.2.2

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.
Files changed (73) hide show
  1. package/README.md +144 -183
  2. package/bin/launchframe.mjs +261 -28
  3. package/package.json +52 -67
  4. package/template/.aider.conf.yml +3 -0
  5. package/template/.amazonq/cli-agents/clone-website.json +9 -0
  6. package/template/.amazonq/rules/project.md +161 -0
  7. package/template/.augment/commands/clone-website.md +518 -0
  8. package/template/.claude/skills/clone-website/SKILL.md +517 -0
  9. package/template/.clinerules +161 -0
  10. package/template/.codex/skills/clone-website/SKILL.md +517 -0
  11. package/template/.continue/commands/clone-website.md +519 -0
  12. package/template/.continue/rules/project.md +165 -0
  13. package/template/.cursor/commands/clone-website.md +514 -0
  14. package/template/.cursor/rules/project.mdc +20 -0
  15. package/template/.dockerignore +60 -0
  16. package/template/.gemini/commands/clone-website.toml +520 -0
  17. package/template/.gitattributes +9 -0
  18. package/template/.github/ISSUE_TEMPLATE/bug_report.yml +86 -0
  19. package/template/.github/ISSUE_TEMPLATE/config.yml +5 -0
  20. package/template/.github/ISSUE_TEMPLATE/feature_request.yml +50 -0
  21. package/template/.github/PULL_REQUEST_TEMPLATE.md +19 -0
  22. package/template/.github/copilot-instructions.md +161 -0
  23. package/template/.github/copilot-setup-steps.yml +3 -0
  24. package/template/.github/skills/clone-website/SKILL.md +517 -0
  25. package/template/.github/workflows/ci.yml +36 -0
  26. package/template/.nvmrc +1 -0
  27. package/template/.opencode/commands/clone-website.md +517 -0
  28. package/template/.windsurf/workflows/clone-website.md +514 -0
  29. package/template/.windsurfrules +2 -0
  30. package/template/AGENTS.md +79 -0
  31. package/template/CHANGELOG.md +80 -0
  32. package/template/CLAUDE.md +1 -0
  33. package/template/Dockerfile +114 -0
  34. package/template/Dockerfile.dev +15 -0
  35. package/template/GEMINI.md +1 -0
  36. package/template/README.md +118 -0
  37. package/template/START_HERE.md +15 -0
  38. package/template/components.json +25 -0
  39. package/template/docker-compose.yml +53 -0
  40. package/template/docs/design-references/.gitkeep +0 -0
  41. package/template/docs/design-references/comparison.png +0 -0
  42. package/template/docs/research/INSPECTION_GUIDE.md +80 -0
  43. package/template/eslint.config.mjs +18 -0
  44. package/template/next.config.ts +8 -0
  45. package/template/package.json +59 -0
  46. package/template/postcss.config.mjs +7 -0
  47. package/template/public/images/.gitkeep +0 -0
  48. package/template/public/seo/.gitkeep +0 -0
  49. package/template/public/videos/.gitkeep +0 -0
  50. package/template/scripts/.gitkeep +0 -0
  51. package/template/scripts/sync-agent-rules.sh +88 -0
  52. package/template/scripts/sync-skills.mjs +111 -0
  53. package/template/src/app/favicon.ico +0 -0
  54. package/template/src/app/globals.css +130 -0
  55. package/template/src/app/layout.tsx +33 -0
  56. package/template/src/app/page.tsx +9 -0
  57. package/template/src/components/ui/button.tsx +60 -0
  58. package/template/src/hooks/.gitkeep +0 -0
  59. package/template/src/lib/utils.ts +6 -0
  60. package/template/src/types/.gitkeep +0 -0
  61. package/template/tsconfig.json +34 -0
  62. package/packages/extract/automated-clone-pass.ts +0 -353
  63. package/packages/extract/browser-extract.ts +0 -237
  64. package/packages/extract/cloner-research-emit.ts +0 -270
  65. package/packages/extract/dom-crawler.ts +0 -521
  66. package/packages/extract/emit.ts +0 -553
  67. package/packages/extract/extract.ts +0 -548
  68. package/packages/extract/host-slug.ts +0 -5
  69. package/packages/extract/mirror-emit.ts +0 -620
  70. package/packages/extract/package.json +0 -13
  71. package/packages/extract/reference-dump.ts +0 -431
  72. package/packages/extract/synthesize.ts +0 -551
  73. package/packages/extract/types.ts +0 -316
@@ -0,0 +1,514 @@
1
+ <!-- AUTO-GENERATED from .claude/skills/clone-website/SKILL.md — do not edit directly.
2
+ Run `node scripts/sync-skills.mjs` to regenerate. -->
3
+
4
+
5
+ # Clone Website
6
+
7
+ You are about to reverse-engineer and rebuild a website as a pixel-perfect clone, then re-skin the copy/branding for the user's SaaS idea.
8
+
9
+ **Launchframe shorthand:** If the user only says **Build it**, **Go**, **Ship it**, **Clone the site**, or **Run launchframe** with no URL in the message, treat that as an invocation of this skill with empty `the target URL provided by the user` — **`launchframe.config.json` alone** supplies `url` and `idea`. Proceed without asking them to repeat those values unless the file is missing or invalid.
10
+
11
+ ## Step 0: Read `launchframe.config.json`
12
+
13
+ **Before doing anything else**, read `launchframe.config.json` at the project root. This file was written by the `launchframe` CLI when the project was scaffolded and is the authoritative source of:
14
+
15
+ - `url` — the visual source-of-truth you are cloning
16
+ - `idea` — the user's SaaS idea, which becomes the rebranding directive applied after the pixel-perfect clone
17
+
18
+ If `the target URL provided by the user` is non-empty, treat the arguments as additional URLs (or an override) and merge them with the config — explicit CLI args win on conflict. If `launchframe.config.json` is missing, fall back to `the target URL provided by the user` and ask the user for an idea if one wasn't provided.
19
+
20
+ When multiple URLs are provided, process them independently and in parallel where possible, while keeping each site's extraction artifacts isolated in dedicated folders (for example, `docs/research/<hostname>/`).
21
+
22
+ This is not a two-phase process (inspect then build). You are a **foreman walking the job site** — as you inspect each section of the page, you write a detailed specification to a file, then hand that file to a specialist builder agent with everything they need. Extraction and construction happen in parallel, but extraction is meticulous and produces auditable artifacts.
23
+
24
+ ## Scope Defaults
25
+
26
+ The target is the `url` from `launchframe.config.json` (or any URL provided in `the target URL provided by the user`). Clone exactly what's visible at that URL, then apply the SaaS-idea rebrand. Unless the user specifies otherwise, use these defaults:
27
+
28
+ - **Fidelity level (visuals):** Pixel-perfect — exact match in colors, spacing, typography, animations, responsive behavior
29
+ - **Copy & branding:** Replaced to match the `idea` from `launchframe.config.json` (product name, headlines, feature copy, CTA labels, testimonials). Visuals stay 1:1; words and brand marks get re-skinned.
30
+ - **In scope:** Visual layout and styling, component structure and interactions, responsive design, mock data shaped for the SaaS idea
31
+ - **Out of scope:** Real backend / database, authentication, real-time features, SEO optimization, accessibility audit
32
+ - **Customization beyond the rebrand:** None during the initial pass — match 1:1 visually, swap copy/brand only
33
+
34
+ If the user provides additional instructions (specific fidelity level, deeper customizations, extra context), honor those over the defaults.
35
+
36
+ ## Pre-Flight
37
+
38
+ 1. **Read `launchframe.config.json`** (see Step 0 above). After a fresh `npx launchframe` scaffold, proceed immediately — only echo `url`/`idea` for confirmation if the config looks wrong or the user asked to verify.
39
+ 2. **Browser automation is required.** Check for available browser MCP tools (Chrome MCP, Playwright MCP, Browserbase MCP, Puppeteer MCP, etc.). Use whichever is available — if multiple exist, prefer Chrome MCP. If none are detected, ask the user which browser tool they have and how to connect it. This skill cannot work without browser automation.
40
+ 3. Validate the resolved URL(s). Normalize and verify each is accessible via your browser MCP tool. If any are invalid, ask the user to correct `launchframe.config.json` (or pass an override) before proceeding.
41
+ 4. Verify the base project builds: `npm run build`. The Next.js + shadcn/ui + Tailwind v4 scaffold should already be in place. If not, tell the user to run `npm install` first.
42
+ 5. Create the output directories if they don't exist: `docs/research/`, `docs/research/components/`, `docs/design-references/`, `scripts/`. For multiple clones, also prepare per-site folders like `docs/research/<hostname>/` and `docs/design-references/<hostname>/`.
43
+ 6. When working with multiple sites in one command, optionally confirm whether to run them in parallel (recommended, if resources allow) or sequentially to avoid overload.
44
+
45
+ ## Guiding Principles
46
+
47
+ These are the truths that separate a successful clone from a "close enough" mess. Internalize them — they should inform every decision you make.
48
+
49
+ ### 1. Completeness Beats Speed
50
+
51
+ Every builder agent must receive **everything** it needs to do its job perfectly: screenshot, exact CSS values, downloaded assets with local paths, real text content, component structure. If a builder has to guess anything — a color, a font size, a padding value — you have failed at extraction. Take the extra minute to extract one more property rather than shipping an incomplete brief.
52
+
53
+ ### 2. Small Tasks, Perfect Results
54
+
55
+ When an agent gets "build the entire features section," it glosses over details — it approximates spacing, guesses font sizes, and produces something "close enough" but clearly wrong. When it gets a single focused component with exact CSS values, it nails it every time.
56
+
57
+ Look at each section and judge its complexity. A simple banner with a heading and a button? One agent. A complex section with 3 different card variants, each with unique hover states and internal layouts? One agent per card variant plus one for the section wrapper. When in doubt, make it smaller.
58
+
59
+ **Complexity budget rule:** If a builder prompt exceeds ~150 lines of spec content, the section is too complex for one agent. Break it into smaller pieces. This is a mechanical check — don't override it with "but it's all related."
60
+
61
+ ### 3. Real Content, Real Assets
62
+
63
+ Extract the actual text, images, videos, and SVGs from the live site. This is a clone, not a mockup. Use `element.textContent`, download every `<img>` and `<video>`, extract inline `<svg>` elements as React components. The only time you generate content is when something is clearly server-generated and unique per session.
64
+
65
+ **Layered assets matter.** A section that looks like one image is often multiple layers — a background watercolor/gradient, a foreground UI mockup PNG, an overlay icon. Inspect each container's full DOM tree and enumerate ALL `<img>` elements and background images within it, including absolutely-positioned overlays. Missing an overlay image makes the clone look empty even if the background is correct.
66
+
67
+ ### 4. Foundation First
68
+
69
+ Nothing can be built until the foundation exists: global CSS with the target site's design tokens (colors, fonts, spacing), TypeScript types for the content structures, and global assets (fonts, favicons). This is sequential and non-negotiable. Everything after this can be parallel.
70
+
71
+ ### 5. Extract How It Looks AND How It Behaves
72
+
73
+ A website is not a screenshot — it's a living thing. Elements move, change, appear, and disappear in response to scrolling, hovering, clicking, resizing, and time. If you only extract the static CSS of each element, your clone will look right in a screenshot but feel dead when someone actually uses it.
74
+
75
+ For every element, extract its **appearance** (exact computed CSS via `getComputedStyle()`) AND its **behavior** (what changes, what triggers the change, and how the transition happens). Not "it looks like 16px" — extract the actual computed value. Not "the nav changes on scroll" — document the exact trigger (scroll position, IntersectionObserver threshold, viewport intersection), the before and after states (both sets of CSS values), and the transition (duration, easing, CSS transition vs. JS-driven vs. CSS `animation-timeline`).
76
+
77
+ Examples of behaviors to watch for — these are illustrative, not exhaustive. The page may do things not on this list, and you must catch those too:
78
+ - A navbar that shrinks, changes background, or gains a shadow after scrolling past a threshold
79
+ - Elements that animate into view when they enter the viewport (fade-up, slide-in, stagger delays)
80
+ - Sections that snap into place on scroll (`scroll-snap-type`)
81
+ - Parallax layers that move at different rates than the scroll
82
+ - Hover states that animate (not just change — the transition duration and easing matter)
83
+ - Dropdowns, modals, accordions with enter/exit animations
84
+ - Scroll-driven progress indicators or opacity transitions
85
+ - Auto-playing carousels or cycling content
86
+ - Dark-to-light (or any theme) transitions between page sections
87
+ - **Tabbed/pill content that cycles** — buttons that switch visible card sets with transitions
88
+ - **Scroll-driven tab/accordion switching** — sidebars where the active item auto-changes as content scrolls past (IntersectionObserver, NOT click handlers)
89
+ - **Smooth scroll libraries** (Lenis, Locomotive Scroll) — check for `.lenis` class or scroll container wrappers
90
+
91
+ ### 6. Identify the Interaction Model Before Building
92
+
93
+ This is the single most expensive mistake in cloning: building a click-based UI when the original is scroll-driven, or vice versa. Before writing any builder prompt for an interactive section, you must definitively answer: **Is this section driven by clicks, scrolls, hovers, time, or some combination?**
94
+
95
+ How to determine this:
96
+ 1. **Don't click first.** Scroll through the section slowly and observe if things change on their own as you scroll.
97
+ 2. If they do, it's scroll-driven. Extract the mechanism: `IntersectionObserver`, `scroll-snap`, `position: sticky`, `animation-timeline`, or JS scroll listeners.
98
+ 3. If nothing changes on scroll, THEN click/hover to test for click/hover-driven interactivity.
99
+ 4. Document the interaction model explicitly in the component spec: "INTERACTION MODEL: scroll-driven with IntersectionObserver" or "INTERACTION MODEL: click-to-switch with opacity transition."
100
+
101
+ A section with a sticky sidebar and scrolling content panels is fundamentally different from a tabbed interface where clicking switches content. Getting this wrong means a complete rewrite, not a CSS tweak.
102
+
103
+ ### 7. Extract Every State, Not Just the Default
104
+
105
+ Many components have multiple visual states — a tab bar shows different cards per tab, a header looks different at scroll position 0 vs 100, a card has hover effects. You must extract ALL states, not just whatever is visible on page load.
106
+
107
+ For tabbed/stateful content:
108
+ - Click each tab/button via browser MCP
109
+ - Extract the content, images, and card data for EACH state
110
+ - Record which content belongs to which state
111
+ - Note the transition animation between states (opacity, slide, fade, etc.)
112
+
113
+ For scroll-dependent elements:
114
+ - Capture computed styles at scroll position 0 (initial state)
115
+ - Scroll past the trigger threshold and capture computed styles again (scrolled state)
116
+ - Diff the two to identify exactly which CSS properties change
117
+ - Record the transition CSS (duration, easing, properties)
118
+ - Record the exact trigger threshold (scroll position in px, or viewport intersection ratio)
119
+
120
+ ### 8. Spec Files Are the Source of Truth
121
+
122
+ Every component gets a specification file in `docs/research/components/` BEFORE any builder is dispatched. This file is the contract between your extraction work and the builder agent. The builder receives the spec file contents inline in its prompt — the file also persists as an auditable artifact that the user (or you) can review if something looks wrong.
123
+
124
+ The spec file is not optional. It is not a nice-to-have. If you dispatch a builder without first writing a spec file, you are shipping incomplete instructions based on whatever you can remember from a browser MCP session, and the builder will guess to fill gaps.
125
+
126
+ ### 9. Build Must Always Compile
127
+
128
+ Every builder agent must verify `npx tsc --noEmit` passes before finishing. After merging worktrees, you verify `npm run build` passes. A broken build is never acceptable, even temporarily.
129
+
130
+ ## Phase 1: Reconnaissance
131
+
132
+ Navigate to the target URL with browser MCP.
133
+
134
+ ### Screenshots
135
+ - Take **full-page screenshots** at desktop (1440px) and mobile (390px) viewports
136
+ - Save to `docs/design-references/` with descriptive names
137
+ - These are your master reference — builders will receive section-specific crops/screenshots later
138
+
139
+ ### Global Extraction
140
+ Extract these from the page before doing anything else:
141
+
142
+ **Fonts** — Inspect `<link>` tags for Google Fonts or self-hosted fonts. Check computed `font-family` on key elements (headings, body, code, labels). Document every family, weight, and style actually used. Configure them in `src/app/layout.tsx` using `next/font/google` or `next/font/local`.
143
+
144
+ **Colors** — Extract the site's color palette from computed styles across the page. Update `src/app/globals.css` with the target's actual colors in the `:root` and `.dark` CSS variable blocks. Map them to shadcn's token names (background, foreground, primary, muted, etc.) where they fit. Add custom properties for colors that don't map to shadcn tokens.
145
+
146
+ **Favicons & Meta** — Download favicons, apple-touch-icons, OG images, webmanifest to `public/seo/`. Update `layout.tsx` metadata.
147
+
148
+ **Global UI patterns** — Identify any site-wide CSS or JS: custom scrollbar hiding, scroll-snap on the page container, global keyframe animations, backdrop filters, gradients used as overlays, **smooth scroll libraries** (Lenis, Locomotive Scroll — check for `.lenis`, `.locomotive-scroll`, or custom scroll container classes). Add these to `globals.css` and note any libraries that need to be installed.
149
+
150
+ ### Mandatory Interaction Sweep
151
+
152
+ This is a dedicated pass AFTER screenshots and BEFORE anything else. Its purpose is to discover every behavior on the page — many of which are invisible in a static screenshot.
153
+
154
+ **Scroll sweep:** Scroll the page slowly from top to bottom via browser MCP. At each section, pause and observe:
155
+ - Does the header change appearance? Record the scroll position where it triggers.
156
+ - Do elements animate into view? Record which ones and the animation type.
157
+ - Does a sidebar or tab indicator auto-switch as you scroll? Record the mechanism.
158
+ - Are there scroll-snap points? Record which containers.
159
+ - Is there a smooth scroll library active? Check for non-native scroll behavior.
160
+
161
+ **Click sweep:** Click every element that looks interactive:
162
+ - Every button, tab, pill, link, card
163
+ - Record what happens: does content change? Does a modal open? Does a dropdown appear?
164
+ - For tabs/pills: click EACH ONE and record the content that appears for each state
165
+
166
+ **Hover sweep:** Hover over every element that might have hover states:
167
+ - Buttons, cards, links, images, nav items
168
+ - Record what changes: color, scale, shadow, underline, opacity
169
+
170
+ **Responsive sweep:** Test at 3 viewport widths via browser MCP:
171
+ - Desktop: 1440px
172
+ - Tablet: 768px
173
+ - Mobile: 390px
174
+ - At each width, note which sections change layout (column → stack, sidebar disappears, etc.) and at approximately which breakpoint the change occurs.
175
+
176
+ Save all findings to `docs/research/BEHAVIORS.md`. This is your behavior bible — reference it when writing every component spec.
177
+
178
+ ### Page Topology
179
+ Map out every distinct section of the page from top to bottom. Give each a working name. Document:
180
+ - Their visual order
181
+ - Which are fixed/sticky overlays vs. flow content
182
+ - The overall page layout (scroll container, column structure, z-index layers)
183
+ - Dependencies between sections (e.g., a floating nav that overlays everything)
184
+ - **The interaction model** of each section (static, click-driven, scroll-driven, time-driven)
185
+
186
+ Save this as `docs/research/PAGE_TOPOLOGY.md` — it becomes your assembly blueprint.
187
+
188
+ ## Phase 2: Foundation Build
189
+
190
+ This is sequential. Do it yourself (not delegated to an agent) since it touches many files:
191
+
192
+ 1. **Update fonts** in `layout.tsx` to match the target site's actual fonts
193
+ 2. **Update globals.css** with the target's color tokens, spacing values, keyframe animations, utility classes, and any **global scroll behaviors** (Lenis, smooth scroll CSS, scroll-snap on body)
194
+ 3. **Create TypeScript interfaces** in `src/types/` for the content structures you've observed
195
+ 4. **Extract SVG icons** — find all inline `<svg>` elements on the page, deduplicate them, and save as named React components in `src/components/icons.tsx`. Name them by visual function (e.g., `SearchIcon`, `ArrowRightIcon`, `LogoIcon`).
196
+ 5. **Download global assets** — write and run a Node.js script (`scripts/download-assets.mjs`) that downloads all images, videos, and other binary assets from the page to `public/`. Preserve meaningful directory structure.
197
+ 6. Verify: `npm run build` passes
198
+
199
+ ### Asset Discovery Script Pattern
200
+
201
+ Use browser MCP to enumerate all assets on the page:
202
+
203
+ ```javascript
204
+ // Run this via browser MCP to discover all assets
205
+ JSON.stringify({
206
+ images: [...document.querySelectorAll('img')].map(img => ({
207
+ src: img.src || img.currentSrc,
208
+ alt: img.alt,
209
+ width: img.naturalWidth,
210
+ height: img.naturalHeight,
211
+ // Include parent info to detect layered compositions
212
+ parentClasses: img.parentElement?.className,
213
+ siblings: img.parentElement ? [...img.parentElement.querySelectorAll('img')].length : 0,
214
+ position: getComputedStyle(img).position,
215
+ zIndex: getComputedStyle(img).zIndex
216
+ })),
217
+ videos: [...document.querySelectorAll('video')].map(v => ({
218
+ src: v.src || v.querySelector('source')?.src,
219
+ poster: v.poster,
220
+ autoplay: v.autoplay,
221
+ loop: v.loop,
222
+ muted: v.muted
223
+ })),
224
+ backgroundImages: [...document.querySelectorAll('*')].filter(el => {
225
+ const bg = getComputedStyle(el).backgroundImage;
226
+ return bg && bg !== 'none';
227
+ }).map(el => ({
228
+ url: getComputedStyle(el).backgroundImage,
229
+ element: el.tagName + '.' + el.className?.split(' ')[0]
230
+ })),
231
+ svgCount: document.querySelectorAll('svg').length,
232
+ fonts: [...new Set([...document.querySelectorAll('*')].slice(0, 200).map(el => getComputedStyle(el).fontFamily))],
233
+ favicons: [...document.querySelectorAll('link[rel*="icon"]')].map(l => ({ href: l.href, sizes: l.sizes?.toString() }))
234
+ });
235
+ ```
236
+
237
+ Then write a download script that fetches everything to `public/`. Use batched parallel downloads (4 at a time) with proper error handling.
238
+
239
+ ## Phase 3: Component Specification & Dispatch
240
+
241
+ This is the core loop. For each section in your page topology (top to bottom), you do THREE things: **extract**, **write the spec file**, then **dispatch builders**.
242
+
243
+ ### Step 1: Extract
244
+
245
+ For each section, use browser MCP to extract everything:
246
+
247
+ 1. **Screenshot** the section in isolation (scroll to it, screenshot the viewport). Save to `docs/design-references/`.
248
+
249
+ 2. **Extract CSS** for every element in the section. Use the extraction script below — don't hand-measure individual properties. Run it once per component container and capture the full output:
250
+
251
+ ```javascript
252
+ // Per-component extraction — run via browser MCP
253
+ // Replace SELECTOR with the actual CSS selector for the component
254
+ (function(selector) {
255
+ const el = document.querySelector(selector);
256
+ if (!el) return JSON.stringify({ error: 'Element not found: ' + selector });
257
+ const props = [
258
+ 'fontSize','fontWeight','fontFamily','lineHeight','letterSpacing','color',
259
+ 'textTransform','textDecoration','backgroundColor','background',
260
+ 'padding','paddingTop','paddingRight','paddingBottom','paddingLeft',
261
+ 'margin','marginTop','marginRight','marginBottom','marginLeft',
262
+ 'width','height','maxWidth','minWidth','maxHeight','minHeight',
263
+ 'display','flexDirection','justifyContent','alignItems','gap',
264
+ 'gridTemplateColumns','gridTemplateRows',
265
+ 'borderRadius','border','borderTop','borderBottom','borderLeft','borderRight',
266
+ 'boxShadow','overflow','overflowX','overflowY',
267
+ 'position','top','right','bottom','left','zIndex',
268
+ 'opacity','transform','transition','cursor',
269
+ 'objectFit','objectPosition','mixBlendMode','filter','backdropFilter',
270
+ 'whiteSpace','textOverflow','WebkitLineClamp'
271
+ ];
272
+ function extractStyles(element) {
273
+ const cs = getComputedStyle(element);
274
+ const styles = {};
275
+ props.forEach(p => { const v = cs[p]; if (v && v !== 'none' && v !== 'normal' && v !== 'auto' && v !== '0px' && v !== 'rgba(0, 0, 0, 0)') styles[p] = v; });
276
+ return styles;
277
+ }
278
+ function walk(element, depth) {
279
+ if (depth > 4) return null;
280
+ const children = [...element.children];
281
+ return {
282
+ tag: element.tagName.toLowerCase(),
283
+ classes: element.className?.toString().split(' ').slice(0, 5).join(' '),
284
+ text: element.childNodes.length === 1 && element.childNodes[0].nodeType === 3 ? element.textContent.trim().slice(0, 200) : null,
285
+ styles: extractStyles(element),
286
+ images: element.tagName === 'IMG' ? { src: element.src, alt: element.alt, naturalWidth: element.naturalWidth, naturalHeight: element.naturalHeight } : null,
287
+ childCount: children.length,
288
+ children: children.slice(0, 20).map(c => walk(c, depth + 1)).filter(Boolean)
289
+ };
290
+ }
291
+ return JSON.stringify(walk(el, 0), null, 2);
292
+ })('SELECTOR');
293
+ ```
294
+
295
+ 3. **Extract multi-state styles** — for any element with multiple states (scroll-triggered, hover, active tab), capture BOTH states:
296
+
297
+ ```javascript
298
+ // State A: capture styles at current state (e.g., scroll position 0)
299
+ // Then trigger the state change (scroll, click, hover via browser MCP)
300
+ // State B: re-run the extraction script on the same element
301
+ // The diff between A and B IS the behavior specification
302
+ ```
303
+
304
+ Record the diff explicitly: "Property X changes from VALUE_A to VALUE_B, triggered by TRIGGER, with transition: TRANSITION_CSS."
305
+
306
+ 4. **Extract real content** — all text, alt attributes, aria labels, placeholder text. Use `element.textContent` for each text node. For tabbed/stateful content, **click each tab and extract content per state**.
307
+
308
+ 5. **Identify assets** this section uses — which downloaded images/videos from `public/`, which icon components from `icons.tsx`. Check for **layered images** (multiple `<img>` or background-images stacked in the same container).
309
+
310
+ 6. **Assess complexity** — how many distinct sub-components does this section contain? A distinct sub-component is an element with its own unique styling, structure, and behavior (e.g., a card, a nav item, a search panel).
311
+
312
+ ### Step 2: Write the Component Spec File
313
+
314
+ For each section (or sub-component, if you're breaking it up), create a spec file in `docs/research/components/`. This is NOT optional — every builder must have a corresponding spec file.
315
+
316
+ **File path:** `docs/research/components/<component-name>.spec.md`
317
+
318
+ **Template:**
319
+
320
+ ```markdown
321
+ # <ComponentName> Specification
322
+
323
+ ## Overview
324
+ - **Target file:** `src/components/<ComponentName>.tsx`
325
+ - **Screenshot:** `docs/design-references/<screenshot-name>.png`
326
+ - **Interaction model:** <static | click-driven | scroll-driven | time-driven>
327
+
328
+ ## DOM Structure
329
+ <Describe the element hierarchy — what contains what>
330
+
331
+ ## Computed Styles (exact values from getComputedStyle)
332
+
333
+ ### Container
334
+ - display: ...
335
+ - padding: ...
336
+ - maxWidth: ...
337
+ - (every relevant property with exact values)
338
+
339
+ ### <Child element 1>
340
+ - fontSize: ...
341
+ - color: ...
342
+ - (every relevant property)
343
+
344
+ ### <Child element N>
345
+ ...
346
+
347
+ ## States & Behaviors
348
+
349
+ ### <Behavior name, e.g., "Scroll-triggered floating mode">
350
+ - **Trigger:** <exact mechanism — scroll position 50px, IntersectionObserver rootMargin "-30% 0px", click on .tab-button, hover>
351
+ - **State A (before):** maxWidth: 100vw, boxShadow: none, borderRadius: 0
352
+ - **State B (after):** maxWidth: 1200px, boxShadow: 0 4px 20px rgba(0,0,0,0.1), borderRadius: 16px
353
+ - **Transition:** transition: all 0.3s ease
354
+ - **Implementation approach:** <CSS transition + scroll listener | IntersectionObserver | CSS animation-timeline | etc.>
355
+
356
+ ### Hover states
357
+ - **<Element>:** <property>: <before> → <after>, transition: <value>
358
+
359
+ ## Per-State Content (if applicable)
360
+
361
+ ### State: "Featured"
362
+ - Title: "..."
363
+ - Subtitle: "..."
364
+ - Cards: [{ title, description, image, link }, ...]
365
+
366
+ ### State: "Productivity"
367
+ - Title: "..."
368
+ - Cards: [...]
369
+
370
+ ## Assets
371
+ - Background image: `public/images/<file>.webp`
372
+ - Overlay image: `public/images/<file>.png`
373
+ - Icons used: <ArrowIcon>, <SearchIcon> from icons.tsx
374
+
375
+ ## Text Content (verbatim)
376
+ <All text content, copy-pasted from the live site>
377
+
378
+ ## Responsive Behavior
379
+ - **Desktop (1440px):** <layout description>
380
+ - **Tablet (768px):** <what changes — e.g., "maintains 2-column, gap reduces to 16px">
381
+ - **Mobile (390px):** <what changes — e.g., "stacks to single column, images full-width">
382
+ - **Breakpoint:** layout switches at ~<N>px
383
+ ```
384
+
385
+ Fill every section. If a section doesn't apply (e.g., no states for a static footer), write "N/A" — but think twice before marking States & Behaviors as N/A. Even a footer might have hover states on links.
386
+
387
+ ### Step 3: Dispatch Builders
388
+
389
+ Based on complexity, dispatch builder agent(s) in worktree(s):
390
+
391
+ **Simple section** (1-2 sub-components): One builder agent gets the entire section.
392
+
393
+ **Complex section** (3+ distinct sub-components): Break it up. One agent per sub-component, plus one agent for the section wrapper that imports them. Sub-component builders go first since the wrapper depends on them.
394
+
395
+ **What every builder agent receives:**
396
+ - The full contents of its component spec file (inline in the prompt — don't say "go read the spec file")
397
+ - Path to the section screenshot in `docs/design-references/`
398
+ - Which shared components to import (`icons.tsx`, `cn()`, shadcn primitives)
399
+ - The target file path (e.g., `src/components/HeroSection.tsx`)
400
+ - Instruction to verify with `npx tsc --noEmit` before finishing
401
+ - For responsive behavior: the specific breakpoint values and what changes
402
+
403
+ **Don't wait.** As soon as you've dispatched the builder(s) for one section, move to extracting the next section. Builders work in parallel in their worktrees while you continue extraction.
404
+
405
+ ### Step 4: Merge
406
+
407
+ As builder agents complete their work:
408
+ - Merge their worktree branches into main
409
+ - You have full context on what each agent built, so resolve any conflicts intelligently
410
+ - After each merge, verify the build still passes: `npm run build`
411
+ - If a merge introduces type errors, fix them immediately
412
+
413
+ The extract → spec → dispatch → merge cycle continues until all sections are built.
414
+
415
+ ## Phase 4: Page Assembly
416
+
417
+ After all sections are built and merged, wire everything together in `src/app/page.tsx`:
418
+
419
+ - Import all section components
420
+ - Implement the page-level layout from your topology doc (scroll containers, column structures, sticky positioning, z-index layering)
421
+ - Connect real content to component props
422
+ - Implement page-level behaviors: scroll snap, scroll-driven animations, dark-to-light transitions, intersection observers, smooth scroll (Lenis etc.)
423
+ - Verify: `npm run build` passes clean
424
+
425
+ ## Phase 4.5: SaaS Rebrand Pass
426
+
427
+ The pixel-perfect clone is done — now re-skin it for the SaaS idea from `launchframe.config.json`.
428
+
429
+ **Guiding rule:** swap words and brand marks, leave structure untouched. The original site's visual hierarchy was already validated by a real product team. Your job is to put the user's product into that proven shell, not to redesign it.
430
+
431
+ For every section, replace:
432
+
433
+ 1. **Product name & logo** — wherever the original brand appears, use the SaaS idea's name (derive a short product name from the `idea` string if one isn't supplied — keep it 1–2 words, easy to lockup). Replace the wordmark text in place. For the logo glyph, either reuse the original SVG silhouette with a fresh fill, or use a Lucide icon that matches the SaaS category (e.g., `Brain` for AI, `Workflow` for automation, `Sparkles` for generative tooling). Do NOT keep the original brand's actual logo file.
434
+ 2. **Hero headline & sub-headline** — write fresh copy that pitches the SaaS idea, using the original line lengths and tone as constraints. If the original is 6 words, write 6 words. If it's 14, write 14. Match emphasis, line breaks, and any inline highlighted phrase.
435
+ 3. **Feature/section copy** — rewrite each feature card, callout, stat, and testimonial to fit the SaaS idea. Preserve the count and shape of items (3 feature cards stay 3 feature cards; a 4-column logo bar stays 4 columns). Generate plausible customer-logo names — never use real company names you haven't been authorized to use.
436
+ 4. **CTA labels** — adapt button text to the SaaS idea ("Start free", "Get a demo", "Try it free", etc.). Keep the CTA hierarchy (primary/secondary) identical to the original.
437
+ 5. **Mock data** — for product UI mockups embedded in marketing screenshots (e.g., a fake dashboard inside a hero), generate mock data shaped for the SaaS idea: realistic-looking but fictional rows, charts, conversation logs, etc.
438
+ 6. **Imagery** — placeholder-swap any photography or product screenshots that depict the original brand. Prefer using:
439
+ - A neutral abstract gradient / shape composition you generate with CSS or SVG
440
+ - A Lucide icon arrangement
441
+ - Placeholder service URLs only if explicitly allowed by the user
442
+ Keep dimensions, aspect ratios, drop shadows, and surrounding spacing identical to the original.
443
+ 7. **Metadata** — update `<title>`, meta description, OG tags, and favicon manifest in `src/app/layout.tsx` to reflect the new SaaS. Generate a simple favicon (initial letter on a brand-colored square) if no asset is provided.
444
+
445
+ What you must NOT change in this pass:
446
+ - Spacing, padding, typography scale, color tokens, animations, responsive breakpoints — those are still 1:1 to the original
447
+ - Section order, section count, component structure
448
+ - Interaction models (scroll-driven stays scroll-driven, etc.)
449
+ - Any computed-style value extracted in Phase 3
450
+
451
+ After the rebrand pass, the codebase should look like the original site visually but read like the user's SaaS at a glance. Save a short `docs/research/REBRAND.md` summarizing the product name you chose, the headline rewrites, and any assets you swapped — so the user can audit what's clone-derived vs. authored.
452
+
453
+ ## Phase 5: Visual QA Diff
454
+
455
+ After assembly, do NOT declare the clone complete. Take side-by-side comparison screenshots:
456
+
457
+ 1. Open the original site and your clone side-by-side (or take screenshots at the same viewport widths)
458
+ 2. Compare section by section, top to bottom, at desktop (1440px)
459
+ 3. Compare again at mobile (390px)
460
+ 4. For each discrepancy found:
461
+ - Check the component spec file — was the value extracted correctly?
462
+ - If the spec was wrong: re-extract from browser MCP, update the spec, fix the component
463
+ - If the spec was right but the builder got it wrong: fix the component to match the spec
464
+ 5. Test all interactive behaviors: scroll through the page, click every button/tab, hover over interactive elements
465
+ 6. Verify smooth scroll feels right, header transitions work, tab switching works, animations play
466
+
467
+ Only after this visual QA pass is the clone complete.
468
+
469
+ ## Pre-Dispatch Checklist
470
+
471
+ Before dispatching ANY builder agent, verify you can check every box. If you can't, go back and extract more.
472
+
473
+ - [ ] Spec file written to `docs/research/components/<name>.spec.md` with ALL sections filled
474
+ - [ ] Every CSS value in the spec is from `getComputedStyle()`, not estimated
475
+ - [ ] Interaction model is identified and documented (static / click / scroll / time)
476
+ - [ ] For stateful components: every state's content and styles are captured
477
+ - [ ] For scroll-driven components: trigger threshold, before/after styles, and transition are recorded
478
+ - [ ] For hover states: before/after values and transition timing are recorded
479
+ - [ ] All images in the section are identified (including overlays and layered compositions)
480
+ - [ ] Responsive behavior is documented for at least desktop and mobile
481
+ - [ ] Text content is verbatim from the site, not paraphrased
482
+ - [ ] The builder prompt is under ~150 lines of spec; if over, the section needs to be split
483
+
484
+ ## What NOT to Do
485
+
486
+ These are lessons from previous failed clones — each one cost hours of rework:
487
+
488
+ - **Don't build click-based tabs when the original is scroll-driven (or vice versa).** Determine the interaction model FIRST by scrolling before clicking. This is the #1 most expensive mistake — it requires a complete rewrite, not a CSS fix.
489
+ - **Don't extract only the default state.** If there are tabs showing "Featured" on load, click Productivity, Creative, Lifestyle and extract each one's cards/content. If the header changes on scroll, capture styles at position 0 AND position 100+.
490
+ - **Don't miss overlay/layered images.** A background watercolor + foreground UI mockup = 2 images. Check every container's DOM tree for multiple `<img>` elements and positioned overlays.
491
+ - **Don't build mockup components for content that's actually videos/animations.** Check if a section uses `<video>`, Lottie, or canvas before building elaborate HTML mockups of what the video shows.
492
+ - **Don't approximate CSS classes.** "It looks like `text-lg`" is wrong if the computed value is `18px` and `text-lg` is `18px/28px` but the actual line-height is `24px`. Extract exact values.
493
+ - **Don't build everything in one monolithic commit.** The whole point of this pipeline is incremental progress with verified builds at each step.
494
+ - **Don't reference docs from builder prompts.** Each builder gets the CSS spec inline in its prompt — never "see DESIGN_TOKENS.md for colors." The builder should have zero need to read external docs.
495
+ - **Don't skip asset extraction.** Without real images, videos, and fonts, the clone will always look fake regardless of how perfect the CSS is.
496
+ - **Don't give a builder agent too much scope.** If you're writing a builder prompt and it's getting long because the section is complex, that's a signal to break it into smaller tasks.
497
+ - **Don't bundle unrelated sections into one agent.** A CTA section and a footer are different components with different designs — don't hand them both to one agent and hope for the best.
498
+ - **Don't skip responsive extraction.** If you only inspect at desktop width, the clone will break at tablet and mobile. Test at 1440, 768, and 390 during extraction.
499
+ - **Don't forget smooth scroll libraries.** Check for Lenis (`.lenis` class), Locomotive Scroll, or similar. Default browser scrolling feels noticeably different and the user will spot it immediately.
500
+ - **Don't dispatch builders without a spec file.** The spec file forces exhaustive extraction and creates an auditable artifact. Skipping it means the builder gets whatever you can fit in a prompt from memory.
501
+
502
+ ## Completion
503
+
504
+ When done, report:
505
+ - Source URL cloned (from `launchframe.config.json` or `the target URL provided by the user`)
506
+ - SaaS idea applied (from `launchframe.config.json`) and the product name you chose
507
+ - Total sections built
508
+ - Total components created
509
+ - Total spec files written (should match components)
510
+ - Total assets downloaded (images, videos, SVGs, fonts)
511
+ - Rebrand summary (path to `docs/research/REBRAND.md`)
512
+ - Build status (`npm run build` result)
513
+ - Visual QA results (any remaining discrepancies)
514
+ - Any known gaps or limitations
@@ -0,0 +1,2 @@
1
+ This project uses AGENTS.md as the single source of truth for all AI agent instructions.
2
+ Windsurf reads AGENTS.md automatically — see the project root for complete guidelines.
@@ -0,0 +1,79 @@
1
+ <!-- BEGIN:nextjs-agent-rules -->
2
+ # This is NOT the Next.js you know
3
+
4
+ This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices.
5
+ <!-- END:nextjs-agent-rules -->
6
+
7
+ # Launchframe Project (AI Website Cloner + SaaS Rebrand)
8
+
9
+ ## What This Is
10
+ This project was scaffolded by [Launchframe](https://github.com/evangruhlkey/launchframe) via `npx launchframe@latest <url> "<saas idea>"`. It is a Next.js + shadcn/ui + Tailwind v4 base wired with an AI-cloner skill (`/clone-website`) that reverse-engineers a real website pixel-perfectly and then re-skins its copy/branding for the user's SaaS idea.
11
+
12
+ ## Single Source of Truth: `launchframe.config.json`
13
+ At the project root there is a `launchframe.config.json` containing:
14
+ - `url` — the visual source-of-truth to clone
15
+ - `idea` — the SaaS idea used as the rebranding directive after the clone
16
+
17
+ **Always read this file first** at the start of any cloning or build task. The `/clone-website` skill depends on it.
18
+
19
+ ## What the user says (zero-setup flow)
20
+ Users scaffold with `npx launchframe@latest <url> "<saas idea>"` — `npm install` already ran — then they open this folder and say **Build it** (or **Go**, **Ship it**, **Clone the site**).
21
+
22
+ When you see that with no other instructions, **start the full clone-website pipeline immediately** using only `launchframe.config.json` for `url` and `idea`. Do not ask them to repeat the URL unless the config is missing or invalid. `/clone-website` is an alias for the same work.
23
+
24
+ ## Tech Stack
25
+ - **Framework:** Next.js 16 (App Router, React 19, TypeScript strict)
26
+ - **UI:** shadcn/ui (Radix primitives, Tailwind CSS v4, `cn()` utility)
27
+ - **Icons:** Lucide React (default — will be replaced/supplemented by extracted SVGs)
28
+ - **Styling:** Tailwind CSS v4 with oklch design tokens
29
+ - **Deployment:** Vercel
30
+
31
+ ## Commands
32
+ - `npm run dev` — Start dev server
33
+ - `npm run build` — Production build
34
+ - `npm run lint` — ESLint check
35
+ - `npm run typecheck` — TypeScript check
36
+ - `npm run check` — Run lint + typecheck + build
37
+
38
+ ## Code Style
39
+ - TypeScript strict mode, no `any`
40
+ - Named exports, PascalCase components, camelCase utils
41
+ - Tailwind utility classes, no inline styles
42
+ - 2-space indentation
43
+ - Responsive: mobile-first
44
+
45
+ ## Design Principles
46
+ - **Pixel-perfect emulation** — match the target's spacing, colors, typography exactly
47
+ - **No personal aesthetic changes during emulation phase** — match 1:1 first, rebrand later
48
+ - **Real content during extraction** — use actual text and assets from the target site so the clone scaffolds against real shapes
49
+ - **Rebrand pass swaps copy, not visuals** — once the clone is built, replace product name, headlines, feature copy, and brand marks with content tuned to `launchframe.config.json#idea`. Do NOT alter spacing, color tokens, typography scale, animations, or responsive breakpoints during the rebrand.
50
+ - **Beauty-first** — every pixel matters
51
+
52
+ ## Project Structure
53
+ ```
54
+ src/
55
+ app/ # Next.js routes
56
+ components/ # React components
57
+ ui/ # shadcn/ui primitives
58
+ icons.tsx # Extracted SVG icons as React components
59
+ lib/
60
+ utils.ts # cn() utility (shadcn)
61
+ types/ # TypeScript interfaces
62
+ hooks/ # Custom React hooks
63
+ public/
64
+ images/ # Downloaded images from target site
65
+ videos/ # Downloaded videos from target site
66
+ seo/ # Favicons, OG images, webmanifest
67
+ docs/
68
+ research/ # Inspection output (design tokens, components, layout)
69
+ design-references/ # Screenshots and visual references
70
+ scripts/ # Asset download scripts
71
+ ```
72
+
73
+ ## MOST IMPORTANT NOTES
74
+ - **Always start by reading `launchframe.config.json`** — that file dictates the URL to clone and the SaaS idea to re-skin for.
75
+ - When launching Claude Code agent teams, ALWAYS have each teammate work in their own worktree branch and merge everyone's work at the end, resolving any merge conflicts smartly since you are basically serving the orchestrator role and have full context to our goals, work given, work achieved, and desired outcomes.
76
+ - After editing `AGENTS.md`, run `bash scripts/sync-agent-rules.sh` to regenerate platform-specific instruction files.
77
+ - After editing `.claude/skills/clone-website/SKILL.md`, run `node scripts/sync-skills.mjs` to regenerate the skill for all platforms.
78
+
79
+ @docs/research/INSPECTION_GUIDE.md