SSH Social

SSH Social Used AI

2 devlogs
7h 11m
Created by Korange

πŸ–₯️ A social media platform available through SSH!
πŸ”‘ Its unique feature is that it uses the SSH public key as an "Account."
🌐 It also supports ActivityPub/Fediverse, allowing you to interact with users of Mastodon, Threads, and other platforms.

Timeline

Korange
Korange
2h 14m β€’ 23 days ago

I found out about a library called react-blessed and switched to it. It lets you use blessed as a React renderer.

As expected, Declarative UI is justice, and it’s supreme!!!!1!111!!!!1

Also, I’ve got quite a few ongoing tasks (menus, explanation pages, authentication, and various other things), and those are included in the time for this Devlog as well (writing devlogs kind of half-baked... πŸ˜…). I’ll write about them once they’re mostly done.

Update attachment
Korange
Korange
4h 57m β€’ 24 days ago

I've created an SoM project, so I'll record my work so far in the DevLog...

Currently, I can display the UI using bun, typescript, ssh2, and blessed.
Displaying blessed via SSH was quite difficult, but I managed to implement it by referring to other people's implementations on GitHub.

Update attachment