From d0aa0f212b8f9c30ee31d4f04b21c515506e0012 Mon Sep 17 00:00:00 2001 From: Jakub Zych Date: Thu, 5 Feb 2026 19:27:28 +0100 Subject: [PATCH] IDEA --- IDEA.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 IDEA.md diff --git a/IDEA.md b/IDEA.md new file mode 100644 index 0000000..25548b6 --- /dev/null +++ b/IDEA.md @@ -0,0 +1,15 @@ +We need to rewrite WinterCMS/OctoberCMS into some faster and more stable language. + +Primary pick is Scala. + +It has to be a similar in form CMF for easy applications kick start + +Primary requirements: + +- Similar model / controller / components system +- Instead of ajax request, some cool, fast, easy to maintain, efficient and scalable framework to communicate with backend. +- Ready admin backend for which you can easily generate forms with yamls or jsons +- Set of console commands to scaffold initial setup +- System of plugins and themes that just works and plugins can extend each other. + +I am aware this is enormous project but there should be enough resources for AI agents and humans to deliver it.