Adex

An easier way to build full stack apps with Vite and Preact

Introduction

What is Adex?

adex is a vite plugin to write full stack Node.js apps using preact. It was authored to avoid writing glue code for writing server rendered preact apps. You can do most of what adex does by using existing tools, a few examples of this can be found on preachjs/templates

Features

  • Unified Routing
  • Easy to use Islands (Opt-in feature)
  • API Routes
  • Works wherever Node.js does