Pages — SaaS Landing
A full SaaS landing page composed from marketing blocks — navbar, hero, logos, features, stats, pricing, testimonials, FAQ, CTA and footer.
A complete SaaS landing page, composed end to end from registry blocks: a classic navbar, an app hero, a logo cloud, a feature grid, a stats band, a three-tier pricing table, a testimonial grid, an FAQ accordion, a closing CTA and a four-column footer. Every block is theme-aware — try the theme switcher above the preview.
Preview
Every account, one honest number.
Connect your banks and watch the noise turn into a plan. Budgets that adjust, bills that never surprise you.
Trusted by fast-moving teams worldwide
Everything you need to ship
A complete toolkit that grows with your team, from first commit to global scale.
Lightning fast
Built on a modern edge runtime so every page loads in milliseconds, everywhere.
Secure by default
Encryption in transit and at rest, with SSO and audit logs on every enterprise plan.
Composable
Mix and match building blocks. Nothing is locked down — shape it to your workflow.
Insightful analytics
See exactly what your users do, with dashboards you can share across the team.
Integrates with everything
Connect the tools you already use through a growing library of integrations.
Global scale
Serve customers on every continent from a network built to handle the load.
Simple, transparent pricing
Start free and upgrade as you grow. No hidden fees, cancel anytime.
Starter
For side projects and getting started.
- Up to 3 projects
- Community support
- 1 GB storage
- Basic analytics
Pro
Most popularFor growing teams that ship often.
- Unlimited projects
- Priority support
- 50 GB storage
- Advanced analytics
- Custom domains
Enterprise
For organisations with scale and controls.
- SSO & SAML
- Dedicated support
- Unlimited storage
- Audit logs
- SLA
Loved by teams everywhere
“We shipped a full redesign in a week. The token system meant every screen just fell into place.”
“Support is unreal. Every question answered within minutes, and always by someone who gets it.”
“Onboarding took an afternoon. Our whole team was productive by the end of day one.”
“The analytics alone paid for the plan. We finally see what our users actually do.”
“It scales with us. We started on the free tier and never had to rethink our setup.”
“Beautiful defaults, endless flexibility. It's the rare tool designers and devs both love.”
Frequently asked questions
Still have questions?
Our team is here to help. We usually reply within a few hours.
Can I change plans later?
Yes — upgrade, downgrade or cancel at any time. Changes are prorated to the day.
Do you offer a free trial?
Every paid plan starts with a 14-day trial. No credit card required to get going.
How does billing work?
We bill per seat, monthly or annually. Annual plans save 15% versus paying monthly.
Is my data secure?
All data is encrypted in transit and at rest. Enterprise plans add SSO, audit logs and an SLA.
Can I get a refund?
If you're not happy in the first 30 days, contact us and we'll refund you in full.
Ready to ship something people love?
Join thousands of teams building faster. Start free — no credit card required.
Install
bun x bosia@latest add page landing/saasInstalls page.svelte plus every block it composes. Several of those blocks pull
@lucide/svelte for icons.
Usage
<script lang="ts">
import Landing from "$lib/pages/landing/saas/page.svelte";
</script>
<Landing />The page is composition only — it imports each block and stacks them in order, with no props. Edit
the individual blocks under src/lib/blocks/ to change copy, or reorder / remove sections in
page.svelte. Swap the navbars/classic import for any other navbar, or footers/columns for any
other footer, to restyle the frame.
Source
src/lib/pages/landing/saas/page.svelte