diff --git a/api/README.md b/api/README.md
index 1bc8829..1d75dfd 100644
--- a/api/README.md
+++ b/api/README.md
@@ -15,6 +15,7 @@
+ [Getting Started](#getting_started)
+ [Configuration](#configuration)
+ [Usage](#usage)
++ [Roadmap](#roadmap)
## About
@@ -104,4 +105,13 @@ Default: `change-me-now`
## Usage
-Once the server is running, full API documentation is available at `localhost:8081/docs`
\ No newline at end of file
+Once the server is running, full API documentation is available at `localhost:8081/docs`
+
+## Roadmap
+
+- [x] Multi-user authentication
+- [x] Basic flight logging CRUD endpoints
+- [ ] Implement JWT refresh tokens
+- [ ] Attach photos to log entries
+- [ ] Integrate database of airports and waypoints that can be queried to find nearest
+- [ ] GPS track recording
\ No newline at end of file