| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
shrink.mathlab.cc — Preview any website as a mobile device — directly in your browser, with zero setup.
This is a pnpm workspaces monorepo:
apps/ extension/ # the browser extension (WXT, MV3) landing-page/ # marketing site (TanStack Start + Tailwind v4 + Nitro)
| Browser | Link |
|---|---|
| Chrome | Chrome Web Store (coming soon) |
| Firefox | Firefox Add-ons (coming soon) |
Prerequisites: Node.js 22+, pnpm 9+
pnpm installpnpm dev:ext # Chrome (default)
pnpm dev:ext:firefox # Firefox
pnpm build:ext # production build → apps/extension/.output/chrome-mv3
pnpm build:ext:firefox # production build → apps/extension/.output/firefox-mv2
pnpm test # Playwright testsLoad the extension:
pnpm dev:lp # http://localhost:3000
pnpm build:lp # production build → apps/landing-page/.output (Nitro node-server)Run the production build locally:
node apps/landing-page/.output/server/index.mjsThe landing page ships with a multi-stage Dockerfile (Node 24 alpine, Nitro node-server preset).
Extension:
Landing page:
MIT — see LICENSE
| Back | FazBrowse Home | New Git URL |