Hysen Labs
Open-source project
wanderers-guide/wanderers-guide avatar
wanderers-guide

wanderers-guide

A character builder and digital toolbox for Pathfinder and Starfinder Second Edition.

34 stars18 forksTypeScriptGPL-3.0
DEEP OPEN-SOURCE ANALYSIS

Wanderer's Guide builds Pathfinder and Starfinder characters

Wanderer's Guide is an open source character builder and digital toolbox for Pathfinder 2e and Starfinder 2e.

What the project is

Wanderer's Guide is an open source character builder and digital toolbox for the tabletop role playing games Pathfinder Second Edition and Starfinder Second Edition. The README opens with that description and links to a logo and to continuous integration badges, including a CI workflow and an end to end workflow, a last commit indicator, a contributors count, a license badge, and a Discord invite. The project is presented as a web application with a serverless API rather than a desktop or mobile native app. The quick links point to a frontend directory, a supabase directory for the serverless API, and a legacy app repository, which tells a reader that the current codebase is split between a front end and a backend built on Supabase. There is also a link to a legacy application repository for people who still run the older version. The README does not include a feature list, screenshots, or a description of the character building rules it implements, so the file is a pointer to the code and the docs rather than a manual. The tone is that of a maintained open source game tool with a community around it. For a player or game master, the value is a free, self hostable alternative to commercial character sheet software, and the GPL 3.0 license recorded in the metadata confirms that the source is open for modification and redistribution under that copyleft terms.

Documentation and self hosting

The README links to three documentation resources rather than describing the app in prose. The local development guide explains how to run the app on a developer machine, which is the entry point for someone who wants to contribute or just try the code. The self hosting with Docker guide explains how to run your own instance, which matters to a user who wants a private deployment instead of the public site. The API reference documents the serverless API so that a developer can build a custom client or integration on top of the same data the main app uses. These three links show that the project treats itself as both a product and a platform: the app is the reference client, and the API is a documented surface others can build against. The README does not reproduce setup commands or configuration values, so a reader must follow the external docs to stand up a copy. The presence of an end to end test workflow badge suggests the maintainers run browser level tests in continuous integration, which gives some assurance that the character building flows keep working as the code changes. With 34 stars in the metadata, Wanderer's Guide is a smaller open source project, but the documentation links and the split between frontend and Supabase API indicate a real, running application rather than a stub.

Community and project status

The README points to a Discord server as the main community channel, with an invite badge that shows the member count. The contributors badge links to the GitHub contributors graph, so the project makes its participation visible. There is no roadmap, changelog, or contribution guide inline in the README, which keeps the file short and pushes detailed process into the linked documentation and the repository itself. The combination of CI and E2E badges with a license badge tells a new visitor that the project builds and tests automatically and is openly licensed. The metadata records 34 stars and a GPL 3.0 license, which fits a community driven game tool that anyone can fork. Because the README is brief, a person evaluating the project should look at the frontend and supabase directories and the external docs to understand the feature set and the rules coverage for Pathfinder 2e and Starfinder 2e. The legacy app repo link is a useful detail for users migrating from the older version. Overall the project presents as a maintained, openly licensed character builder with a serverless backend and a community Discord, and the documentation site carries the operational detail that the README intentionally leaves out. The project remains small but it is openly licensed and documented for self hosting.

Editorial conclusion

The project is licensed under GPL 3.0 and its most recent commit was on 2026-08-26.

DEEP OPEN-SOURCE ANALYSIS

Official sources

Community notes

Community notes