mirror of
https://github.com/different-ai/openwork
synced 2026-05-14 19:16:24 +02:00
- 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
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