awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
alephjs avatar

alephjs/aleph.jsArchived

0
View on GitHub↗
5,188 stars·165 forks·TypeScript·MIT·29 viewsaleph.deno.dev↗

Aleph.js

aleph.js is a full-stack web framework for the Deno runtime. It integrates server-side logic and client-side interactivity within a single environment to build complete web applications.

The framework functions as a server-side rendering system and a static site generator, producing pre-rendered HTML to improve search engine visibility and initial load speeds. It utilizes a file-based router that automatically maps the project directory structure to application URLs for both pages and API endpoints.

The project includes capabilities for markdown-based content management, transforming markdown files into formatted HTML pages. It also supports the processing of Less stylesheets and provides hot module replacement for real-time application updates during development.

Features

  • Full-Stack Web Frameworks - Provides a comprehensive framework for building complete web applications with server-side rendering and interactivity.
  • Filesystem-to-URL Endpoint Mapping - Automatically creates URL paths for both pages and API endpoints based on the project's directory structure.
  • Deno Web Frameworks - Provides a full-stack web framework specifically designed for the Deno runtime.
  • File-System Based Routing - Implements a routing system that automatically maps project directory structures to application URLs.
  • File-Based Routers - Implements a routing system that derives application navigation structures from the directory layout.
  • Static Site Generation - Pre-renders routes into static HTML files to ensure high-performance hosting and delivery.
  • Server-Side Rendering - Generates HTML on the server to deliver pre-rendered content for faster initial loads.
  • Server-Side Rendering Frameworks - Provides a framework that enables efficient rendering of web pages on the server.
  • Static Site Generators - Produces pre-rendered HTML files during the build process to improve page load speeds.
  • Content Management Systems - Provides a markdown-based system for managing and publishing digital content as web pages.
  • Markdown Renderers - Transforms Markdown text into HTML for high-quality browser display of content.
  • Markdown to HTML Converters - Transforms markdown source files into formatted HTML pages for simplified content publishing.
  • Web Application Hot Reloading - Enables instant updates of the running web application state in the browser during development.
  • Hot Module Replacement - Provides real-time application updates during development without requiring a full page refresh.
  • Rapid Prototyping Environments - Offers an environment optimized for rapid iteration through automatic routing and instant code reloading.
  • React Server-Side Renderers - Renders application components on the server to accelerate initial page loads and improve SEO.
  • Miscellaneous Tools - Full-stack framework for Deno.

Star history

Star history chart for alephjs/aleph.jsStar history chart for alephjs/aleph.js

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does alephjs/aleph.js do?

aleph.js is a full-stack web framework for the Deno runtime. It integrates server-side logic and client-side interactivity within a single environment to build complete web applications.

What are the main features of alephjs/aleph.js?

The main features of alephjs/aleph.js are: Full-Stack Web Frameworks, Filesystem-to-URL Endpoint Mapping, Deno Web Frameworks, File-System Based Routing, File-Based Routers, Static Site Generation, Server-Side Rendering, Server-Side Rendering Frameworks.

Which projects share features with alephjs/aleph.js?

Projects with overlapping indexed features include: vikejs/vike — Vike is a full-stack web framework that provides server-side rendering with client-side hydration, static site… nuxt-community/express-template — This project is a starter template that provides a unified environment for building full-stack web applications by… nuxt/nuxt.js — Nuxt is a full-stack framework for building Vue.js applications. It serves as an application orchestrator that… sveltejs/sapper — Sapper is a universal web application framework and server-side rendering framework for Svelte. It enables the… leptos-rs/leptos — Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types… sveltejs/kit — SvelteKit is a framework for full-stack web development that combines routing and server-side rendering to create…

Projects sharing features with Aleph.js

These projects share indexed features with Aleph.js. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • vikejs/vikevikejs avatar

    vikejs/vike

    5,751View on GitHub↗

    Vike is a full-stack web framework that provides server-side rendering with client-side hydration, static site generation, and file-based routing. It operates as a plugin-based web framework with a universal JavaScript runtime, allowing the same code to run on both server and client environments. The framework distinguishes itself through its flexible data fetching capabilities, enabling data retrieval at any lifecycle point including server start, browser start, or page render. Its plugin-based extensibility allows for custom integrations and modifications without altering the core framework

    TypeScriptfull-stacknodereact
    View on GitHub↗5,751
  • nuxt/nuxt.jsnuxt avatar

    nuxt/nuxt.js

    60,458View on GitHub↗

    Nuxt is a full-stack framework for building Vue.js applications. It serves as an application orchestrator that integrates server-side rendering, static site generation, and backend API logic within a single unified project. The framework uses a file-based routing system to automatically generate application URLs based on the project's folder and file structure. It supports multi-strategy web rendering, allowing for a combination of server-side, static, and hybrid rendering techniques to optimize page load speeds and search engine visibility. The project provides automated component discovery

    TypeScript
    View on GitHub↗60,458
  • nuxt-community/express-templatenuxt-community avatar

    nuxt-community/express-template

    1,240View on GitHub↗

    This project is a starter template that provides a unified environment for building full-stack web applications by integrating the Vue.js framework with an Express server. It functions as a server-side rendering framework, enabling the execution of JavaScript on the server to generate HTML pages before they are delivered to the client. The template distinguishes itself by providing a cohesive architecture that bridges frontend rendering with backend API logic. It includes built-in mechanisms for server-side route protection and cookie propagation, ensuring that authentication states are maint

    Vueexpressexpressjsnuxt
    View on GitHub↗1,240
  • sveltejs/sappersveltejs avatar

    sveltejs/sapper

    6,931View on GitHub↗

    Sapper is a universal web application framework and server-side rendering framework for Svelte. It enables the development of applications that render views on the server for fast initial loads and hydrate them on the client for subsequent interactivity. The project features a file-based routing engine that maps URL paths to components based on the file system structure. It also functions as a static site generator, exporting production-ready HTML, CSS, and JavaScript files for hosting in environments without a live server. The framework covers full-stack development capabilities, including

    TypeScript
    View on GitHub↗6,931
Compare all 30 related projects→