Recoupable's marketing workspace.
apps/web— public-facing marketing website, blog, SEO pages, and lead captureapps/ops— internal marketing operations app for private tools and workflows
content/— brand docs, SEO plans, post sources, and statustranscripts/— call transcripts for voice-of-customer contextswipe/— reference copy, designs, competitor notes, and trendsworkflows/— shared non-UI automation for funnels, syncs, and reporting
pnpm install
pnpm dev # runs the public website in apps/web
pnpm dev:web
pnpm dev:ops
pnpm build # builds the public website in apps/web
pnpm build:opsDeploy the public website as a Vercel project with:
- Repository:
recoupable/marketing - Root Directory:
apps/web
If you later deploy the internal app separately, create a second Vercel project
pointed at apps/ops.