textlog
A small, open-source microblogging platform for short notes, following people and hashtags, without engagement tricks.


textlog is a simple social text log for sharing short notes, following people and hashtags, and joining conversations. Notes are capped at 280 characters, which keeps them quick to write and easy to read, making room for one thought at a time. The service is built around words: notes, people, hashtags, and conversations.
Unlike larger social networks, textlog is intentionally small and free of engagement tricks. There is no pressure to build an audience; profiles and notes are public, joining is free, and you can download or delete your account data at any time. It is a direct, stripped-down alternative to Twitter for people who want a quieter place to post.
textlog is written in TypeScript and runs on Bun with a SQLite database. The code is licensed under AGPLv3, so you can self-host your own instance locally, and the project is open-source with contributions welcome.
Categories:
Build with:
Frequently Asked Questions
Which platforms does textlog run on?
textlog is a web app written in TypeScript that runs on Bun with a SQLite database. You can self-host a local copy by installing Bun, running bun install and bun run dev, and opening localhost:3000 in your browser. Run bun run check to type-check and test the project.
Can I download or delete my account data?
Yes. textlog lets you download or delete your account data whenever you like. Profiles and notes are public, and joining is free.
What limits are there on posts?
Notes are limited to 280 characters. You can follow people and hashtags, reply to others, mention users, and take part in conversations, and you can discover what is new or gaining attention.
Is textlog moderated?
textlog expects users to share what is theirs to share and treat others with respect. Harassment, abuse, spam, impersonation, and unlawful content are not welcome, and content that puts the community or service at risk may be moderated or removed.
Repository details
Updated 8/8/2026, 3:27:24 AM
View Repository

textlog vs Mastodon