this post was submitted on 11 May 2025
220 points (99.1% liked)

Selfhosted

59905 readers
673 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I made a repo, mostly so I could easily set this up on new machines. Basically, it's a self-hosted offline private version of Grammarly.

Go forth, and use good grammar! ๐Ÿ”ฎ

you are viewing a single comment's thread
view the rest of the comments
[โ€“] RushLana@lemmy.blahaj.zone 23 points 1 year ago (2 children)

Hi, this look great ! But what's the difference with https://github.com/sonnyp/Eloquent/ ?

[โ€“] sznowicki@lemmy.world 17 points 1 year ago (1 children)

Looks like it is an actual LanguageTool server so it uses all the clients from them. They have tons of integrations that help a lot.

Source: using 3 languages every day while one of them Iโ€™m still shit and need this tool to not look like an idiot with no grammar

[โ€“] massive_bereavement@fedia.io 12 points 1 year ago (1 children)

But why use many word when few do trick?

[โ€“] gardner@lemmy.world 11 points 1 year ago

โ€œI apologize for such a long letter - I didn't have time to write a short one.โ€ โ€• Mark Twain

[โ€“] gardner@lemmy.world 7 points 1 year ago

That looks like a rad project with lots of thought and effort put into it. The author created a Gjs app to host LanguageTool inside which makes it much more user-friendly for people that don't have docker.

I took a much lazier approach by using docker and not really writing any code.