Skip to content

LATE EDITION · FRIDAY, 24 JULY 2026 · No. 605 · PRICE: FREE (MIT LICENSE)

KOLKATA · localhost:3000

The Daily Commit

BUILT TO SHIP, SHIPPED TO LAST

BREAKING
← SECTION B · ALL PROJECTS

BLOGZILLA · FULL-STACK · AI · 2024

READING TIME: ONE COFFEE

A Notion-Style Blogging Platform with AI On Tap

A blogging platform that feels like Notion and writes like a co-author. A Novel-based editor with slash commands, AI generation via the Vercel AI SDK, auth through Better Auth, and Drizzle over Postgres underneath.

A Notion-Style Blogging Platform with AI On Tap

OVERVIEW

Summary

Blogzilla is a full-stack blogging platform that feels like Notion and writes like a co-author — a rich editor with slash commands, AI generation on tap, and a typed Postgres backend.

01

Why I built it

Most blogging platforms make you choose between a nice editor and a real backend. I wanted both: a delightful authoring surface on top of infrastructure that behaves in production.

02

What it does

A Novel-powered rich text editor with Notion-style slash commands, AI content generation wired through the Vercel AI SDK and OpenAI, authentication via Better Auth, and image uploads through UploadThing.

03

Under the hood

Drizzle over PostgreSQL gives a typed, migration-friendly data layer.

The AI features are additive — they assist the writer without hijacking the draft — and the editor stays fast because the heavy lifting is scoped to explicit commands.

04

The outcome

A platform that gets both halves right: a writing experience people actually enjoy, and a durable, typed backend underneath it.

TAKE A LOOK

See Blogzilla for yourself.