deploy

Installation
SKILL.md

Deploying Bknd to Production

Deploy Bknd applications to your preferred platform. Bknd supports serverless platforms (Vercel, AWS Lambda, Cloudflare Workers), containerized deployments (Docker), and traditional Node.js servers.

What You'll Learn

  • Configure production databases (PostgreSQL, Turso)
  • Set up environment variables
  • Deploy to Vercel, AWS Lambda, Cloudflare Workers, or Docker
  • Handle authentication and media storage in production
  • Optimize for edge deployments

Production Database Setup

Choose a cloud database for production. File-based SQLite doesn't work reliably in serverless environments.

PostgreSQL (Recommended)

Use pg adapter for connection pooling or postgresJs for edge runtimes.

Related skills

More from cameronapak/bknd-skills

Installs
1
GitHub Stars
3
First Seen
Jan 19, 2026