
Landwind is a free and open-source landing page built for SaaS and product websites based on the Tailwind CSS utility-first framework and the Flowbite Component Library featuring a hero section, customer logos, feature sections, testimonials, pricing cards, FAQ section, pre-footer CTA button and a footer.
Built with ❤️ by Themesberg based on Tailwind CSS and Flowbite.
Live preview
Check out a live demo by clicking here:
🔗 Landwind live preview (🌗 switch on dark mode using your computer preferences)
Getting started
Make sure that you have Node.js, Tailwind CSS and Flowbite installed.
-
Run npm install inside your terminal
-
Watch for files and compile Tailwind CSS + Flowbite:
npx tailwindcss -i ./input.css -o ./output.css --watch
- To deploy you will only need the
index.html file and the output.css styles.
Alternatively you can also just directly copy this code into your own projects, whether you use Laravel, React, Vue.js or other frameworks.