From 2451ec809233c79b33ffd25b4a7654589c66de6d Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 11 Mar 2026 18:36:05 +0100 Subject: [PATCH] chore: update readme on app config --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b7d542d..70964a2 100644 --- a/README.md +++ b/README.md @@ -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