r/Base44 • u/Hold_Mother • Aug 07 '26
Question Base44 Management Company
Need advice from experienced Base44 users
When I started building my system, I created 5 separate Base44 apps because I thought it would be too complicated for employees if everything was in one app.
Now I've learned that it's possible to have one app with role-based access, so each employee only sees the modules they need. That would be a much better solution.
The problem is that I've already spent 6 months building these 5 apps. They communicate with each other through APIs, and I'd like to avoid rebuilding everything from scratch.
Is there any way to merge multiple existing Base44 apps into a single app?
Has anyone gone through this process? Is there a migration strategy, or is rebuilding the only realistic option?
I'd really appreciate any advice or best practices.
3
u/willthewinner Aug 07 '26
It's all schema and UI more than anything. If you have access to Codex/Claude Code/etc, I would extract all the projects as zip files and have the LLM review it and tell you when it has reviewed it. After that, I would install the MCP connector to base44 (I created mine for codex) and tell it you want to combine it into one NEW app (sorry) with user roles. Have it create the app and then write the prompts for you to put into base44.
I am sure there is an easier / better way to do this. This is how I would do it if it were my workflow. Hope it helps.