Turn any idea into a fully functional product.
Apps
Turn any idea into a fully functional app — with backend, auth, payments, and hosting already built in.
Build an appWebsites
AI-generated design, custom domain, built-in SEO tools — ready to go live from day one.
Build a websiteAI agents
Create a 24/7 agent that connects to your tools, takes real action, and works while you sleep.
Create an AI agent"It took about a week to come up with a product that works end-to-end."
Yoav Hornung, Founder, Gift My Book (ex-Fiverr)
Warm paper ground, ink text, two sparing accents.
Real hex pulled from `var(--token, #hex)` fallbacks in the live CSS.
Dazzed for display, Geist for everything else.
Live site uses Dazzed (commercial, self-hosted) and Geist (open source). This preview substitutes Instrument Sans for Dazzed and loads Geist directly.
Soft radius, dark-fill CTA, sparing color.
Buttons below use the real fill, radius (6–10px), and hover color shift.
Quick token summary.
:root {
--offwhite-paper: #F9F7F4;
--offwhite: #EEECEB;
--border-warm: #DDD8D2;
--text-ink: #1E1E24;
--text-secondary: #6D6A67;
--cta-black: #312F2F;
--cta-black-hover: #433F3F;
--orange: #FF6A00;
--blue-nav: #3950E6;
--font-display: "Dazzed", "Dazzed Fallback", sans-serif;
--font-body: "Geist", "Geist Fallback", sans-serif;
--radius-md: 6px; /* mobile buttons, chips */
--radius-lg: 8px; /* desktop buttons */
--radius-xl: 10px; /* large CTAs, cards */
--ease-standard: cubic-bezier(.22, 1, .36, 1);
--dur-hover: .2s;
}