Is there anything like a self-hosted version of medium of substack ?
from interdimensionalmeme@lemmy.ml to selfhosted@lemmy.world on 13 Jul 2025 06:49
https://lemmy.ml/post/33102025

And by that I mean,

An http server that serves word-like rich formatted text documents and includes a web-based rich formatting text editor to write and edit these documents.

With some searching I found these might be candidates

Ghost
WriteFreely / Write.as
Plume

And maybe the following editors in some kind of standalone mode

TipTap
Editor.js
Quill.js
CKEditor 5
Slate.js

#selfhosted

threaded - newest

shnizmuffin@lemmy.inbutts.lol on 13 Jul 2025 08:07 next collapse

… A … blog? Are you asking if it’s possible to selfhost a blog?

SheeEttin@lemmy.zip on 13 Jul 2025 08:26 next collapse

And they’ve answered their own question by listing several valid candidates.

interdimensionalmeme@lemmy.ml on 13 Jul 2025 12:59 collapse

Well, I’m hoping someone has a better one, or at least can confirm that one of the things I listed isn’t actually a huge waste of time.

EncryptKeeper@lemmy.world on 13 Jul 2025 11:59 next collapse

You can tell OP is a younger Gen Z by this post lol.

It sounds like a stupid question but if OP isn’t 30+ it’s perfectly understandable to not be aware of the former ubiquity of self hosted blogs.

interdimensionalmeme@lemmy.ml on 13 Jul 2025 13:21 collapse

I am aware of self hosted “blogs” but that’s not what I want.

A better way to explain what I want is

This, but opensource and self-hosted

pastebinrichtext.com

with per-file access control

EncryptKeeper@lemmy.world on 13 Jul 2025 16:09 next collapse
shnizmuffin@lemmy.inbutts.lol on 13 Jul 2025 16:16 next collapse

silverbullet.md

interdimensionalmeme@lemmy.ml on 13 Jul 2025 19:52 collapse

Oh that one looks nice ! thanks

Revered_Beard@lemmy.world on 13 Jul 2025 21:30 collapse

TiddlyWiki might be a good option.

interdimensionalmeme@lemmy.ml on 13 Jul 2025 12:59 collapse

Yes, like that except not with a terrible interface that looks like the unholy union of vscode and vim.

rikudou@lemmings.world on 13 Jul 2025 08:25 next collapse

Well, that’s just a blog. WordPress comes to mind, though try not abusing it by installing too many plugins and transforming it to an abomination that takes 3 seconds to hack.

There are probably more modern alternatives, I personally wrote my own blog system that uses ActivityPub to synchronise with Lemmy and others.

thejml@sh.itjust.works on 13 Jul 2025 08:36 next collapse

I’ve heard lots of good things about Ghost. I’ve also hosted Grav for a while and it’s pretty solid. You can do Wordpress, but I’d stay away as it gets bad fast and there are better alternatives. If you needed even more scale, Mediawiki is selfhostable too.

negativenull@piefed.world on 13 Jul 2025 10:18 next collapse

Grav is nice, as it creates flat files for the front end, instead of server side/database driven pages. That makes it super fast to load.

interdimensionalmeme@lemmy.ml on 13 Jul 2025 13:03 collapse

I’m reading the grav page and I have no idea how this is.

Is this like this

Press a button
rich text editor appears
write stuff
press save
send link

That’s what I’m aiming for. I had a look, and the blog platform are so much clunkier and frustrating to use. And each of these seems to want to eat several of my weekends to install so I don’t have the luxury of reviewing all of them.

undefined@lemmy.hogru.ch on 13 Jul 2025 10:40 next collapse

There are probably thousands of different static website generators that can make a more beautiful website out of the box, for free.

EncryptKeeper@lemmy.world on 13 Jul 2025 11:58 next collapse

SSG are really a pain in the ass to work with, especially if you want something other than the standard theme.

undefined@lemmy.hogru.ch on 13 Jul 2025 18:47 collapse

Maybe if you don’t know CSS?

EncryptKeeper@lemmy.world on 13 Jul 2025 20:16 collapse

The problem isn’t really CSS, it’s that each theme has its own components with their own rules you have to learn. There’s no real standardization even within one kind of SSG.

It would literally be much easier to just write everything the old fashioned way by hand.

interdimensionalmeme@lemmy.ml on 13 Jul 2025 12:58 collapse

I want something that is more akin to using microsoft word except it’s in the browser and not made by satan Something I can recomment to people and know they’re not going to come back to me and ask “what is a markdown code block”

shnizmuffin@lemmy.inbutts.lol on 13 Jul 2025 16:20 collapse

StackEdit is a good rich text to markdown web application: stackedit.io

interdimensionalmeme@lemmy.ml on 14 Jul 14:59 collapse

As far as the editor, this is great. I pasted formatted text out of libre office into it and everything was fine except the images. Way better than a lot of the options here.

Althought one caveat, and it might be a big one,
It seems it can’t actually host files publicly, you need to publish them to a third party cloud hosting platform…

But other wise, it’s very nice…
There has to be a way !

shnizmuffin@lemmy.inbutts.lol on 14 Jul 15:11 collapse

Look into the GitHub integration. Your pipeline could be StackEdit -> GitHub + GitHub Actions -> Self-hosted final destination.

SpacePirate@lemmy.ml on 13 Jul 2025 10:46 next collapse

Check out this list:

github.com/awesome-selfhosted/awesome-selfhosted?…

Or

github.com/awesome-selfhosted/awesome-selfhosted?…

interdimensionalmeme@lemmy.ml on 13 Jul 2025 13:19 collapse

It’s hard to tell if any of these are the thing I’m looking for or not.

wada@lemmy.ml on 13 Jul 2025 15:10 next collapse

An application to create and publish notes? Something like StandardNotes or Notesnook?

ragingHungryPanda@lemmy.zip on 13 Jul 2025 19:14 next collapse

This was a pretty good demo of hugo, a static site generator: youtu.be/MX4yy1dTVYg

interdimensionalmeme@lemmy.ml on 13 Jul 2025 19:48 collapse

Ok, well I see it’s not what I’m hoping for And by not this, I mean this <img alt="" src="https://lemmy.ml/pictrs/image/948efc53-3ab7-4adc-9232-ba579e2e40b9.png">

ragingHungryPanda@lemmy.zip on 13 Jul 2025 20:01 collapse

Those are the built in templates, what you add is your markdown for your post. You’re not actually adding that. It isn’t quite click to save, but it’s similar. Write freely may be the closest bet for free

francois@sh.itjust.works on 14 Jul 17:23 collapse

Cryptpad has a rich text editor that could meet your needs, files can be shared with a readonly link