The AI-agent-ready Nuxt landing library. 90+ copy-paste sections built on Nuxt UI v4 — each with machine-readable .txt exports, CLI install, and prompts for Cursor and Claude.
- For AI agents: Every section has a fetchable
.txtexport with full Vue SFC source - CLI install:
npx landinuxt add hero/simple— no manual copy-paste - For humans: Browse, copy, and customize 90+ hero, features, CTA, FAQ, and more sections
- Nuxt native: Nuxt 4, Nuxt UI v4,
@nuxt/image,@vueuse/motion
Site: https://www.landinuxt.com · Agent guide: https://www.landinuxt.com/AGENTS.md
# In your Nuxt project
npx landinuxt add hero/simple
npx landinuxt add features/bento
npx landinuxt listWrites to app/components/LandiHeroSimple.vue by default.
Tell Cursor, Claude Code, or Windsurf:
Fetch https://www.landinuxt.com/components/hero/simple.txt and add the Vue SFC to my Nuxt project.
Download the Cursor rule: https://www.landinuxt.com/cursor-rules/landinuxt.mdc
Browse https://www.landinuxt.com/components and copy the Vue source, or use the Copy for AI button on any section.
- Nuxt 4
- @nuxt/ui v4
- @nuxt/image
- @vueuse/motion
See setup instructions for theme tokens and fonts.
| File | URL |
|---|---|
| Agent guide | https://www.landinuxt.com/AGENTS.md |
| LLMs context | https://www.landinuxt.com/llms.txt |
| Component export | https://www.landinuxt.com/components/{category}/{slug}.txt |
| For agents page | https://www.landinuxt.com/for-agents |
| Cursor rule | https://www.landinuxt.com/cursor-rules/landinuxt.mdc |
git clone https://github.com/cesswhite/landingnuxt.git
cd landingnuxt
bun install
bun run devbun run verify:elements # content/*.md counts match Elements/*.vue
bun run typecheck
bun run check # verify + typecheck + build
bun run cli -- add hero/simple --dry-run # test CLI locallyThe CLI lives in packages/cli/. To publish to npm:
cd packages/cli && npm publishContributions welcome! When adding a section, follow .cursor/skills/add-landing-component/SKILL.md. Run bun run verify:elements before opening a PR.
MIT — see LICENSE.