Preview tiles
Large, readable tiles with categories — a Big Picture–style grid tuned for links, apps, and spaces you use every day.
Toolies turns your new tab into a dark, Steam-inspired launch pad — customizable tiles, quick tools, and couch-friendly navigation with keyboard or gamepad.
Preview tiles at a glance, open tools without leaving the dashboard, and tune the layout to match how you actually browse.
Large, readable tiles with categories — a Big Picture–style grid tuned for links, apps, and spaces you use every day.
Quick search and notes stay on the dashboard so you can capture ideas and jump to the web without tab chaos.
Dark theme, tile order, and categories you control — your dashboard, not a generic start page.
Navigate like a console UI: directional focus, activate with confirm, built for sofa coding and lean-back browsing.
Start with the Firefox extension for daily use, or run the full stack locally and on your VPS.
Load the add-on from the ffxextension folder in this repo during development. A Mozilla Add-ons listing will replace temporary loading.
Future store link: addons.mozilla.org (placeholder until published).
Mozilla Add-onsRun the parent browser-dashboard project on your machine or VPS (MongoDB, Express, React, Node).
cd ../browser-dashboard npm install npm run dev
Dev: Vite on port 5173, API on 3001 (see project README).
cd ../browser-dashboard npm run build npm run start
Static files in this folder are ready for Hostinger — no npm build step for the marketing site.
Copy index.html, styles.css, app.js, favicon.svg, and .htaccess into your Hostinger domain root (public_html).
Attach toolies.tech / www.toolies.tech to that document root in hPanel DNS and hosting settings.
Turn on SSL in Hostinger; .htaccess redirects HTTP to HTTPS and sets cache, deflate, and security headers on Apache.