Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.15 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.15 KB

SaaS Landingpage

Thank you for purchasing this page. I hope it's going to be helpful for you.

Features

  • HTML SaaS landing page layout made with daisyUI 4
  • Made with Vite 5, Alpine.js and Handlebars for partials

Including

  • 2 exclusive daisyUI themes (dark/light)
  • Compatible with all daisyUI themes (32 themes)
  • Responsive layout
  • Hero section, Partner logos, Features section, Integrations cards, Pricing tables, FAQ accordion section, Footer with links and contact form
  • Pricing table with dynamic price toggle
  • Theme changer menu
  • 3D card effect

Files

  • src/index.html - Landing page
  • src/partials/ - partial HTML files
  • src/assets/ - images and styles
  • vite.config.js - Vite config file
  • postcss.config.cjs - PostCSS config file
  • tailwind.config.cjs - Tailwind config file
  • package.json

Getting Started

You can:

  • Install dependencies and run/build it using Vite
  • Copy/paste the HTML code to use it in your own framework (Vue, Svelte, Astro, etc)

How to run

  1. Install dependencies
npm install
  1. Run the dev server
npm run dev
  1. Or build and preview:
npm run build
npm run preview