Skip to content
All projects

Full Stack

Bulletin Blog

A small Flask blogging tool with a clean dashboard for creating, editing, and deleting posts. RESTful routes, no CMS overhead.

Problem

I wanted a lightweight blogging tool that handled the full content lifecycle without dragging in a CMS, theme system, or content store I’d have to babysit.

Approach

Built a Flask app implementing all the relevant HTTP verbs for post management. The authoring dashboard is the focus: clear, fast, and almost invisible once you’re writing.

  • Full HTTP verb implementation for posts
  • Dashboard-first authoring interface
  • RESTful content management
  • No CMS dependency

Outcome

A self-contained blog platform where authors can manage content end-to-end through one straightforward dashboard, with no external CMS dependency to maintain.