DEV Community

Klaus Breyer
Klaus Breyer

Posted on Originally published at v01.io AI-assisted

Texttile, a multiplayer blog engine for people who write together

This is a shortened version of my original post.

My wife and I have blogged about every trip since our honeymoon 10 years ago. For the people at home, for ourselves later, and by now for our children. We took turns writing, but both had photos and videos on their phones.

The text was never the hard part. The photos and videos were: every day one of us sent them from the phone to the other, who had to upload them and sort them into the entry in the right order.

So I wrote Texttile, an open-source blog engine built for writing together.

One entry, two screens

Multiple people can have the same entry open. One of them has the text and types, the other watches the words arrive and can take the text over with one click. Both can still work on the gallery.

Photos and videos belong in the same gallery. Videos come from your own server. Drop one in and Texttile converts it, thumbnail included. No YouTube embed, no player from anywhere else.

One container, one folder

Phoenix, LiveView, ffmpeg and SQLite live in one Docker image. Everything is in /data. Move that folder and you move the blog.

A reader's browser talks to your server and nothing else. No CDN, no tracker, no hosted font.

What it is not

There are no roles, no permission matrix, no plugins, no theme marketplace. Everybody with an account is an admin. I built it for people who trust each other, because that is who writes a blog together.

You can try it or read the source. The full story includes a video showing both screens.

How do you blog on the road?

Top comments (0)