Question

Bolt project: how do I add a second admin without them seeing the Bolt editor?

Solved · 4 views · asked by tomvibes · edited

My colleague should manage the app's data, not the Bolt project.

What I’ve tried

Shared the Bolt project. Now they can break the code.

Comment

1 answer

Marked as helpful by the asker
jonas_k · edited

Separate the two: your colleague is a user of the deployed app with an admin role in your profiles table, not a member of the Bolt workspace. Build a small /admin page gated on that role. Bolt access is for people who change code.

Comment