Beyond Your Bestiary Explorer (BYBE) provides tools to help Pathfinder 2e and Starfinder 2e Game Masters. Built on top of the BYBE - Backend
Table of Contents
This project does NOT make use of AI to generate the code. Everything in this repository, the good (and especially the bad!), was written by me.
The emojis used in the commits are an inside joke between me and my friend RakuJa, using the gitmoji "standard". Don't take them too seriously.
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 and hazards
- Balance encounters based on your party size and level
- Generate random encounters based on your requirements
- Run your encounters with the tracker
- Shop Generator
- Browse and filter a list of all items
- Generate random shops with filters and templates
- NPC Generator
- Randomly generate NPC features (name, class, job, etc.)
- Manually describe a character description, personality and more
- Generate a sheet for your character
- Fast, mobile friendly, light/dark theme, accessible
- More to come...
Encounter Builder
Tracker
Shop Generator
NPC Generator
Built using:
- Install Bun 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:
bun install
- Run the webpage in development mode:
bun run dev
- To instead deploy the production build, run:
bun run build && bun run start
Docker images are available HERE. If you want to build them yourself:
- 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 --build-arg API_URL=https://api.bybe.app -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!


