Saas is a neobrutalism-styled nextjs tailwind template for saas landing pages.
Create a new repo from this template.
This template uses pnpm
package manager so make sure you have it installed.
To install all dependencies run:
pnpm i
To run the app locally:
pnpm run dev
- Inside
layout.tsx
update the metadata - Update the
favicon.ico
- Inside
page.tsx
update the content
All content is split into sections so you can edit it more easily.
To change the styling visit styling docs, and copy the desired styling to tailwind config like it's shown in the styling docs.