Skip to main content





Aleph.js

The React Framework in Deno, inspired by Next.js.

Website | Get Started | Docs | ESM | The Aleph (by Jorge Luis Borges)

Aleph.js in Deno

Features

  • Zero Config
  • Typescript in Deno
  • ES Module Ready
  • Import Maps
  • HMR with Fast Refresh
  • File-system Routing
  • Markdown Page
  • Built-in CSS(Less) Support
  • SSR/SSG

Installation

deno install -A -f -n aleph https://deno.land/x/aleph/cli.ts

Usage

# create a new app
aleph init hello
cd hello

# start the app in `development` mode
aleph dev

# start the app in `production` mode
aleph start

# build the app
aleph build

# more usages
aleph -h

Documentation

Please visit https://alephjs.org/docs to view the documentation.

Contributing

Please read the contributing.md.