Vault is a premium SaaS marketing template designed for high-converting landing pages. With a clean, responsive design and easy customization, it helps you showcase your product and drive engagement effortlessly.
Vault is a sleek and modern SaaS marketing template built with Next.js, Tailwind CSS, and Shadcn/ui. Designed for high-converting landing pages, it offers a clean, responsive layout and seamless customization, making it the perfect foundation for launching and promoting your next SaaS product with confidence.
Learn how to use the template by following the steps below.
First, install the dependencies:
npm install
Second, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
The template comes with 3 pages the Home, Privacy Policy, and Terms of Service pages.
app/page.tsx
.app/privacy-policy/page.tsx
.app/terms-of-service/page.tsx
.The template comes with a set of components that you can use to build your pages, all the components are located in the components
directory and you can modify them to suit your needs.
There is also a app/components
directory this is different from the global components
directory, the app/components
directory contains components that are specific to the landing page (app/page.tsx
).
The template comes with built-in SEO support, you can modify the SEO settings by editing the lib/utils.ts
file and changing the default values for the generateMetadata()
function.
Each page uses the generateMetadata()
function to generate the necessary metadata for the page.
Below are the other SEO settings and files you can modify:
app/favicon.ico
- The favicon for the website, you can replace it with your own logo.app/sitemap.ts
- The sitemap for the website, you can modify it to include or remove pages.app/robots.txt
- The file used for search engine crawlers, you can modify which areas of the site crawlers are allowed or disallowed to access.app/manifest.ts
- The file that tells the browser how your Progressive Web App (PWA) should behave when installed on the user's desktop or mobile device.public/product-demo.png
- The image used for the Open Graph and Twitter Card tags, you can replace it with your own image.The easiest way to deploy a Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Before deploying your app to production, you need to rename the .env.local
file to .env
and add your domain url as value for the NEXT_PUBLIC_PROD_URL
on that file.
Stay in the loop and get notified when we release new templates. No spam, we promise. 💌