Privacy-first, local-only file tools built with Astro.
npm install
npm run devnpm run build- Build command:
npm run build - Output directory:
dist - Environment variables:
ADS_ENABLED=trueto enable Google AdSense (disabled in dev)
Replace the placeholder IDs in:
src/layouts/BaseLayout.astro(scriptclientquery parameter)src/components/AdSlot.astro(data-ad-clientanddata-ad-slot)
- All tools run locally in the browser. No files are uploaded.
- Ads are only loaded when
ADS_ENABLED=trueand not in dev.