{
  "softrAppVersion": 2,
  "name": "SaaS Landing Starter",
  "theme": {
    "primary": "#5b6cff",
    "background": "#ffffff",
    "fontHeading": "Inter",
    "fontBody": "Inter"
  },
  "pages": [
    {
      "slug": "/",
      "title": "Home",
      "blocks": [
        {"type": "hero", "headline": "Run your business on a no-code SaaS you actually own.", "sub": "Built in a weekend. Powered by Airtable. Charged through Stripe.", "primaryCta": {"label": "Start free trial", "href": "/signup"}, "secondaryCta": {"label": "See pricing", "href": "#pricing"}},
        {"type": "logos", "label": "Trusted by founders shipping on Softr", "items": ["Acme", "Northstar", "Brightline", "Foundry", "Loop"]},
        {"type": "features", "items": [
          {"icon": "zap", "title": "Ship in a weekend", "body": "From blank Airtable to live SaaS in 48h. No code."},
          {"icon": "lock", "title": "Real auth + roles", "body": "Magic-link login, admin/member tiers, gated pages."},
          {"icon": "credit-card", "title": "Charge from day one", "body": "Native Stripe blocks; subscriptions just work."}
        ]},
        {"type": "pricing", "id": "pricing", "tiers": [
          {"name": "Free", "price": "$0", "features": ["1 project", "100 records", "Email support"], "cta": {"label": "Start free", "href": "/signup?plan=free"}},
          {"name": "Pro",  "price": "$29/mo", "highlight": true, "features": ["Unlimited projects", "10k records", "Priority support", "Stripe charges"], "cta": {"label": "Start Pro trial", "href": "/signup?plan=pro"}},
          {"name": "Team", "price": "$99/mo", "features": ["Pro + 5 seats", "Audit log", "Custom domain"], "cta": {"label": "Talk to sales", "href": "mailto:hello@example.com"}}
        ]},
        {"type": "faq", "items": [
          {"q": "Do I own the data?", "a": "Yes — it lives in your Airtable. Cancel any time and export."},
          {"q": "Can I use my own domain?", "a": "Yes, on Pro and Team."},
          {"q": "How are payments handled?", "a": "Through your own Stripe account — Softr passes the charge through."}
        ]},
        {"type": "cta-banner", "headline": "Ship your SaaS this weekend.", "cta": {"label": "Start free", "href": "/signup"}}
      ]
    },
    {
      "slug": "/portal",
      "title": "Member Portal",
      "auth": {"required": true},
      "blocks": [
        {"type": "user-profile"},
        {"type": "list", "source": "Customers", "filterByLoggedInUser": true},
        {"type": "stripe-subscription"}
      ]
    }
  ]
}
