Recommendations for SAAS landing page builder

jamie3000

Elite Member
Jr. Executive VIP
Jr. VIP
Joined
Jun 30, 2014
Messages
7,450
Reaction score
4,728
I'm looking for a product that will allow me to quickly make a nice looking landing page and ideally export it as bootstrap although not absolutely required.

Free is ideal but one off payment is fine.

What would you guys suggest?
 
Nuxt + Vue+ Bootstrap :)

The backend can be anything. Just make it into an api.

Quick? Check
SEO friendly (with SSR)? Check
Secure? Check


Edit:

Something less "fancy" would be a Yii2 app. Been using it for years, and it never fails to amaze me. You can make a site in Yii2 much quicker than wp and all those bloatwares.
 
Last edited:
Perhaps something like livecanvas.com? It's a WordPress plugin but allows you to export a static site.
 
The backend can be anything. Just make it into an api.
P.s. before anybody gets angry on me for this, you don't actually need an api separately. You can code everything for the backend with nuxt itself (afaik). I am still a newbie in nuxt, so I prefer having an api that can serve both the lander as well as the SAaS app. I can code the api in my favorite language to decrease the development time. I just use nuxt for SSR and routing.
 
Back
Top