From 89295fcbec34f9c2186cf1821a8827192277c11b Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:44:17 -0800 Subject: [PATCH] todo --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f393cd..5cc5d10 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,16 @@ bun install bun dev bun cli:install - foam \ No newline at end of file + foam + +## TODO + +- [x] Serve Ribbit/Shrimp files +- [x] File-based routing +- [x] Access to query params +- [x] Serve static files in pub/ +- [x] Working CLI +- [ ] Form body parsing for POST +- [ ] auto-serve index.sh for subdirectories (`/users` -> `/users/index.sh` if dir) +- [ ] Layouts +- [ ] Caching \ No newline at end of file