Skip to content

Commit bdbf2d7

Browse files
Working on Open Source release
1 parent a0f7048 commit bdbf2d7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Essentially, it's a *text-to-landingpage* starter kit. Just open the project in
99

1010
**The Goal:** Bridge the gap between the ease of AI-driven development ("text-to-landingpage") and the need for full control over clean, static, zero-dependency HTML/CSS/JS output.
1111

12+
![Screenshot of the Living Styleguide and Example Landing Page](http://manuel.kiessling.net/landingpages-ai-template/assets/main-screenshot-3840x1559.jpg)
13+
1214
**Who is this for?**
1315
* Developers, marketers, or designers who want to quickly generate landing pages using AI tools.
1416
* Users who value having complete control over the final static code output.
@@ -105,6 +107,10 @@ This project is designed to work seamlessly with AI coding assistants like **Cur
105107
Ensure all copied components use the correct CSS classes as defined in the styleguide and the overall structure is valid HTML5.
106108
```
107109
110+
**Example workflow in Cursor AI Code Agent:**
111+
112+
![Screenshot of Cursor AI with prompt example](http://manuel.kiessling.net/landingpages-ai-template/assets/cursor-screenshot-1920x1529.png)
113+
108114
**Why `nvm use` before `npm` commands?** The project's build tools and linters might depend on the specific Node.js version defined in `.nvmrc`. Running `nvm use` ensures the correct version is active before executing `npm` scripts.
109115
110116
### 2. Manual Development

src/controllers/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)