Skip to main content

A simple barebones SSR web framework for Deno. Uses preact JSX for templating. Support for file-based routing, dynamic routes, catch-all routes, and route-groups.

This package works with Deno
This package works with Deno
JSR Score
64%
Published
5 hours ago (0.9.21)

Add Package

deno add jsr:@neuf/neuf

Import symbol

import { Lib } from "@neuf/neuf";

---- OR ----

Import directly with a jsr specifier

import { Lib } from "jsr:@neuf/neuf";