Files
openwork/packages/landing
Benjamin Shafii 03f3fdd799 fix(landing): restyle Cloud waitlist section to match existing design
- Use doc-button (black) instead of off-brand teal button
- Use feature-card grid instead of centered checklist with teal icons
- Use same input styling as enterprise page (border-gray-200, rounded-lg)
- Left-align section like the rest of the page
- Remove all custom waitlist CSS; use Tailwind + existing classes only
- Match font sizes (14px body, 13px small, 15px intro) and spacing
2026-02-09 22:52:00 -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