Pagin is a simple and flexible app that lets you build pages by combining content blocks. Each block has a specific purpose—text, image, button, quote—and you can mix them endlessly to create your own pages.
Here’s a quick overview of what you can create with Pagin 👇
Headings structure your pages. You can use different levels (H1, H2, H3…) to organize your content hierarchy.
This is the basic block for writing text. Simple, clean, and perfect for explaining your ideas.
"Simplicity is the ultimate sophistication."
1function helloPagin() {
2 console.log("Welcome to Pagin 🚀");
3}
4helloPagin();