Ship Any AI SaaS Startups in hours.
- Clone the repository
git clone https://github.com/shipanyai/shipany-template-one.git- Install dependencies
pnpm install- Run the development server
pnpm dev- Set your environment variables
cp .env.example .env.local- Set your theme in
app/theme.css
-
Set your landing page content in
i18n/pages/landing -
Set your i18n messages in
i18n/messages
- Deploy to Vercel
- Deploy to Cloudflare
- Customize your environment variables
cp .env.example .env.production
cp wrangler.toml.example wrangler.tomledit your environment variables in .env.production
and put all the environment variables under [vars] in wrangler.toml
- Deploy
npm run cf:deploy