Mastodon in the browser demo

Wait for the Service Worker to install and boot the app. This may take a while.

Demo account information

You can log in to the app with the following credentials:

Email: admin@localhost
Password: mastodonadmin


    

* Please ensure you close all tabs of this app before rebooting to unregister the old Service Worker.


FAQ

What is this?

This is a demo of running Mastodon, which is a Ruby on Rails application, in the browser using ruby.wasm.

How does it work?

The Rails application runs in a Service Worker in the browser, and it intercepts network requests to the Mastodon server and responds them within the worker.

Source code

The source code of this demo is available at kateinoigakukun/mastodon.