bknd-deploy-hosting
✓Use when deploying a Bknd application to production hosting. Covers Cloudflare Workers/Pages, Node.js/Bun servers, Docker, Vercel, AWS Lambda, and other platforms.
Installation
SKILL.md
| Platform | Best For | Database Options | Cold Start |
| Cloudflare Workers | Edge, global low-latency | D1, Turso | 0ms | | Cloudflare Pages | Static + API | D1, Turso | 0ms | | Vercel | Next.js apps | Turso, Neon | 200ms | | Node.js/Bun VPS | Full control, dedicated | Any | N/A | | Docker | Containerized, portable | Any | N/A | | AWS Lambda | Serverless, pay-per-use | Turso, RDS | 500ms |
| DBURL | Yes | Database connection URL | | DBTOKEN | Depends | Auth token (Turso/LibSQL) | | JWTSECRET | Yes | Min 32 chars for security | | PORT | No | Server port (default: 3000) |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-deploy-hosting- Source
- cameronapak/bknd-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is bknd-deploy-hosting?
Use when deploying a Bknd application to production hosting. Covers Cloudflare Workers/Pages, Node.js/Bun servers, Docker, Vercel, AWS Lambda, and other platforms. Source: cameronapak/bknd-skills.
How do I install bknd-deploy-hosting?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-deploy-hosting Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/cameronapak/bknd-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01