Blog
Guides, comparisons, and tutorials on self-hosted deployment, Docker management, and infrastructure automation.
Migrating From Vercel to Your Own VPS Without Downtime
A step-by-step playbook for moving a Next.js app off Vercel to a VPS you own — inventory, env vars, an SSL-before-flip DNS cutover with low TTL, and a rollback plan. Honest about what's hard (edge functions, ISR).
Read articleThree Vilnius Tech labs in one semester: Wireshark, a DAoC server, and a Hugo blog
Three Cloud Computing labs at Vilnius Tech — Wireshark packet analysis, a private Dark Age of Camelot server two ways, and a Hugo + GitHub Pages blog — form a tidy OSI-layer climb from raw packets to one-command deploys.
Full writeup ↓When NOT to Self-Host: An Honest Guide
A fair look — from a company that sells self-hosting — at when a managed platform is the right call: pre-PMF speed, global edge, spiky autoscaling, compliance, and not wanting to own Linux. Plus the signs self-hosting fits.
Read articleDocker vs. Bare-Metal Deploys on a VPS: Trade-offs for Small Teams
Reproducibility, isolation, rollbacks, and resource overhead — where containers earn their keep on a VPS and where bare-metal still wins. With a side-by-side comparison for small teams.
Read articleHow to Point a Domain to Your VPS and Get Automatic HTTPS
DNS A/AAAA/CNAME records, the apex-CNAME problem, verifying propagation with dig, and how the ACME HTTP-01 challenge issues Let's Encrypt certificates — plus the common SSL failure modes and fixes.
Read articleSelf-Hosting Cost Breakdown: What a $5 VPS Actually Replaces
Managed PaaS bills grow along metered axes — egress, build minutes, function invocations, seats, managed databases — while a VPS is a flat line. A worked cost model, the honest counter-costs, and a switch checklist.
Read articleSelf-Hosted PaaS Compared: AODE vs Coolify vs CapRover vs Dokku
An honest feature-by-feature comparison of the top self-hosted PaaS tools in 2026, including setup time, resource usage, SSL handling, and pricing.
Read articleHow to Deploy a Next.js App in 5 Minutes Without Vercel
Step-by-step guide to deploying a production Next.js application on your own server with automatic SSL, custom domains, and zero ongoing costs.
Read articleWhat Is the AODE Boilerplate?
The foundation that powers every AODE installation — Next.js 15, Traefik v2, Docker Compose, PostgreSQL, and SQLite, all wired together and deployed with a single command.
Read article