Marketing site for Context — open-source tools for autonomous AI systems.
- Site: Zola static site generator
- Styles: SCSS
- Scripts: TypeScript (bundled with Bun)
- API: Vercel Edge Functions
- Database: Neon (PostgreSQL)
- Hosting: Vercel
# Install dependencies
bun install
# Build JS
bun run build:js
# Run Zola dev server
zola servePush to master or run:
vercel --prod