New Project

Hono and SvelteKit

This template integrates Hono with SvelteKit.

DeployView Demo
This is an auto-uploaded thumbnail from https://vercel.com/templates/submit.

SvelteKit + Hono Starter

This is a Hono + SvelteKit starter inspired by Vercel's Hono + Next.js Starter.

Demo

https://hono-sveltekit.vercel.app/

Deploy Your Own

Getting Started

First, run the development server:

npm run dev
# or
pnpm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
# or
pnpm run dev -- --open

Open http://localhost:5173 with your browser to see the result.

You can start editing the API by modifying src/routes/api/[...paths]/+server.ts and learn more by taking a look to the API documentation.

Learn More

To learn more about Hono and SvelteKit, take a look at the following resources:

  • SvelteKit Documentation - learn about SvelteKit features and API.
  • Learn SvelteKit - an interactive SvelteKit tutorial.

You can check out the SvelteKit GitHub repository - your feedback and contributions are welcome!

GitHub Repomwilliams1188/hono-sveltekit
Use Cases
Starter
Stack
Svelte
Tailwind

Related Templates

Hono and Next.js Starter

This template integrates Hono with Next.js
Hono and Next.js Starter thumbnail

domco: Vite + API Starter

Easily deploy an API alongside your client application on Vercel with Vite.
domco: Vite + API Starter thumbnail

Hono on Vercel

Deploying an API on Vercel with Hono.
Hono on Vercel thumbnail
DeployView Demo