TL;DR
- Flatlogic launched Code Import: upload a ZIP or import a Git repo and run your app inside Flatlogic’s managed environment.
- React Material Admin 3.0/3.0.1 is an infrastructure overhaul: moved to Vite 7 + SWC, React Router 7, modern MUI/Emotion, and CI quality gates.
- Light Blue React was modernized with Vite + SWC, React 19, React Router 7, Redux Toolkit, and a CI pipeline (install→lint→build→test).
- OpenCode testing didn’t meet stability needs; Codex integration is planned, with a focus on predictability.
Fact Box
- Code Import supports uploading a code archive or importing an external Git repository to run in Flatlogic’s managed environment.
- React Material Admin releases 3.0.0 and 3.0.1 migrated from CRA/rewired to Vite 7 + SWC and standardized on React Router 7. Source
- React Material Admin 3.x introduced quality gates (lint, build, test) and smoke tests for auth, dashboard, and users flows. Source
- Light Blue React was upgraded to React 19 and React Router 7 and moved its build from CRA/rewired to Vite + SWC. Source
- Light Blue React added a CI pipeline (install → lint → build → test) and locked runtime requirements to the Node 20/22 line. Source
We’ve rolled out one of the most requested features – direct code import. You can now bring your own code into the system (any web stack! Node.js, PHP, Rails, Java, even .NET!, etc), whether it’s a ZIP archive or a Git repository, and run it inside our managed environment.

Code Import
You can now attach your own code archive or import a Git repository directly into the system.
Yes, this means you can:
- Upload a code archive (any web app stack)
- Import an external Git repository
- Attempt execution inside our environment
This opens the door to:
- Migrating from Lovable, Base44, Bolt, etc and other vibe-coding tools to our stable environment.
- Bringing legacy code
- Testing portability
- Gradual system consolidation

If it exports to Git, we’ll try to run it.
As part of our ongoing testing and evaluation of LLM integrations for platform workflows, app execution, and code modifications, we also experimented with OpenCode. At this stage, the results didn’t fully meet our stability and predictability requirements, so we’re monitoring their updates while continuing to expand our capabilities.
Codex integration is planned to strengthen intelligent code adaptation and automation further.
We’re not rushing this. If we do it, it needs to work properly. Try now!
Why This Matters
We’re not just shipping templates. We’re upgrading the foundation, modern toolchain. Cleaner architecture. Stronger CI discipline. Code portability. If AI is going to generate code, the infrastructure beneath it must be stable. That’s what these releases solve.
React Material Admin 3.0 Released
We’ve completed a major platform modernization of:
👉 https://github.com/flatlogic/react-material-admin
👉 https://flatlogic.com/templates/react-material-admin-full
Releases 3.0.0 and 3.0.1 mark the end of a large technical overhaul. This is not a cosmetic update. It’s infrastructure-level modernization.
What This Means for You
- Faster local development and build times
- More stable daily workflows
- Cleaner routing and auth flows
- Lower regression risks
- More predictable releases
- A modern, unified developer experience
The template feels the same. But under the hood, it’s dramatically cleaner.
What Changed (Technical Highlights)
- Migrated from legacy CRA/rewired stack to Vite 7 + SWC
- Unified routing on React Router 7 (hooks API)
- Removed legacy compatibility layers
- Simplified state management (auth/users) with clear context + hooks boundaries
- Updated UI stack to modern @mui + Emotion
- Completed migration to functional components + hooks
- Introduced stable quality gates (lint, build, test)
- Added smoke tests for critical flows (auth, dashboard, users)
- Synchronized release checklist with CI + tags
Architecture is simpler. Fewer hidden connections. Less duplication. Better predictability. This update improves your daily experience nowбand makes future releases faster and safer.
Light Blue React Major Update
👉 https://flatlogic.com/templates/light-blue-react
We’ve also shipped a deep technical modernization of Light Blue React. Same familiar template. Modern architecture.
What You Get
- Faster performance and smoother UI responsiveness
- Updated dependencies and environment compatibility
- Simplified startup and development workflow
- Stronger release discipline
- Large internal code cleanup (without breaking UX logic)
Technical Changes
- Build migrated from CRA/rewired → Vite + SWC
- Upgraded to React 19 + React Router 7
- Unified state layer on Redux Toolkit
- Migrated class/HOC screens → hooks + functional components
- Cleaned dependency graph (removed outdated/conflicting packages)
- Added stable CI pipeline: install → lint → build → test
- Locked runtime requirements (Node 20/22 line)
More modern tooling. More stable architecture. Same product compatibility.
Try the updated templates. Test code import. Push it hard. As always, your feedback shapes what we build next.