Security S-04
Client Code Is
Public Code.
Public Code.
Exposed in bundle
const API_KEY = "sk_live_...";
const isAdmin = true;
const isAdmin = true;
View Source · DevTools · Network tab = all public
LaunchYourVibe S-04
Anything shipped to the client is public. API keys, service role keys, admin flags — none of it belongs in frontend code. If it's in your bundle, assume everyone can read it.