diff --git a/web/content/blog/muzzle.md b/web/content/blog/muzzle.md
new file mode 100644
index 0000000..d0c404b
--- /dev/null
+++ b/web/content/blog/muzzle.md
@@ -0,0 +1,21 @@
+Title: Muzzle Velocity
+Date: 2026-06-19 21:30
+Category: software
+Slug: muzzle
+Summary: Android clone of *Notational Velocity* with todo.txt-style tagging, plain Markdown files, and no cloud. Type to filter, Enter to create.
+
+I have always been a fan of [Notational Velocity](https://www.notational.net/) and its derivatives, especially [Terminal Velocity](https://www.youtube.com/watch?v=cY8gftWly-g) but never found an Android version of it. So I created one. It also takes its tagging logic inspiration from [todo.txt](http://todotxt.org/) which I use a lot across my projects to keep things organized.
+
+Muzzle Velocity collapses search and creation into a single search bar: type to filter notes instantly, or hit Enter on anything new to create it on the spot. Notes are plain Markdown files stored in a directory of your choice, organized into subfolders if you want them.
+
+The editor supports syntax-highlighted view, full edit, and rendered preview modes with LaTeX support. Todo.txt style tags (#tags, +projects, @contexts) are detected automatically from note content and are fully searchable. Swipe gestures handle favorites and trash.
+
+And for extra nerdiness a small set of colon suffixed commands lets you toggle settings without touching the menu. No accounts, no cloud, just fast, frictionless notes. Bring your own sync solution.
+
+## Download
+
+ [muzzle-velocity.apk](https://codeberg.org/randogoth/muzzle-velocity/releases/download/1.1.1/muzzle-velocity-1.1.1.apk)
+
+## Repository
+
+ [muzzle-velocity](https://codeberg.org/randogoth/muzzle-velocity)
\ No newline at end of file