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

fullstack

A 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
~128KB ยท port 3000Download

Express REST API

node

A minimal Express server with CORS, helmet, and a /healthz. The starting point for a JSON API.

  • Express
  • CORS
  • Helmet
  • /healthz
~32KB ยท port 3000Download

Static Portfolio

static

A 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
~8KB ยท port 80Download

Hono edge worker

node

A 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
~48KB ยท port 3000Download

FastAPI Starter

fullstack

Python 3.12 + FastAPI + Uvicorn. Auto-generated OpenAPI docs at /docs. The starting point for ML serving.

  • FastAPI
  • Uvicorn
  • OpenAPI
  • Pydantic v2
  • Python 3.12
~96KB ยท port 8000Download

OpenAI Chat (AI agent starter)

ai

A 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
~64KB ยท port 3000Download

Want a template that's not here? Open an issue on GitHub.