01
Marketing Website
The public front door

Purpose
The public-facing surface of the platform: landing pages, pricing, template gallery, the AI website builder showcase, blog, documentation, and SEO-focused content. It is the first thing a prospective customer sees and the entry point into authentication, so it is tuned for speed, discoverability, and conversion.
Key features
Content & pages
- Landing pages
- Pricing
- Template gallery
- AI Website Builder showcase
- Blog
- Documentation
Growth & performance
- SEO-focused pages
- Dynamic metadata
- Core Web Vitals tuning
- Server-side rendering
- Authentication entry
- Responsive design
Challenges solved
- Keeping rich animation and heavy visual content from degrading Core Web Vitals — solved by server rendering the critical path and deferring motion until after first paint.
- Making template and blog content indexable while it is still driven from the same database the dashboard writes to, using incremental static regeneration instead of a separate CMS export.
- Explaining an AI product visually without a video-heavy page that costs seconds of load time.
My contributions
- Built the marketing application end to end, from page architecture to the final motion pass.
- Implemented the dynamic metadata layer so every template, pricing tier, and blog post ships correct titles, descriptions, and Open Graph tags.
- Tuned Core Web Vitals — image strategy, font loading, and render-blocking work — to keep the site fast on mobile.
- Wired the authentication entry point that hands users off into the dashboard with an established session.

