Ask HN: Fastest way to build a nice looking SaaS front end?

By anonfounder747 - 3 days ago

Showing first level comment(s)

If spending a couple hundred bucks to accelerate the process is an option, i'd recommend checking those scaffolding tools:

- https://bullettrain.co (Ruby)

- https://spark.laravel.com (PHP)

ndethore - 6 hours ago

https://cdnjs.com

I chose quite a few CSS frameworks on there and make an effort to never re-use the same one ever for all of my projects. So every project I create will have a different look.

mattbgates - 2 days ago

I bought a lot of admin themes from Themeforest, but all of them feel bloated. So I build my own using Framework7.io, because my (web) app projects should be mobile first, too.

They provide a VUE.js template, too. Maybe it'll fit your needs.

hilti - 2 days ago

I purchased a template site from themeforest and modified it. But I'm thinking of rebuilding it with vue.js, because the purchased template is too bulky.

billconan - 3 days ago

I usually go for Google's Material Web Components.

https://material.io/develop/web/

max_ - a day ago