-
Notifications
You must be signed in to change notification settings - Fork 2
Home
oopsio edited this page Mar 7, 2026
·
2 revisions
Welcome to the Jen.js documentation!
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.
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.
Now go ahead and go to the Installation section.