https://github.com/dottmp/10xprivacy
A digital privacy hub — news, tools, and resources against surveillance capitalism
https://github.com/dottmp/10xprivacy
digital-rights human-rights privacy privacy-focused svelte
Last synced: about 1 month ago
JSON representation
A digital privacy hub — news, tools, and resources against surveillance capitalism
- Host: GitHub
- URL: https://github.com/dottmp/10xprivacy
- Owner: dottmp
- License: mit
- Created: 2026-03-16T20:02:58.000Z (4 months ago)
- Default Branch: dev
- Last Pushed: 2026-05-31T09:25:51.000Z (about 1 month ago)
- Last Synced: 2026-05-31T10:14:06.176Z (about 1 month ago)
- Topics: digital-rights, human-rights, privacy, privacy-focused, svelte
- Language: Svelte
- Homepage: https://10xprivacy.com
- Size: 1.8 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

**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](https://www.privacyguides.org) website.
[](./LICENSE)
[](https://kit.svelte.dev)
[](https://tailwindcss.com)
[](https://bun.sh)
## Getting Started
### Prerequisites
- [Bun](https://bun.sh)
### Install & Run
```bash
# Clone the repo
git clone https://github.com/dottmp/10xPrivacy.git
cd 10xPrivacy
# Install dependencies
bun install
# Start the development server
bun run dev
```
The app will be available at `http://localhost:5173`.
## Available Scripts
```bash
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 # Creates a chore/data-sync-YYYY-MM-DDTHH-MM-SS branch and syncs data from external sources
```
## Data Sources
| Source | Type |
| ------------------------------------------------------------- | ----------------- |
| [Tuta Blog](https://tuta.com/blog) | RSS feed |
| [Privacy Guides](https://www.privacyguides.org) | RSS feed |
| [Techlore](https://techlore.tech) | RSS feed |
| [Awesome Privacy](https://github.com/Lissy93/awesome-privacy) | YAML dataset |
| Privacy Websites | Hand-curated JSON |
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md).
## Acknowledgements
- [Lissy93/awesome-privacy](https://github.com/Lissy93/awesome-privacy) — the Awesome Privacy dataset used in this project is MIT licensed, created and maintained by Alicia Sykes.
- [dachinat/daisyui-themes](https://github.com/dachinat/daisyui-themes) — DaisyUI themes, CC-BY-4.0 licensed.
## License
© 2026 dottmp — Released under the [MIT License](./LICENSE).