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)
Same warm system, inverted onto an ink ground.
Base44's own ink tone (#1E1E24) becomes the background; accents are brightened for dark-ground contrast.
Dazzed for display, Geist for everything else.
Unchanged from the default extract: Dazzed (commercial, self-hosted) for headlines, Geist (open source) for body/nav/buttons. This preview substitutes Instrument Sans for Dazzed.
Same radius and motion, paper-on-dark CTA.
The primary button flips to a light "paper" fill on dark — mirroring the live site's own footer CTA, which already does this swap.
Quick token summary.
:root {
--bg: #1E1E24;
--surface: #28282F;
--surface-2: #312F2F;
--text: #EEECEB;
--muted: #9A968F;
--border: #3A383D;
--orange: #FF8A3D; /* brightened from #FF6A00 */
--blue: #7C8CFF; /* brightened from #3950E6 */
--cta-fill: #EEECEB; /* paper-on-dark, mirrors live footer CTA */
--cta-text: #1E1E24;
--cta-hover: #D8D5D0;
--font-display: "Dazzed", "Dazzed Fallback", sans-serif;
--font-body: "Geist", "Geist Fallback", sans-serif;
--radius-md: 6px;
--radius-lg: 8px;
--radius-xl: 10px;
--ease-standard: cubic-bezier(.22, 1, .36, 1);
--dur-hover: .2s;
}