Skip to content

alephjs/aleph.js

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
July 4, 2022 06:06
July 4, 2022 06:06
January 26, 2023 16:03
January 27, 2023 15:12
October 3, 2022 15:51
December 1, 2022 22:43
September 17, 2022 17:47
July 4, 2022 17:23
September 21, 2022 05:16
January 26, 2023 16:18
January 26, 2023 16:07
January 26, 2023 16:18
September 20, 2022 02:04
October 20, 2022 15:32

Aleph.js: The Full-stack Framework in Deno.

Chat Twitter

⚠️ Not yet 1.0. Many things are subject to change. Documentation is lacking in many places. Try it out and give us feedback!

Some demo apps deployed to Deno Deploy with the new architecture:

Source code: https://github.com/alephjs/aleph.js/tree/main/examples

Real-world Apps

Get started

Initialize a new project, you can pick a start template with --template flag, available templates: [react, vue, api, solid, yew]

deno run -A -r https://alephjs.org/init.ts

after init, you can run the app with deno tasks:

# go to the app root created by the `init`
cd APPDIR

# run the app in devlopment mode
deno task dev

# run the app in production mode
deno task start

Documentation

The new docs site is working in progress: https://aleph.deno.dev (PR). You can join the Aleph.js Discord to get helps.