Templates
One-click deploys. Each template is a small, working app that demonstrates a different stack. Click to download the zip, then upload it to /dashboard/sites/upload.
Next.js Starter
fullstackA bare Next.js 15 app with App Router, Tailwind, and a /healthz endpoint. The starting point for most Hostking Pro users.
- Next.js 15
- Tailwind CSS
- App Router
- /healthz
- TypeScript
Express REST API
nodeA minimal Express server with CORS, helmet, and a /healthz. The starting point for a JSON API.
- Express
- CORS
- Helmet
- /healthz
Static Portfolio
staticA single-page portfolio with three sections: bio, projects, contact. No build step. Just edit the HTML and re-upload.
- Plain HTML
- Inline CSS
- No build
- Mobile-responsive
Hono edge worker
nodeA Hono app designed for fast cold starts. Uses Cloudflare-style APIs. The closest to a Lambda without the lock-in.
- Hono
- Edge-style routing
- TypeScript
- Cold-start <100ms
FastAPI Starter
fullstackPython 3.12 + FastAPI + Uvicorn. Auto-generated OpenAPI docs at /docs. The starting point for ML serving.
- FastAPI
- Uvicorn
- OpenAPI
- Pydantic v2
- Python 3.12
OpenAI Chat (AI agent starter)
aiA minimal OpenAI chat UI with streaming responses. Designed for AI agents: every request is logged, every token counted.
- OpenAI SDK
- SSE streaming
- Token accounting
- Audit log
Want a template that's not here? Open an issue on GitHub.