diff --git a/README.md b/README.md
index fa50e40..0a64415 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,24 @@
 # fartstack
 
-Flutter and Dart full stack template, Lovingly called FartStack
\ No newline at end of file
+Flutter and Dart full stack template, Lovingly called FartStack
+
+## TLDR
+
+Dev is done all in dart, with the flutter framework as a frontend. The
+backend uses [dart_frog](), a dart backend framework with a focus on developer
+experience. This whole stack revolves around my Dart expertise, so its not about
+being the fastest stack, but the quickest stack I can build in. Because building
+a product is like a fart: its all about follow-through.
+
+### Installing
+
+If you have the nix package manager and direnv setup, its as easy as running `direnv allow`, bingo bango.
+
+If not, well, you need to setup `flutter`, `dart` (should get installed with flutter), and `dart_frog`
+
+## Frontend `./frontend/`
+
+WIP
+
+## Backend `./backend/`
+