Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (34 loc) · 4.96 KB

README.md

File metadata and controls

42 lines (34 loc) · 4.96 KB

Yo

A simple example app for Solid, created for educational purposes

What is Yo?

Yo is an app to send “yo” messages to people. That’s all it can do. I blatantly copied the concept from the existing Yo mobile app.

However, this app is intended as a step-by-step instruction on how to build apps on top of the Solid platform.

Where can I test this app?

I made a public version available.

Where do I get an account to log in?

You can register with any Solid server or set up one of your own. An example server is solid.community.

What is decentralized about this app?

  • The application and data storage are decoupled: you can store your list of Yos in a Solid pod of your choice.
  • The list of Yos is stored separately from profiles: the sender's and recipient's names are retrieved from their store.

In the future, we might want to store every Yo with its creator, and send notifications to the recipient. But that would make the app a bit more complex, whereas now it is an easy introduction to Solid apps.

How does the app work?

How can I use this app to learn about building Solid apps?

Step through all of the commits and see the app grow incrementally.