Public Alpha
0 × 0

Wonder What's Possible

Meet Wonder, the design tool where you can generate designs, make precise edits and work with your code context on the same canvas.

Perspective Plane
app.wonder.design
Art App
plusrecentchat-minimize
Describe what you'd like to design...
anthropicClaude Opus 4.6
paperclip
stop-circle-filled

Proudly supported by

Features

Design and move to production faster

Wonder is the design tool where you can design with AI, chat with it, edit alongside it, and everything you create becomes the exact code you ship.

app.wonder.design
Art App
plusrecentchat-minimize
Describe what you'd like to design...
anthropicClaude Opus 4.6
paperclip
stop-circle-filled

Connect Wonder to your coding agent

Code and Canvas,
Finally connected.

Wonder's design format maps 1:1 to code. Start from what's already built, iterate freely, and ship straight back to production. Finally, designers own the full loop.

Wonder Toolkit

Familiar tools, powerful results

Generate, iterate, and ship in one place with tools that feel familiar and work together.

Ideate on canvas

Change styles, create variants, make flows, and use your designs as context.

Generate layout
Variate styles
Swap image
Adjust spacing
Edit copy

Generate Images

No more placeholder assets. Just describe what you need, and generate it right on the canvas.

Generating…
Wonder generated image
Generating…
Wonder generated image

Bring designs to life with shaders

With shaders, you can 10x the quality of your designs and create stunning, interactive visuals.

SwirlSwirl
AuroraAurora
OceanOcean
NeonNeon
StripesStripes
BlobBlob
RaysRays
GridGrid
MeshMesh
GlowGlow
SwirlSwirl
AuroraAurora
OceanOcean
NeonNeon
StripesStripes
BlobBlob
RaysRays
GridGrid
MeshMesh
GlowGlow

Push to code

Ready to ship. Export or send to your agent.

1import Image from "next/image";
2import Link from "next/link";
3
4export function LandingPage() {
5  return (
6    <main className="min-h-screen bg-background">
7      {/* Navigation */}
8      <nav className="fixed top-0 left-0 right-0 z-50">
9        <div className="section-padding flex h-16 items-center justify-between">
10          <Link href="/" className="flex items-center gap-2">
11            <Image src="/logo.svg" alt="Wonder" width={24} height={24} />
12            <span className="font-semibold text-foreground">Wonder</span>
13          </Link>
14          <div className="flex items-center gap-4">
15            <Link href="/docs" className="text-sm text-foreground-secondary">
16              Docs
17            </Link>
18            <Button variant="secondary">Go to App</Button>
19          </div>
20        </div>
21      </nav>
22
23      {/* Hero */}
24      <section className="flex items-center justify-center pt-40 pb-24">
25        <div className="flex flex-col items-center gap-8 max-w-xl">
26          <h1 className="text-display text-center">
27            Allow anyone to turn their vision to life
28          </h1>
29          <p className="text-body text-center">
30            Ideate faster with AI. Design on a canvas backed by
31            real code. No rebuilding. No handoff.
32          </p>
33          <div className="flex gap-3">
34            <Button variant="primary">Try Wonder Free</Button>
35            <Button variant="ghost">Join Community</Button>
36          </div>
37        </div>
38      </section>
39
40      {/* Features */}
41      <section className="bg-background-inverted section-y">
42        <div className="section-padding">
43          <div className="grid md:grid-cols-2 gap-8">
44            <div>
45              <span className="label text-accent">Features</span>
46              <h2 className="h2 mt-3">
47                Design and move to production faster
48              </h2>
49            </div>
50            <p className="text-body self-end">
51              Wonder is the design tool where you can design
52              with AI, chat with it, edit alongside it.
53            </p>
54          </div>
55
56          <div className="mt-12 grid md:grid-cols-3 gap-6">
57            <FeatureCard
58              title="Simply Powerful"
59              description="A familiar interface with AI woven in."
60            />
61            <FeatureCard
62              title="Backed by Code"
63              description="Built on code from the ground up."
64            />
65            <FeatureCard
66              title="Built to Explore"
67              description="Generate ideas and iterate faster."
68            />
69          </div>
70        </div>
71      </section>
72
73      {/* Pricing */}
74      <section className="bg-background section-y">
75        <div className="section-padding">
76          <h2 className="h2 text-center text-foreground">
77            Choose your plan
78          </h2>
79          <div className="mt-10 grid md:grid-cols-2 gap-6">
80            <PricingCard plan="free" price="$0" />
81            <PricingCard plan="pro" price="$16/mo" />
82          </div>
83        </div>
84      </section>
85
86      {/* Footer */}
87      <footer className="border-t border-border-subtle">
88        <div className="section-padding cell-padding flex justify-between">
89          <Image src="/logo.svg" alt="Wonder" width={20} height={20} />
90          <nav className="flex gap-6 text-sm text-foreground-secondary">
91            <Link href="/product">Product</Link>
92            <Link href="/docs">Docs</Link>
93            <Link href="/pricing">Pricing</Link>
94          </nav>
95          <p className="text-caption">&copy; 2026 Aquila Labs</p>
96        </div>
97      </footer>
98    </main>
99  );
100}

Pricing

Choose your pricing
plan and get started

Wonder is free to start. Upgrade to Pro, Pro+, or Max when you're ready to ship.

Free

For experimenting and exploring

$0/ month

  • Included in Free:
  • check300 credits
  • checkCode export
  • checkStandard generation queue
  • checkCommunity support (Discord)

Pro

For teams shipping with Wonder

$20/ month

  • All features in Free, plus:
  • check3,000 credits/mo
  • checkUnlimited MCP tool calls
  • checkUnlimited projects
  • checkPriority generation queue
  • checkPriority support

Pro+

For designers who move fast and ship often.

$60/ month

  • All features in Pro, plus:
  • check12,000 credits/mo
  • checkEarly access to new features
  • checkPrivate support channels

Max

For power users, and designers shipping everyday.

$200/ month

  • All features in Pro+, plus:
  • check60,000 credits/mo
  • checkEarly access to new features
  • checkPrivate support channels
  • checkPrioritized feature requests and product development support