Files
openwork/packages/landing
Benjamin Shafii d2f095fe6b feat(landing): add Cloud waitlist section with Loops.so email capture
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.
2026-02-09 22:13:54 -08:00
..

OpenWork Landing (Next.js)

Local dev

  1. Install deps from repo root: pnpm install
  2. Run the app: pnpm --filter @different-ai/openwork-landing dev

This app is ready for Vercel or any Node-compatible Next.js host.

Vercel

  1. Create a new Vercel project rooted at packages/landing.
  2. Build command: pnpm --filter @different-ai/openwork-landing build
  3. Output: .next
  4. Start command: pnpm --filter @different-ai/openwork-landing start

Self-hosted

  1. Build: pnpm --filter @different-ai/openwork-landing build
  2. Start: pnpm --filter @different-ai/openwork-landing start