DEV Community

Cover image for Jopi a clone of NextJS
Johan PIQUET
Johan PIQUET

Posted on

Jopi a clone of NextJS

I am proud to announce the release of Jopi v3!
It's a very fast clone of NextJs 16.

It's x7.5 faster than NextJS for delivering React page !!!
And x3.5 faster when bundling 1000 pages !!! (benchmark)

It's also way much simpler to use because its philosophy is that of the early versions of NextJS. The one we liked as developers looking for simplicity and practicality.

Jopi is not just a clone of NextJs, it also adds his own features.

  • Restricting access to pages based on user roles: Jopi makes it very easy to say who can see a page and who can access an API.
  • A module system allows:
    • Extending your core application with plugins or split it into functionalities (ex: a module for the theme, one for the blog, one for the shop product pages, etc.)
    • It allows you to refactor your site design without altering the existing code. Disable the new module and you get back to the old design. Enable it, and you switch to the new one.Specifically, thanks to mechanisms that allow you to expose a React component, replace an exposed component, and replace existing routes. You replace the elements you want to evolve without modifying the original!

Interested? Learning to use Jopi is easy thanks to its video tutorials! (link)

Or install the tutorial project: npx jopi init --template tutorial (link)


The project website: https://jopijs.com.
Github page: link.

Benchmark video
Benchmark video

Introduction to Jopi
Introd video

Top comments (1)

Collapse
 
claratrcs profile image
claratrcs

Hi Jojo! Very proud of you! I hope we'll have the opportunity to meet again. And... long live redheads :-)