chore: update readme on app config

This commit is contained in:
ayo 2026-03-11 18:36:05 +01:00
parent 9fabc49093
commit 2451ec8092

View file

@ -8,9 +8,7 @@ Additional features are:
1. attach [/threads](https://ayco.io/sh/threads) flask blueprint behind `/threads` route
1. perf monitoring and error tracking with [sentry.io](https://sentry.io)
> [!IMPORTANT]
> The overall architecture is still experimental. The way I decoupled the dynamic tiny apps here (e.g., [/threads](https://ayco.io/sh/threads), and [ori](https://ayco.io/sh/ori)) is good, but an improvement in this project still needs to be made with regards to managing a common app configuration that the blueprints consume, packaging the software components into modules for better distribution & adoption, and providing various deployment options.
1. using a common app configuration that the application blueprints consume
## Development