Skip to content

SaaS Landing Pages

Faststrap currently has two SaaS-oriented references with different roles.

Primary SaaS Reference

NovaFlow AI SaaS

showcase/novaflow_ai_saas.py is the main modern landing-page showcase.

It demonstrates:

  • premium visual polish over Bootstrap structure
  • HTMX-first interaction patterns
  • strong light and dark theme support
  • more deliberate conversion-oriented composition

NovaFlow AI SaaS in light mode

NovaFlow AI SaaS in dark mode

Legacy SaaS Reference

SaaS Landing

showcase/saas_landing.py remains available as an earlier and simpler reference.

It is still useful for comparison and learning, but it is no longer the best guide for the strongest Faststrap SaaS presentation.

Legacy SaaS landing reference

Comparison

Aspect novaflow_ai_saas.py saas_landing.py
Role Flagship premium SaaS reference Legacy/simple SaaS reference
Visual direction Strong branding, stronger hierarchy, more custom surface treatment Simpler structure with lighter customization
HTMX usage More interaction-focused More limited interaction surface
Best use New premium landing pages Comparison, learning, or intentionally simpler builds
Default recommendation Start here first Use only when a simpler baseline is explicitly desired

How To Use These References

  • Start with showcase/novaflow_ai_saas.py for structure, responsiveness, and quality bar.
  • Use showcase/saas_landing.py only as a lighter comparison point.
  • Do not blend both references equally; pick one primary direction before building.

Sources

  • showcase/novaflow_ai_saas.py
  • showcase/saas_landing.py