From 6b08f84ad5dcee944cb7ef269aab4f572842bae3 Mon Sep 17 00:00:00 2001 From: Kailas Mahavarkar <66670953+KailasMahavarkar@users.noreply.github.com> Date: Wed, 15 Apr 2026 03:41:06 +0530 Subject: [PATCH] docs: add technology stack version support table --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 17f2cb5..3288e50 100755 --- a/README.md +++ b/README.md @@ -328,6 +328,26 @@ AI cannot jump ahead. Every step has hard gate. Excuses already blocked by ratio ## 🛠️ Available Tools +### 📦 Supported Versions + +Opinionated stack support for the latest stable stable releases. This prevents "AI Slop" by enforcing modern patterns (e.g., React 19 Actions, Tailwind v4 tokens). + +| Technology | Supported Version | Role | +| :--- | :--- | :--- | +| **React** | 19.x | Core Library | +| **Next.js** | 15.x | Application Framework | +| **Tailwind CSS** | v4.x | Design Tokens & Constraints | +| **Motion** | 12.x (fka Framer Motion) | Orchestrated Animations | +| **React Flow** | 12.x | Node-based Systems | +| **Lenis** | 1.1.x+ | Smooth Scroll Engine | +| **Zustand** | 5.x | State Management | +| **shadcn/ui** | Base UI Edition | Component Primitive Patterns | +| **Echo (Go)** | v4.x | Backend Framework | +| **Go** | 1.22+ | Backend Language | +| **Rust** | 1.77+ | Systems Language | +| **Bun** | 1.1.x+ | Runtime Environment | + +
🎨 Designer - designer_* (19 tools)