@@ 1,14 @@
+# scrobble.observer
+
+A little embed for your personal site, with whatever you're scrobbling.
+Built with no frontend JS and primarily written in Rust.
+
+To get started, go to [the site](https://scrobble.observer).
+
+For now, primary backend documentation is contained in the [`lfm_embed` README](https://git.amehut.dev/~aleteoryx/lfm_embed/tree/master/item/README.md).
+
+## Repos
+
+- [~aleteoryx/lfm_embed](https://git.amehut.dev/~aleteoryx/lfm_embed) - The main backend, written in Rust.
+- [~aleteoryx/scrobble.observer-site](https://git.amehut.dev/~aleteoryx/scrobble.observer-site) - The main landing page, available [here](https://scrobble.observer).
+- [~aleteoryx/scrobble.observer-docs](https://git.amehut.dev/~aleteoryx/scrobble.observer-docs) - This documentation.