Updated on: Mar 03, 2025
Hello World
It's finally happening!!

Hello World! After years of starting and stopping and using different kinds of tools to build my simple blogging platform, I've finally finished it. Woefully incomplete in what I want it to be able to do, but it's the MVP! We've reached MVP, people!
This micro-blogging platform was built entirely in vanilla PHP and SQLite3, no libraries or frameworks used. It's meant to be set up locally with an admin.local and a website.local, pointing to the adminpanel and public_html directories specifically. The point of this is to have a local admin panel, which can be used to write, edit and delete blog posts - but only locally! It is not secured or hardened in any way. So blogging can be safely done on a local machine, which, when pushed, is entirely read-only. The functionality to change the blog does not exist once pushed to the server. It's a bit clumsy and necessitates deploying the whole blog every time you push, but this is meant as a microblog. If you're gonna be pulling a Hanselman and have hundreds and hundreds of posts, this is definitely not the use-case for that. Small, personal and safe are the goals of this microblog - and free!
No guinea pigs were harmed in the making of this website.