2025-01-05 03:50:59 +00:00
# Personal Microclient
2024-11-13 04:55:50 +00:00
2025-01-05 04:01:55 +00:00
< p >
Aren't you tired of distracting social media platforms?
2025-01-06 01:15:54 +00:00
So many buttons and advertising makes a simple task of reading
and writing notes to your community very draining. You can use
a next generation social media protocol to transform
your personal website into a micro social media client.
2025-01-06 04:11:22 +00:00
Use a library like < a href = "https://prosemirror.net/" > ProseMirror< / a > ,
2025-01-06 01:15:54 +00:00
to build a WYSIWYM style rich text editor for visitors
to compose notes with. They can then post it to a set of
programmed relays.
< / p >
2025-01-05 04:34:06 +00:00
< p > This is an installable personal website that is accessible through chrome-based and firefox browsers. The website is built with PWA Builder and Lit Web Components. It utilizes the Nostr
2025-01-06 06:52:54 +00:00
protocol to fetch profile metadata, short text, and long form notes (event kinds 0, 1, and 30023) from a relay. < / p >
2025-01-05 04:34:06 +00:00
2025-01-05 03:50:59 +00:00
2025-01-05 04:01:55 +00:00
2025-01-06 06:52:54 +00:00
< p > If you're on any chrome-based, firefox or safari browser try visiting the webpage then tapping on the arrow
2025-01-05 03:50:59 +00:00
pointing up in the bottom toolbar. Scroll down a bit to tap on "Add to Home Screen".
2025-01-05 04:34:06 +00:00
If you're on a chromium-based browser you should be able to do the same.< / p >
2025-01-05 03:50:59 +00:00
# TODO
2025-01-05 04:01:55 +00:00
< ul >
< li > refactor< / li >
2025-01-06 04:16:23 +00:00
< li > dropdown menu a la Medium< / li >
2025-01-06 01:15:54 +00:00
< li > long form blog view< / li >
2025-01-06 06:52:54 +00:00
< li > include instructions as preloaded content < / li >
2025-01-05 04:01:55 +00:00
< / ul >
2024-11-13 04:55:50 +00:00
2024-12-06 03:32:26 +00:00
2025-01-06 04:16:23 +00:00
## How to try it out
2024-11-13 04:55:50 +00:00
2025-01-06 06:52:54 +00:00
Visit https://miguelalmodo.com/dist2 to try installing to your
2025-01-06 04:16:23 +00:00
smartphone home screen.
2024-11-13 04:55:50 +00:00