More Premium Hugo Themes Premium Vue Themes

Open5e

An SRD and open-source material reference site for 5th edition D&D

Open5e

An SRD and open-source material reference site for 5th edition D&D

Author Avatar Theme by open5e
Github Stars Github Stars: 420
Last Commit Last Commit: Jan 19, 2026 -
First Commit Created: Dec 18, 2023 -
Open5e screenshot

Overview

Open5e is a community-driven project aimed at providing 5e game content. Run by volunteers in their spare time, Open5e welcomes contributions from anyone. The project utilizes the Nuxt3 framework for Vue3, which simplifies frontend development and offers flexibility. The game content is fetched from the open5e API.

Features

  • Community-driven project with volunteer contributors
  • Utilizes the Nuxt3 framework for Vue3
  • Fetches game content from the open5e API

Installation

To install and use Open5e, follow these steps:

  1. Install dependencies:
npm install
// or
yarn install
  1. Run the page in development mode:
npm run dev
// or
yarn dev
  1. Build for production and launch server:
npm run build
npm run start
// or
yarn build
yarn start
  1. Generate static project for publishing:
npm run generate
// or
yarn generate

For further details on how Open5e works, refer to the Nuxt.js documentation.

Summary

Open5e is a community project dedicated to providing 5e game content. Built with the Nuxt3 framework for Vue3, the project offers flexibility and ease of development. The game content is fetched from the open5e API. Installation and usage of the project can be done by following the provided steps.