ripped.guide is the official web-based replacement for the #trusted-sites channel of the Discord Server.
This repository contains the application source code. The content and guides are stored on the docs repository.
The website has been re-built, years after the original, using a modern stack designed for performance and maintainability:
- Framework: A customized implementation of the discord-userdoccers framework.
- Runtime: React and Vite.
- Style: Tailwind CSS.
- Text Rendering: MDX for component-based documentation, improved from the original site's Markdown.
- Hosting: Cloudflare Pages.
It has been engineered to best resemble Discord's UI, to ensure a fluid browsing experience between the Discord Server and the website and avoid whiplash from flashy UIs.
We maintain a strict separation between technical features and documentation content. The website source code is in this repository, while the content is in the docs repository.
To propose new resources, correct existing information, or submit guides, please open an issue or pull request in the docs repository.
Submission Criteria:
- Resources must be verified as trusted and safe.
- Hosting of illegal content (e.g., data breaches, malware) is strictly prohibited.
- Submissions must link to a landing page or library; direct download links are not permitted.
- All resources must be accessible via the clearnet.
- Do not submit a resource you have created yourself, unless it is FOSS and there are no financial interests.
To contribute to the UI, fix codebase issues, or implement new components, please submit a Pull Request to this repository.
- Clone the repository:
git clone https://github.com/rippedpiracy/site.git cd site - Install dependencies and build:
Note: On the initial build, the development server will automatically initialize the
pnpm install pnpm build
pages/directory by cloning the latest commit of the docs repository. - Run the development server:
pnpm run dev
This project was built upon the discord-userdoccers framework and is maintained by the Ripped Staff Team. We wholeheartedly thank the maintainers for allowing us to use it.