The Dataset: build a data layer without writing a single query

Most non-technical users never touch a database. They do not know what a collection is. They do not understand query syntax. And honestly — they should not have to. Wapka’s Dataset changes that. You store data visually. The platform handles everything else. How it works Create a collection. Name it. Collections auto-create on first insert — no setup, no schema. Add documents. Each document is a JSON object. Fields can be anything: text, numbers, booleans, arrays, nested objects. Query with filters. Use the visual Dataset browser or the Lua API. Filter by exact match, ranges, patterns, and more. Display data. Choose a view: list, grid, detail page. The platform generates the output. No SQL. No migrations. No schema files. You define your data model as you go, and the platform turns it into a working application. ...

May 6, 2026 · 2 min · 349 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