diff --git a/index.html b/src/index.html
similarity index 100%
rename from index.html
rename to src/index.html
diff --git a/src/readme.md b/src/readme.md
new file mode 100644
index 0000000..5fbd0eb
--- /dev/null
+++ b/src/readme.md
@@ -0,0 +1,6 @@
+# Vanilla API App
+
+
+[Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/overview) allows you to easily build Javascript apps in minutes. Use this repo with the [Add an API to Static Web Apps with Azure Functions](https://docs.microsoft.com/azure/static-web-apps/add-api?tabs=vanilla-javascript) article to build and customize a new static site.
+
+This repo is used as a starter for a _very basic_ web application with an API.
diff --git a/styles.css b/src/styles.css
similarity index 100%
rename from styles.css
rename to src/styles.css