Dvl'epr Blog

Dvl'epr Blog

Insights, tutorials, architecture patterns, and platform updates.

Latest posts

9 articles
Announcement
Introducing Dvl'epr Studio
Build your Dvl'epr application visually — no juggling the declarative markup files a web application needs.
Aug 2026 · Announcement
Origin Story
What Is Dvl'epr, Why Would Anyone Use It?
If you like solving problems, and you like things simple — you'll want to know how this started.
Nov 2025 · Post 1 of 8
Architecture
No code to write. Just HTML structure and SQL.
Dvl'epr generates full web applications — screens, forms, AJAX, validation — from declarative XML files. No React, no Vue, no backend framework, no build step. Here's why that's a deliberate architecture, not a missing feature.
Dec 2025 · Post 2 of 8
Tutorial
Building a Data List: Using Only HTML Structure and SQL
This post opens a short hands-on arc. We'll build a small Contacts feature piece by piece — starting here with the simplest read operation on the platform: a list, driven entirely by a query and an XML row template.
Jan 2026 · Post 3 of 8
Tutorial
Building a Data Table: Using Only HTML Structure and SQL
Same Contacts data as last post, same idea of HTML structure and SQL — but this time the output is a real, structured <table>, not a grid of cards.
Feb 2026 · Post 4 of 8
Tutorial
Building a Detail Screen: Using Only HTML Structure and SQL
Lists and tables render many rows, deliberately fenced off from the rest of the page. A detail screen is the opposite case: exactly one record, and its values need to reach further than a single template.
Mar 2026 · Post 5 of 8
Tutorial
Building a Form: Using Only HTML Structure and SQL
Wondering how to get Contacts data saved and updated in the database? Here's how the forms that do both actually work.
Apr 2026 · Post 6 of 8
Tutorial
The Form Processor: Using only SQL
The forms are built. Now see how easy it is to process them — all it takes is a SQL query for each one, insert or update.
May 2026 · Post 7 of 8
Tutorial
Putting It Together: HTML Structure, SQL, and Dvl'epr Components
Wondering how the list, table, and forms from this arc actually come together on one page? See how simple it is.
Jun 2026 · Post 8 of 8