You are logged in as rockrevster (rockrevstermusic@gmail.com). Admin accounts have unlimited access to all features โ no trial, no payment required. Click "Grant My Admin Access" above to activate admin bypass in the app on this device.
Users
Manage user access levels. Licenses are stored in user's browser localStorage.
User Accounts
Email / Identifier
Plan
Status
Activated
Actions
Issue licenses to users via the Licenses tab
How Licensing Works
1. User pays via Stripe โ redirected to success.html
2. success.html writes a license to their browser localStorage (rs_license)
3. app.html reads the license on load and grants access
4. To manually grant access, generate a license code below and instruct the user to paste it in their browser console: localStorage.setItem('rs_license', JSON.stringify({type:'pro', email:'user@email.com', activated:'2025-01-01', expiry:'2026-01-01'}))
License Management
Issue, revoke, and manage Pro and Lifetime licenses.
Issue New License
Browser Console Code (send to user)
Admin Access Code
This code grants permanent admin access to the app (for yourself or authorized staff)
localStorage.setItem('rs_admin', 'rockrevster')
Trial Override
Reset or extend the trial timer for the current device
Settings
Global configuration for Revsolution Studio.
Business Info
To change these values, edit the HTML files directly
Trial Settings
Trial Duration
45 minutes (hardcoded in app.html)
45 min
Read-Only After Trial
Users can view but not use AI after trial ends
Show Trial Timer Bar
Countdown shown at top of app
Pricing
Update these in index.html and checkout.html to match your Stripe prices
Stripe Configuration
Connect your Stripe account to accept payments. No backend required โ uses Stripe Payment Links.
๐ Setup Instructions
Step 1. Create a free Stripe account at stripe.com Step 2. Go to Dashboard โ Payment Links โ + New Step 3. Create two products:
โข Pro Monthly โ $9.97/month recurring
โข Lifetime โ $197 one-time Step 4. Set success URL to: https://yourdomain.com/success.html?plan={plan}&email={email} Step 5. Copy the Payment Link URLs and paste below
Payment Links
Replace the STRIPE_LINKS object in checkout.html with:
30-Day Refund Policy
Per your guarantee on the sales page, issue refunds directly in the Stripe Dashboard under Payments โ Refund. For requests email: rockrevstermusic@gmail.com