Skip to content

Rule-34/App

Repository files navigation

Rule 34 App

A Progressive Web App to browse popular Rule 34 Hentai Porn for free.

Usage

Use the following link to use it on any device that has a modern internet browser. This includes Android, iOS and most consoles like the PS4 And Xbox One.

✨ https://r34.app ✨

Screenshots

Posts Search

Information

Supported Boorus

This app can browse the following Boorus.

  • rule34.xxx
  • rule34.paheal.net
  • danbooru.donmai.us
  • gelbooru.com
  • e621.net
  • safebooru.org
  • e926.net

Documentation

Links to useful information.

Social

Twitter

Follow the Rule 34 App on Twitter for announcements, tips, discount codes and more.

Twitter badge

Discord

Join the Discord community to keep up with the updates of the project and receive support.

Discord badge

Support

This project has various costs: domain, email, hosting, Cloudflare worker, maintenance, etc.

I am a student, so I'm not really in a position to maintain everything from my pocket...

So if you want to help me continue working on the App, you can make a donation.

Technicalities

Languages

HTML, CSS, JavaScript, NodeJS, NPM.

Frameworks and tools

NuxtJS, VueJS, TailwindCSS, Webpack, etc.

API

This App uses an API to communicate with all the Boorus.

Development

Requirements

  • NodeJS >= 12
  • NPM

Setup

Git Submodules

Use git clone --recursively because this repository is used to share some necessary resources.

Environment variables

# Modify .env file
cp .env.example .env

NodeJS

# Install dependencies
npm install

# Serve with hot reload at localhost:8080
npm run dev

# Generate static project
npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.