A digital privacy hub — news, tools, and resources against surveillance capitalism.
Created this website for the ones around me who are interested in privacy but don't know where to start. The intention of this website is not to be a comprehensive resource, more a simple starting point. If you want a more in depth introduction to digital privacy, I recommend the Privacy Guides website.
# Clone the repo
git clone https://github.com/dottmp/10xPrivacy.git
cd 10xPrivacy
# Install dependencies
bun install
# Start the development server
bun run devThe app will be available at http://localhost:5173.
bun run dev # Start dev server
bun run build # Production build
bun run preview # Preview production build
bun run dev:cf # Builds app and serves it with wrangler (Useful for simulating production environment locally)
bun run preview:cf # Runs latest build for with wrangler (Useful for simulating production environment locally)
bun run check # Type check with svelte-check
bun run test # Run unit tests
bun run lint # Check formatting & lint
bun run fix # Auto-fix formatting & lint issues
bun run sync-data # Creates a data/YYYY-MM-DDTHH-MM-SS branch and syncs data from external sources| Source | Type |
|---|---|
| Tuta Blog | RSS feed |
| Privacy Guides | RSS feed |
| Techlore | RSS feed |
| Awesome Privacy | YAML dataset |
| Privacy Websites | Hand-curated JSON |
See CONTRIBUTING.md.
- Lissy93/awesome-privacy — the Awesome Privacy dataset used in this project is MIT licensed, created and maintained by Alicia Sykes.
- dachinat/daisyui-themes — DaisyUI themes, CC-BY-4.0 licensed.
© 2026 dottmp — Released under the MIT License.