The Minimalist Tech Journal

Next Harizon

Thoughts, experiments, and field guides on local AI, minimalist web development, and database-free architecture.

SQLite FTS5 for Static Site Search Engines

Why use heavy databases? Learn how to generate static SQLite databases with FTS5 virtual tables to query index text instantly with SQL in client browser.

Web SQLite Search

Vanilla CSS Grid Layouts for Blog Archives

Ditch CSS framework bloat. Learn how to write a highly responsive, modern, auto-fitting blog card layout using pure native CSS grid and clamp values.

Web Design CSS

Static Site Search Engine Without a Database

A database is overkill for search on a static blog. Learn how to pre-build a lightweight JSON index and query it in the browser with simple JS.

Web Design Vanilla

Build a Contact Form Without a Backend

Static sites are great until someone says "can you add a contact form?" Here's how to handle it without spinning up a server.

Web Forms Static

How to Run an LLM on a 4GB RAM Laptop

Think you need a $3,000 GPU to run local AI? Absolutely not. Here's the guerrilla guide to running real LLMs on old hardware.

AI Hardware Budget