Deno 2 + Hono

A Deno 2 + Hono Starter with Health Check, Route Grouping, Cors and more!

Deploy Deno 2 + Hono

Hono

kadumedim/deno-hono

Just deployed

Deno 2 + Hono Starter Template

This is a barebones starter template for a Deno 2 project using the Hono web framework. It provides a simple foundation to build a web application with route grouping, CORS setup, and health check endpoints. This template is ready to be deployed on Railway.

Features

  • Hono.js: A fast and minimal web framework for Deno.
  • CORS Middleware: Enabled for all routes by default.
  • Route Grouping: Cleanly organize routes in separate modules.
  • Health Check: A simple endpoint to monitor the uptime of the service.

Logging wasn't included since it is currently marked as UNSTABLE, add your own or use the one linked at your own risk.

We also utilize a Dockerfile as Railway only provides Deno 1 at the moment.


Template Content

More templates in this category

View Template

mellow-vue

A full-stack Vue app with The Boring JavaScript Stack.


View Template

Sveltekit NestJS

Full-stack with SvelteKit + NestJS + Prisma + Postgresql with utils


View Template

.NET8 Web API

A basic ASP.NET Core Web API template (.NET 8)