Landing Page examples for SaaS
The example web-app service in the SaaS Startup Kit includes typical pages for new customers to learn about your services. It allows new customers to review a pricing page as well as signup. Existing customers of your SaaS can login or connect with your support resources. The static web page for your SaaS website also includes a page for your web API service.
Go Template for the Website pages
The non-authenticated pages for the web app - what we refer to as the website - use a different
layout that when users are authenticated. The website pages use this site layout:
saas-starter-kit/blob/master/cmd/web-app/templates/layouts/site.gohtml
Home page template for your SaaS
The home page for your software-as-a-service is one of the main entry points that describe your offering. Typically a homepage for SaaS as a hero banner with one or more calls to actions towards the top of the page. The page may direct prospects to a pricing page or to signup. Users associated with customers can login and interact with the web app that provides your business value.
saas-starter-kit/blob/master/cmd/web-app/templates/content/site-index.gohtml
Pricing page template for New Customers
The pricing page provides details to prospects for your SaaS about the subscription plans you offer. Each plan should have details on the features it includes as well as pricing. Sometimes for higher price point plans, it is customary to have prospects contact your sales team.
example.saasstartupkit.com/pricing
saas-starter-kit/blob/master/cmd/web-app/templates/content/site-pricing.gohtml
Support page template for your SaaS
The web app includes an example support page. Typically when you offer SaaS you will want to give your current and future customers that they have ways to communicate with you to get help and assistance using your service.
example.saasstartupkit.com/support
saas-starter-kit/blob/master/cmd/web-app/templates/content/site-support.gohtml
API page template for your SaaS
The web-app service includes an example template for a content page that documents that API service for your SaaS. The static page using GO templates provides details on the API service including links to the autogenerated API documentation.
example.saasstartupkit.com/api
saas-starter-kit/blob/master/cmd/web-app/templates/content/site-api.gohtml
Example SaaS Legal pages
The web-app service includes an example Privacy Policy for your SaaS. This Privacy Policy page is an example that details what data your SaaS collects and how you use it.
example.saasstartupkit.com/legal/privacy
saas-starter-kit/blob/master/cmd/web-app/templates/content/legal-privacy.gohtml
The web-app service also includes an example Terms of Service for your SaaS. This Terms of Service page is an example that what services your software provides as a subscription service. It also details available plans for your subscription of free and paid.
example.saasstartupkit.com/legal/terms
saas-starter-kit/blob/master/cmd/web-app/templates/content/legal-terms.gohtml
Responsive Top Nav
The top of the non-authenticated web pages includes a clean and simple navigation bar.
saas-starter-kit/blob/master/cmd/web-app/templates/partials/site-topbar.tmpl
Footer with Links
The footer for the non-authenticated web pages includes additional links to static pages including links to the Privacy Policy and Terms of Service.
saas-starter-kit/blob/master/cmd/web-app/templates/partials/site-footer.tmpl
Provide Feedback via our Google Slides
If you would like to provide us feedback on any of these screen captures and associated functionality, you are welcome to publicly comment on our Google Slides: