mirror of
https://github.com/different-ai/openwork
synced 2026-05-15 11:36:23 +02:00
Add a new 'Automate your entire company, safely' section between capabilities and FAQ. Includes a WaitlistForm client component that posts to Loops.so, with rate-limiting, loading/success/error states, and matching teal button styling.
OpenWork Landing (Next.js)
Local dev
- Install deps from repo root:
pnpm install - Run the app:
pnpm --filter @different-ai/openwork-landing dev
Deploy (recommended)
This app is ready for Vercel or any Node-compatible Next.js host.
Vercel
- Create a new Vercel project rooted at
packages/landing. - Build command:
pnpm --filter @different-ai/openwork-landing build - Output:
.next - Start command:
pnpm --filter @different-ai/openwork-landing start
Self-hosted
- Build:
pnpm --filter @different-ai/openwork-landing build - Start:
pnpm --filter @different-ai/openwork-landing start