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

RubenVerborgh/solid-yo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

A simple example app for Solid, created for educational purposes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published