Skip to content

Latest commit

Β 

History

History
96 lines (70 loc) Β· 3.28 KB

File metadata and controls

96 lines (70 loc) Β· 3.28 KB

πŸ›‘οΈ PrivacyTools

A beautifully crafted, open-source website showcasing the best privacy-respecting apps, tools, and services β€” organized by category and vetted by the community.

HTML CSS JavaScript License


✨ Features

  • πŸŒ— Dark & Light Mode β€” Toggle between themes with localStorage persistence
  • 🏷️ Category Filtering β€” Browse 25+ tools across 8 categories
  • πŸ“± Fully Responsive β€” Optimized for mobile, tablet, and desktop
  • ⚑ Zero Dependencies β€” Pure HTML, CSS, and vanilla JavaScript
  • 🎨 Smooth Animations β€” Scroll-triggered fade-ins, hover effects, and filter transitions
  • β™Ώ Accessible β€” Semantic HTML, ARIA labels, and keyboard-friendly navigation

πŸ“‚ Categories

Category Examples
🌐 Browsers Firefox, Tor Browser, Brave, Mullvad Browser
πŸ’¬ Messengers Signal, Element, Session, Briar
πŸ“§ Email ProtonMail, Tuta, SimpleLogin
πŸ›‘οΈ VPN Mullvad VPN, ProtonVPN, IVPN
πŸ” Search Engines DuckDuckGo, SearXNG, Startpage
🐧 Operating Systems Tails, Qubes OS, GrapheneOS
πŸ—οΈ Password Managers Bitwarden, KeePassXC
☁️ Cloud Storage Nextcloud, Cryptomator, Tresorit

πŸš€ Getting Started

No build tools, no frameworks, no package manager β€” just open and go.

# Clone the repository
git clone https://github.com/FreekindGitHub/PrivacyTools.git

# Open in your browser
cd PrivacyTools
open index.html        # macOS
xdg-open index.html    # Linux
start index.html       # Windows

Or simply deploy to any static hosting service (GitHub Pages, Netlify, Vercel, etc.).

πŸ“ Project Structure

PrivacyTools/
β”œβ”€β”€ index.html    # Main page with all content
β”œβ”€β”€ style.css     # Theming, layout, and responsive styles
β”œβ”€β”€ script.js     # Theme toggle, filtering, and animations
└── README.md

πŸ–ΌοΈ Preview

Dark Mode

Sleek dark interface with purple accent gradients and glowing cards.

Light Mode

Clean white design with subtle shadows and soft purple highlights.

🀝 Contributing

Contributions are welcome! To suggest a new tool or improvement:

  1. Fork the repository
  2. Create a feature branch (git checkout -b add-new-tool)
  3. Add your tool card to index.html following the existing card format
  4. Commit your changes (git commit -m "Add ToolName to Category")
  5. Push to the branch (git push origin add-new-tool)
  6. Open a Pull Request

Tool Submission Criteria

  • βœ… Open source or has a transparent privacy policy
  • βœ… End-to-end encrypted (where applicable)
  • βœ… Independently audited or peer-reviewed
  • βœ… No history of data breaches or privacy violations
  • ❌ No tools with unclear business models or hidden data collection

πŸ“„ License

This project is licensed under the MIT License.


Privacy is not about having something to hide.
It's about having something to protect.