fostr/README.md

52 lines
1.4 KiB
Markdown
Raw Normal View History

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?
So many buttons and advertising makes a simple task of
reading and composing notes to your community very draining. You can use
2025-01-06 01:15:54 +00:00
a next generation social media protocol to transform
your personal website into a micro social media client
that will clear up space on your phone for media. </p>
2025-01-06 01:15:54 +00:00
<p>
I'm using <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. I'm taking inspiration from tumblr
and medium's text editors to build something minimal and
intuitive that will run easily via browsers.
2025-01-06 01:15:54 +00:00
</p>
2025-01-05 04:34:06 +00:00
<p>I scaffolded the project with PWA Builder and am using
Lit to power up my Web Components. The website utilizes
the Nostr protocol to sign in via browser extension to
fetch profile metadata and pull event kinds 0, 1, and 30023
from a relay. </p>
2025-01-05 03:50:59 +00:00
2025-01-05 04:01:55 +00:00
2025-01-05 03:50:59 +00:00
<p>If you're on any chrome-based, firefox or safari browser try visiting the webpage then tapping on the arrow 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