Beyond Your Bestiary Explorer (BYBE) provides tools to help Pathfinder 2e Game Masters. Built on top of the BYBE - Backend
Table of Contents
BYBE is also available offline! We currently support Windows, MacOS and Linux (AppImage). Click on the button below to download the application for your preferred platform.
- Encounter Builder
- Browse and filter a list of all creatures
- Balance encounters based on your party size and level
- Generate random encounters based on your requirements
- Shop Generator
- Browse and filter a list of all items
- Generate random shops with filters and templates
- Fast, mobile friendly, light/dark theme, accessible
- More to come...
Encounter Builder
Shop Generator
Built using:
- Install Node.js on your machine.
- Download the latest release or clone this repository:
git clone https://github.com/TheAsel/BYBE-frontend
- Navigate to the project's main directory.
- Install the dependencies:
npm install
- Run the webpage in development mode:
npm run dev
- To instead deploy the production build, run:
npm run build && npm run start
- Download the latest release or clone this repository:
git clone https://github.com/TheAsel/BYBE-frontend
- Navigate to the project's main directory
- Build the docker image:
docker build -t bybe-frontend .
- Run the docker image:
docker run --name bybe-frontend -p 3000:8080 --rm bybe-frontend
If you like this tool, consider supporting me:
Also consider supporting RakuJa, the backend developer. Thank you!