https://github.com/svandragt/lamb
Literally Another Micro Blog
https://github.com/svandragt/lamb
feed-reader microblog php self-hosted single-author
Last synced: 24 days ago
JSON representation
Literally Another Micro Blog
- Host: GitHub
- URL: https://github.com/svandragt/lamb
- Owner: svandragt
- License: mit
- Created: 2023-03-12T11:27:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-26T20:40:36.000Z (about 1 month ago)
- Last Synced: 2026-03-27T13:51:08.394Z (about 1 month ago)
- Topics: feed-reader, microblog, php, self-hosted, single-author
- Language: PHP
- Homepage: https://svandragt.github.io/lamb/
- Size: 4.7 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README

Lamb — Literally Another Micro Blog.
Barrier free super simple blogging, self-hosted.
- SQLite based portable single author blog.
- Friction
free [Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
entry, with drag and drop image support.
- Generates a discoverable Atom feed (/feed) from recently published blogs.
- Hashtags support, by just typing them `#ahyeah`.
- 404 fallback redirection to your old site, optionally.
- Friendly user theming, if you don't like my two shades of 2000s retro themes. ;)
- Pull external content into the blog by subscribing to feeds; ingested posts land as drafts by default.
# Getting started
[Visit the wiki](https://github.com/svandragt/lamb/wiki) to get started.
# Screenshots
An example blog with the default theme:

Dropping images into a post ala GitHub:

Friction free post deletion:
[Friction free post deletion (video)](https://github.com/svandragt/lamb/assets/594871/d0178b48-9a62-4e5d-bab7-b8168485be1e)
# Philosophy
- Simple over complex.
- Opinionated defaults over settings.
- Assume success, communicate failure.
[](https://jetpack.io/devbox/docs/contributor-quickstart/)