diff --git a/readme.md b/readme.md
index e42dcbf..d0939c1 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,11 @@
# Starbase 80
+> DR T'ANA: (to Mariner) "You wanna goof around? Go work on Starbase 80!"
+> JET: "Damn, Starbase 80?!"
+> via [@EnterpriseExtra](https://twitter.com/EnterpriseExtra/status/1304161631451004928)
+
+# About
+
A nice looking homepage for Docker containers or any other services and links.
No actual integration with Docker. Loads instantly.
diff --git a/sample.config.json b/sample.config.json
new file mode 100644
index 0000000..a569cf6
--- /dev/null
+++ b/sample.config.json
@@ -0,0 +1,48 @@
+[
+ {
+ "category": "Services",
+ "services": [
+ {
+ "name": "Archivebox",
+ "uri": "https://archivebox.mywebsite.com",
+ "description": "Backup webpages",
+ "icon": "/icons/archivebox.jpg"
+ },
+ {
+ "name": "Authelia",
+ "uri": "https://auth.mywebsite.com",
+ "description": "Authentication",
+ "icon": "/icons/authelia.png"
+ },
+ {
+ "name": "Calibre",
+ "uri": "https://calibre.mywebsite.com",
+ "description": "eBook library",
+ "icon": "/icons/calibre.png"
+ }
+ ]
+ },
+ {
+ "category": "Devices",
+ "services": [
+ {
+ "name": "Router",
+ "uri": "http://192.168.1.1/",
+ "description": "Netgear Orbi",
+ "icon": "/icons/router.png"
+ },
+ {
+ "name": "Home Assistant",
+ "uri": "http://homeassistant.local:8123/",
+ "description": "Home automation",
+ "icon": "/icons/home-assistant.svg"
+ },
+ {
+ "name": "Synology",
+ "uri": "http://synology:5000",
+ "description": "Network storage",
+ "icon": "/icons/synology.png"
+ }
+ ]
+ }
+]
\ No newline at end of file