$ cat /dev/nua

Any site →
clean code.

$3/page. ~15 minutes.

Skip the tedious migration work. Get production-ready Astro or React components in a private repo. Next.js, Nuxt, TanStack, and HTML-only coming soon.

nua — zsh
$ nua convert https://acme.com --framework=astro
[1/3] extracting visuals............ done 2.1s
[2/3] mapping structure........... 12 pages, 3 collections
[3/3] matching & iterating
pass 1 pass 2 pass 3
✓ complete
→ github.com/you/acme-astro
$

// OUTPUT

Code you'd actually write

Not HTML dumps. Actual components with clean, readable code you'd be proud of.

clean, readable components
typescript throughout
tailwind utility classes
proper file structure
no bloated dependencies
actual components, not html dumps

--- before (typical scraper)

<div class="sc-123abc xyz-456">
  <div class="styles_hero__abc123">
    <span style="font-size:32px">Hello</span>
  </div>
</div>

+++ after (nua output)

<section class="py-24">
  <Hero>
    <h1 class="text-4xl font-bold">Hello</h1>
  </Hero>
</section>

// HOW IT WORKS

Three agents. One migration.

Each agent specializes in one step. They run in parallel where possible.

1

extract_visuals

Crawls every page, screenshots it, reverse-engineers design into Tailwind.

├─ colors & gradients ├─ spacing & typography ├─ breakpoints & responsive ├─ component boundaries ├─ hover & interaction states └─ visual hierarchy
2

extract_structure

Analyzes site architecture, detects page templates, identifies collections.

├─ page templates ├─ collections (blog, products) ├─ navigation & menus ├─ url mapping ├─ seo metadata └─ assets & media
3

iterate_and_match

Generates framework code, compares output against screenshots, iterates until pixel-accurate.

├─ visual diff comparison ├─ layout corrections ├─ component refinement └─ quality gate
total: ~15 min | agents run in parallel where possible

Optional

Astro? Add the Live Editor.

If you convert to Astro, add Nua's Live Editor for your clients or non-technical team. No code changes needed.

├─ click-to-edit interface
├─ no code changes needed
├─ content separate from code
└─ client-friendly handoff

Included with Nua Hosting ($9/mo)

click to edit — like a google doc

// PRICING

Per-page pricing

Self-service

Convert any site. Own the code.

pages $3/page
collections $5 + $0.20/item

# 20 pages + 1 blog (100 posts) = $85

For agencies

Volume pricing. API access. White-label.

Running an agency or building client sites at scale? We offer API access for automated conversions and white-label options.

├─ API access for automated pipelines
├─ white-label delivery
├─ priority support
└─ custom framework targets
optional: nua hosting — $9/mo (Live Editor, ssl, backups) learn more →

$ nua convert your-site.com

Skip the manual work.

No credit card. See your site converted in ~8 minutes.