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.
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 theoutput.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.
Get started with a huge collection of over 140+ website sections powered by Tailwind CSS and the Flowbite Library:
This project is open source under the MIT license.