FW Landing Starter Kit

Scaffold a Next.js 15 + Payload CMS project, fully configured, straight from your terminal.

Windows PowerShell
$ curl -fsSL https://project-setup.flexioninfotech.site/install | bash
PS> irm https://project-setup.flexioninfotech.site/install.ps1 | iex
1

Open a terminal inside an empty folder.

2

Paste and run the command above.

3

Enter the generator password, then choose your database, storage, and SEO options.

4

Run pnpm dev and start building.

# note PowerShell users don't need Git Bash or WSL — irm ... | iex works natively.