Skip to content
oopsio edited this page Mar 7, 2026 · 2 revisions

Jen.js Docs

Welcome to the Jen.js documentation!

What is Jen.js?

Jen.js is a Preact-based meta framework for building comprehensive web applications. You should use Preact components to build UI(s), and Jen.js for additional features and optimizations.

It also automatically configures the tools you need (e.g: Vite, DB, etc.). You can focus on building your app instead of gluing unnecessary things and wasting your time.

Whether you are a developer of an big corporation, or an small indie dev, Jen.js is suitable for you.

Prerequisites

We expect in this documentation that you are familiar with the following technologies:

  • HTML
  • CSS
  • JavaScript
  • Preact (or React by changing imports to preact/compat)

We recommend learning HTML, CSS and JavaScript from MDN and learn Preact/React from W3Schools.

Next steps

Now go ahead and go to the Installation section.

Clone this wiki locally