AI can build the tool fast, but sharing it with a team is still hard
Claude Code, Cursor, and Lovable can now turn a small internal tool into a working app in an hour or two. The hard part starts after the app exists: deciding where it should live so a few teammates can use it. Putting it on Vercel or Render and sending a raw link can leave it exposed on the public internet without login protection.
Adding auth each time takes extra work, can take another afternoon, and is easy to get slightly wrong. Screen-sharing the app avoids , but it also means the tool is not really usable by the team. The missing workflow is simple with “log in with your work account” built in, so only the team can see the app.
For people making many small tools, and have become the part that have not yet made easy.
Key points
- AI tools can now create small internal apps very quickly.
- The next problem is where the app lives so teammates can use it.
- A raw Vercel or Render link may expose the app without login protection.
- Adding auth for every small app adds time and room for mistakes.
- A better workflow would include work-account login and team-only access by default.