Workflows/Clean SaaS Landing Page

Clean SaaS Landing Page

No external libraries. Sticky nav, hero, feature grid, pricing table, testimonials, CSS-only FAQ accordion.

saasminimalprofessionalresponsivecss-only

1 page · 8 variables

Live PreviewOpen demo →

Template Variables

VariableTypeDefaultRequired
product_nametextAcmeNo
taglinetextThe modern platform for teamsNo
primary_colorcolor#6366f1No
cta_texttextStart Free TrialNo
cta_urlurl#No
feature_1textLightning FastNo
feature_2textSecure by DefaultNo
feature_3textTeam CollaborationNo

Deploy with API

Deploy this template to your subdomain with one API call:

curl -X POST https://sutrena.com/api/site-templates/saas-clean/deploy \
  -H "Authorization: Bearer st_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
  "variables": {
    "product_name": "Acme",
    "tagline": "The modern platform for teams",
    "primary_color": "#6366f1",
    "cta_text": "Start Free Trial",
    "cta_url": "#",
    "feature_1": "Lightning Fast",
    "feature_2": "Secure by Default",
    "feature_3": "Team Collaboration"
  }
}'

Deploy with MCP

AI agents can deploy this template using the MCP tool:

sutrena_deploy_site_template({
  templateId: "saas-clean",
  variables: {
    "product_name": "Acme",
    "tagline": "The modern platform for teams",
    "primary_color": "#6366f1",
    "cta_text": "Start Free Trial",
    "cta_url": "#",
    "feature_1": "Lightning Fast",
    "feature_2": "Secure by Default",
    "feature_3": "Team Collaboration"
}
})
Clean SaaS Landing Page — Site Template — Sutrena | Sutrena