Blog — Announcements
Releases, architecture notes, and the reasoning behind the decisions.
-
Announcements
The Deploy That Refuses
Zerotal 1.5.0 ships bun zt deploy:<env> — a release pipeline ordered so that everything able to refuse runs before anything that mutates. Plus typed route names, a new AI package, and per-component error boundaries and streaming in Flow.
-
Announcements
The Column That Keeps Its Mouth Shut
Zerotal 1.4.0 encrypts a column at rest in one word — ciphertext in the database, plaintext on the model, nothing in between that has to know. The interesting part is the three things it refuses to do.
-
Announcements
Two-Factor, Start to Finish, Without Leaving Your Server
Zerotal 1.4.0 draws the enrolment QR code in your own process — TOTP secrets, recovery codes and the scannable image, all without a request leaving the box. The whole setup page is about fifteen lines.
-
Announcements
React, Server-Routed: The SPA That Never Grew an API
Inertia removes the API layer between your controllers and your React or Vue pages. Zerotal implements the full v3 props protocol — partial reloads, deferred props, merged infinite scroll, precognition — so the server keeps deciding what crosses the wire and when.
-
Announcements
The Admin Panel's Second Year
Any admin generator can produce a CRUD table on day one. @zerotal/admin is built for day 400 — the questions that arrive once real people use it daily: who changed this, why can't they see it, why do my filters vanish every morning, and am I on production right now.
-
Announcements
The Last Upload Helper You Delete
@zerotal/media attaches files to models — collections, thumbnails, responsive images, ordering, cleanup — with no migration to write and no native image dependency. One mixin, and the five jobs every uploads feature repeats are done.
-
Announcements
Zerotal: Stop Wiring, Start Building
Meet the batteries-included, full-stack framework for Bun that lets you ship faster. No configuration, no build step, no glue code—just one language and a direct path from idea to production.