An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

10xPrivacy

**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.

[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
[![Built with SvelteKit](https://img.shields.io/badge/SvelteKit-5-FF3E00?logo=svelte&logoColor=white)](https://kit.svelte.dev)
[![Styled with Tailwind](https://img.shields.io/badge/Tailwind-4-06B6D4?logo=tailwindcss&logoColor=white)](https://tailwindcss.com)
[![Powered by Bun](https://img.shields.io/badge/Bun-fbf0df?logo=bun&logoColor=black)](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).