a website for finding resources, tools, and info related to digital freedom.
built with react + vite.
this is not a piracy site, just a directory.
- lets you browse and search a curated list of resources (vpn, torrent clients, software, streaming, roms, etc.)
- quick search with suggestions and history
- dark/light mode toggle
- sidebar navigation, mobile-friendly
- resource status checks (see if a site is up)
- deploys to github pages
clone the repo:
git clone https://github.com/piracybound/website.git
cd website
install dependencies:
npm install
run locally:
npm run dev
build for production:
npm run build
preview the build:
npm run preview
src/
- main app code (components, hooks, utils, data)public/
- static files (favicon, 404 page, etc.)index.html
- entry point
this work is unlicensed. what does this mean for you?
From GitHub's Docs;
You're under no obligation to choose a license. However, without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work.