You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tighten CtrlC to React section packs; drop third-party test brands.
Public story is section packs plus recreation guidance, not full website creation or HTML scraping. Replace Tosea fixture strings with Northline or example.com. Keep monorepo demos Northline-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
3
-
**Positioning:**CtrlC extracts **reusable UI sections** and **recreation guidance** (SectionPack dual export) - not a full-site HTML cloner. Prefer that framing in docs, issues, and PRs. See [docs/guide/principles.md](docs/guide/principles.md) and [docs/guide/responsible-use.md](docs/guide/responsible-use.md).
3
+
**Positioning:****React section packs + recreation guidance** (SectionPack dual export). Not full website creation or HTML scraping. Prefer that framing in docs, issues, and PRs. Do not add third-party product clones (e.g. commercial site rebuilds) to this monorepo - demos stay **Northline** only. See [docs/guide/principles.md](docs/guide/principles.md) and [docs/guide/responsible-use.md](docs/guide/responsible-use.md).
**CtrlC**(like Ctrl+C: **copy components**) turns a **public page you have rights to analyze** into **reusable UI sections**and **recreation guidance**- not a full-site mirror and not an HTML dump.
8
+
**CtrlC**delivers **React section packs**and **recreation guidance**from a public page you may analyze.
9
9
10
-
**SectionPack**is the dual-export layer on every section:
10
+
**SectionPack** dual export on every section:
11
11
12
-
1.**Natural language** - what it does, motion, behavior, layout, color, multi-file influences
> **Lead with sections, not “clone the whole website.”**
16
-
> Extract clean, reusable blocks (hero, pricing, nav, FAQ, …) and guidance to rebuild them in React. Full-page composition is optional assembly - pixel-perfect full-site cloning is **not** the product promise.
Use only on URLs you have **rights to analyze** (your site, licensed work, or permitted research). See [responsible use](docs/guide/responsible-use.md).
122
+
Use only on URLs you have **rights to analyze**. See [responsible use](docs/guide/responsible-use.md).
123
123
124
124
```bash
125
125
npm run build
@@ -130,7 +130,7 @@ cd ../my-sections && npm install
| Local React rebuild you control | Pixel-perfect full-page guarantee |
12
12
13
-
Full-page assembly is a **composition** of registered sections. Capture is an aid - not a license or a fidelity SLA.
13
+
A page is a **composition** of registered section packs. Capture is an aid - not a license or a fidelity SLA. Monorepo demos ship **Northline** only - no third-party product clones.
| Local React reconstruction | HTML scrape / mirror host |
14
14
| Pages you have rights to use | Anything behind login / ToS bans |
15
15
16
16
Capture and pipeline outputs are **starting points for original reimplementation** - structure, content samples, and design notes - not a grant of rights to third-party brands, logos, or copy.
17
17
18
+
**Repo demos:** only the fictional **Northline** brand ships in this monorepo. Third-party product rebuilds (if any) are local tests outside the product tree - never publish them as CtrlC itself.
19
+
18
20
## Allowed (examples)
19
21
20
22
- Migrating a site **you own** off WordPress / Webflow / etc. into React
CtrlC’s recommended end-to-end flow **extracts reusable sections**and rebuilds them in React with recreation guidance. It is **not**a “full website cloner” product promise.
3
+
CtrlC’s recommended end-to-end flow builds **React section packs** with **recreation guidance**. It is **not** full website creation or HTML scraping.
0 commit comments