Architecture
Vercel
The hosting platform for Next.js applications that auto-deploys on every git push, used for steepworks.io and newsletter websites.
Vercel is the deployment layer for Knowledge OS web properties. Every push to the website repository triggers an automatic deployment in 30-60 seconds. This enables a workflow where Claude edits code, pushes, and screenshots the live result at steepworks.io without running a local dev server. The workflow is intentional: no local Node.js setup, no build debugging, no port conflicts. Vercel also handles the newsletter brand websites (bmorefamilies.com, dmvfamilies.com). Each site is a separate Vercel project connected to a nested git repository within the main Knowledge OS monorepo.
Where it shows up:
Website deploymentsteepworks.io hostingNewsletter websitesPush-to-deploy workflow