The Toolshed is a single landing page for every internal and external app the team uses. Each card is a deep-link straight into the relevant tool — click it, the app opens in a new tab, your existing browser session takes over.
⌘K / Ctrl+K — focus the search bar.The Toolshed doesn't manage authentication — it relies on each app's own session. Log into Shopify / Klaviyo / Google etc. once in your browser and the cards will drop you straight in. If a card prompts for a password, that just means the target app's session expired.
Tools live in the TOOLS array near the top of index.html. Each entry takes name, category, desc, color, status, and either a brand slug (for real logos via Simple Icons) or an icon name (FontAwesome). After editing, drag the file into Netlify's deploy zone to push live.
The hub is hosted on Netlify at glenmore-apps.com. The Odoo home-screen "Toolshed" icon points here via a system parameter (toolshed.url), so the URL can be swapped without changing any code.