π’ Client Information
π¨ Brand Colors
Quick Presets
${[['Corporate Blue','#1a4f8a','#e8a202','#2d7dd2'],['Forest Green','#1a5c30','#e8a202','#27a868'],['Executive Purple','#4a1d8a','#e8a202','#7c3aed'],['Deep Red','#7c1a1a','#e8a202','#c0392b'],['Slate Navy','#1e293b','#e8a202','#475569'],['Teal Modern','#0e7c7b','#e8a202','#1aad9e']].map(([name,p,a,h])=>`
${name}
`).join('')}
π Tools to Include
Select which tools to include in the client portal
π Portal Settings
π± Live Preview β updates as you type
π¦ How to Deliver
Client Delivery Steps
${[
{n:'1',t:'Generate the Client Package',p:'Click "Generate Package" above. This creates a zip-ready set of files with all selected tools + the custom-branded hub, pre-configured with your client\'s colors and branding.'},
{n:'2',t:'Customize Each Tool',p:'The generated package replaces the Bolden branding on the hub page. Individual tool headers are updated via the CSS variable overrides in the package. No code changes needed.'},
{n:'3',t:'Deliver as a Folder',p:'Share the folder directly with the client via secure file transfer, a shared drive, or as a zip attachment. All tools run locally β no server needed, no login required.'},
{n:'4',t:'Optional: Host as an Internal Web App',p:'For clients who want a hosted version accessible to the full team, the folder can be deployed to any static hosting service (Netlify, GitHub Pages, Azure Blob) in under 10 minutes.'},
{n:'5',t:'Ongoing Updates',p:'When new tools are released or the client requests changes, update the package and re-deliver. Client data persists in their browser localStorage β no data is lost on updates.'},
].map(s=>`${s.n}
${s.t}
${s.p}