Let an AI Build Your Site
Copy this prompt and paste it into VS Code (Copilot), Cursor, Codex, Auggie, or any AI coding assistant:
I want to create a static site using lyt (https://github.com/b7r-dev/lyt).
1. First, install lyt globally: go install github.com/b7r-dev/lyt@latest
2. Create a new project: mkdir my-site && cd my-site && lyt init
3. Customize the content/pages/index.yaml to change the hero title to "My Awesome Site"
4. Add a new page at content/pages/about.yaml with a simple hero
5. Build the site: lyt build
6. Open dist/index.html in a browser to verify it works
Please run these commands and show me the results.
The AI will install lyt, create a project, customize it, and build it—all from your prompt.