HN: The Best SaaS Landing page examples I’ve seen (+ their secrets for conversion)

It’s extremely rare that you find SaaS Landing pages with a great focus on converting visitors into customers and not only the pretty stuff.

I’ve compiled the best examples of SaaS Landing pages I’ve seen over the years (1000’s of them) into actionable examples you can use as reference!

In this article, I also break down why they are great examples and how you can use them in your own SaaS website to convert more visitors into customers.

https://www.cortes.design/post/best-saas-landing-page-examples-inspiration

https://news.ycombinator.com/item?id=18410628

Gridsome – Build blazing fast websites for any CMS or data with Vue.js

gridsome

Connect to any CMS or data source

Use any CMS or data source for content. Pull data from WordPress, Contentful, local Markdown, or any other headless CMS or APIs and access it with GraphQL

in your pages and components.

Enjoy a modern development stack

Build websites with modern tools like Vue.js, webpack and Node.js. Get hot-reloading and access to any packages from npm and write CSS in your favorite preprocessor like Sass or Less with autoprefixing.

PWA Offline-first architecture

Only critical HTML, CSS, and JavaScript get loaded first. The next pages are then prefetched so users can click around incredibly fast without page reloads, even when offline.

Get perfect page
speed scores

Gridsome automatically optimises your frontend to load and perform blazing fast. You get code-splitting, image optimisation, lazy-loading, and almost perfect lighthouse scores out-of-the-box.

Build future ready websites

The future of the web is JavaScript, API’s, and Markup – the JAMstack. Gridsome uses the power of blazing-fast static site generator, JavaScript and APIs to create stunning dynamic web experiences.

Ready for global domination

Gridsome sites are usually not connected to any database and can be hosted entirely on a global CDN. It can handle thousands to millions of hits without breaking – and no expensive server costs.

Firefox profiles

  • Start the Profile manager
    • Firefox.exe -P
    • about:profiles  (but less configuration available when opening in browser)
  • Open external links in profile that is active. If no profile is active, open the profile manager
    • Edit the profiles.ini  (find in Users/%User%/AppDate/Roaming/Mozilla/Firefox)
    • 1) The parameter -no-remote should be actually in your default profile target, so add the -no-remote to the target of the shortcut you’re actually using to launch your default Firefox. Remove the -no-remote parameter from the non default profile.
    • Check your profiles.ini file as mentioned above. It should contain following lines at the very beginning of the file:
      [General]
      StartWithLastProfile=0
      
      [Profile0]
      ... file continues...
      

      If it does not contain the first two lines, backup the profiles.ini and add the lines. Or change the StartWithLastProfile value from 1 to 0.