Get the production-ready archive of the multilingual website. Edit the .mdx files in the public folder and proceed to publishing. Attention! Do not modify file names or their directory paths.
Free and Open Source Download
A unique portable core (runtime) that operates directly within the user's browser. Customization without compilation and instant deployment.
The "out" directory is NOT just a static website export. It is a fully self-sufficient client-side runtime engine built using Next.js App Router, React 19, Tailwind CSS v4, and Rust WebAssembly ("mdx-local-server").
The core loads directly inside the client's browser and processes MDX files independently. The application dynamically fetches, analyzes, and compiles ".mdx" files from the "out/pages/" directory right at runtime.
The content update process requires no local compilation: users absolutely DO NOT need Node.js, Webpack, or the "npm run build" command to modify pages or publish their latest edits.
You simply edit the website's source MDX code as plain text using Tailwind CSS v4, upload the files back to your hosting, and the browser engine instantly processes everything on the fly without delays.