Wate Engine (Web as Table Engine)

JSON →
library 3.19.5 ·javascript maintenance
verified Jun 7, 2026

Wate Engine is a CMS engine for Node.js/Express applications, using SQLite as its database and EJS for templating. Current stable version is 3.19.5 (release cadence: irregular, last updated 2021). It dynamically generates CRUD interfaces from database tables, similar to a low-code admin panel. Differentiators: minimalist, no external dependencies beyond Express and SQLite3; entirely DB-driven schema without migrations; supports multi-tenant and plugin architecture. Designed for small to medium projects needing a quick admin backend.