Pre-built modules: forums, galleries, user systems in one click

In the original Wapka, modules were everything. They gave users instant functionality — a guestbook, a forum, a chatroom — without touching code. That philosophy carried forward. What’s built in Forum: threaded discussions, categories, moderation Chatroom: real-time text chat with user presence Gallery: image uploads, albums, lightbox viewing Guestbook: visitor comments with spam protection User system: registration, login, profiles, roles Blog: posts, categories, RSS, comments File manager: upload, organize, serve files Every module works out of the box. Enable it, configure it, and it appears on your site. No plugin marketplace. No dependency hell. No “this module is incompatible with your theme.” ...

May 6, 2026 · 1 min · 198 words · Jonayed Hossan Gazi

The visual builder that coexists with server-side code

Wix has a beautiful visual builder. You cannot write server-side code in it. Vercel lets you write any code you want. You cannot drag and drop a page layout. Wapka does both — and they work together. How they coexist The visual builder generates standard HTML and CSS. Every element you drag onto the canvas produces clean markup that you can inspect, modify, and extend. A Lua script can run alongside any visual builder page. The visual builder handles the layout. The Lua script handles the logic. If you never write a line of code, you have a functional site. If you do write code, you have a full-stack development environment. ...

May 6, 2026 · 2 min · 260 words · Jonayed Hossan Gazi