installable website for foster youth
Find a file
miggymofongo 8abd046aff - updated prefilled doc
- refactor separated editor syles and schema into separate components
2025-01-08 15:12:26 -04:00
.vscode initial commit okayyy 2024-11-13 00:55:50 -04:00
public refactored 2025-01-06 19:46:24 -04:00
src - updated prefilled doc 2025-01-08 15:12:26 -04:00
.gitignore initial commit okayyy 2024-11-13 00:55:50 -04:00
index.html refactored 2025-01-06 19:46:24 -04:00
LICENSE.txt initial commit okayyy 2024-11-13 00:55:50 -04:00
package-lock.json updated the readme 2025-01-04 23:50:59 -04:00
package.json updated the readme 2025-01-04 23:50:59 -04:00
README.md - updated prefilled doc 2025-01-08 15:12:26 -04:00
swa-cli.config.json initial commit okayyy 2024-11-13 00:55:50 -04:00
tsconfig.json got a basic working text area 2025-01-04 21:30:00 -04:00
vite.config.ts oop 2024-12-05 21:52:42 -04:00

Personal Microclient

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 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.

I'm using ProseMirror, 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.

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.

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". If you're on a chromium-based browser you should be able to do the same.

TODO

  • refactor
  • dropdown menu a la Medium
  • long form blog view
  • include instructions as preloaded content

How to try it out

Visit https://miguelalmodo.com/dist2 to try installing to your smartphone home screen.