Monsterbrew

Releases

Changelog

Everything new in Monsterbrew, newest first. Follow along as the statblock builder keeps getting better.

v3.8.0

Monsterbrew is now much easier to find — and to share. Every page has its own proper title and description, so links you paste into Discord or a group chat show what the page actually is instead of a generic blurb. SRD monster pages are now fully visible to search engines, each with its own title like “Aboleth – CR 10 Large Aberration”, so looking up a monster can land you straight on its statblock. The landing page also gained a short FAQ answering the most common questions about Monsterbrew.

  • Every page now has its own title, description, and link preview instead of one shared site-wide set
  • SRD monster pages are indexed by search engines with per-monster titles and summaries
  • Added a FAQ section to the landing page
  • Added a sitemap listing every page and SRD monster, so search engines can discover all of them
  • Added a Licenses & Attribution page covering the SRD's Creative Commons license — and confirming your homebrew creatures are yours

v3.7.0Smart attack and save lines

Writing attacks and saving throws is now a one-click affair. Insert a full attack or saving throw line into any description and it shows up as live preview text, computed from your creature's stats. Click the line to adjust the attack kind, to-hit, reach, damage, and more in a small popup — the numbers recompute whenever the creature's ability scores or proficiency bonus change.

  • Insert a complete attack or saving throw line with one click, or type {@ in a description to autocomplete one
  • Inserted lines render as readable preview text in the field — click one to edit its parts in a popup
  • To-hit bonuses, save DCs, and damage dice can link to an ability score and update live when stats change
  • Markup mistakes are underlined as you type
  • A “How tags work” dialog next to each description field explains the tag system

v3.6.5

A mostly under-the-hood change to how these release notes are produced: entries are now written per change and stamped with their version number automatically when a release goes out. You can also see at a glance which version you're on — it's in the footer of every page, and clicking it brings you here.

  • The current version now shows in the site footer and links to this changelog
  • Release notes receive their version number and date automatically on release

v3.6.4

Monsterbrew has a new look. The whole app now draws from one carefully tuned color palette.

  • New color theme across the app
  • Creature type badges now carry their own colors, so types are easier to spot at a glance
  • Buttons, alerts, and notifications share one consistent set of styles in both themes
  • New fonts: Oxanium for headings and JetBrains Mono for everything else

v3.6.3

Monsterbrew now has a direct line for your ideas and bug reports. A new “Send feedback” form in the footer lets you share thoughts in a couple of clicks — no account needed — and lands straight in our inbox. Prefer GitHub? A “Report a bug” link takes you right to the issue tracker.

  • Added a “Send feedback” form to the footer — leave your email if you'd like a reply, or send it anonymously
  • Added a “Report a bug” link to the footer that opens a new GitHub issue

v3.6.2

A small fix for old links: the former My creatures page now sends you straight to the Library, where your saved creatures live today. Bookmarks and links from before the move keep working.

  • Old /my-creatures links and bookmarks now redirect to the Library

v3.6.1

We switched our privacy-friendly analytics provider to Umami. As before, there are no cookies, no cross-site tracking, and no personal data collected — only anonymous, aggregated stats that help us understand how Monsterbrew is used. The Privacy page has been updated to match.

  • Moved analytics to Umami, a cookieless, privacy-first service
  • Updated the Privacy page to reflect the new provider

v3.6.0Export is back

Homebrewery and PDF export return, now on the creature detail page. Open any saved creature and use the Export menu to hand off your statblock — as Homebrewery V3 markdown you can copy or download, or as a print-ready PDF styled like an official 2024 statblock.

  • Export any saved creature to Homebrewery V3 markdown — copy it to the clipboard or save it as a .md file
  • Export a PDF that mirrors the classic 2024 statblock look, with parchment background, red headings, and a two-column layout that fits a page

v3.5.4

The changelog page is easier to get around now. A sidebar lists every release, highlights the one you're reading as you scroll, and jumps you straight to any version when you click it.

  • Added an on-this-page sidebar to the changelog that lists every release
  • The release you're reading highlights automatically as you scroll
  • Click any version to jump straight to it

v3.5.3

Saved creatures from before the 3.0 rebuild now upgrade to the current format automatically the first time you open the app — no more per-creature migrate prompt or “Legacy” badges. With every creature on one model, the transitional legacy editor has been retired.

  • Legacy creatures are migrated once, automatically, when the app loads — the migrate dialog and Legacy badges are gone
  • Retired the transitional /legacy-editor now that every creature uses the current editor
  • Homebrewery and PDF export are temporarily unavailable and will return on the creature detail page

v3.5.2

An under-the-hood change to how Monsterbrew loads and saves your creatures. The library and editor now share a single cached data layer, so pages stay in sync and refresh instantly after you save, duplicate, or delete a creature.

  • Routed every creature read and write through a single cached data layer (TanStack Query)
  • Library and detail pages now update immediately after saving, duplicating, or deleting

v3.5.1

The Defense section can now capture the classic “resistant or immune to bludgeoning, piercing, and slashing from nonmagical weapons” defenses — including the non-silvered variant — and they show up in the statblock automatically.

  • Added nonmagical and nonsilvered attack defenses to the Defense form
  • Toggle each between resistant and immune; they render in the statblock's resistances and immunities

v3.5.0Dynamic attack tokens

Action and trait descriptions now speak 5eTools' {@…} tag markup natively. Attack bonuses, save DCs, and damage can be linked to a creature's ability scores so they recompute automatically as you tweak stats — and imported bestiary text renders without any conversion. Every description field gets an Insert menu with a live preview.

  • Stat-linked attack tokens: tags like {@hit str}, {@dc con}, and {@damage 2d8+str} recompute from ability modifiers and proficiency bonus
  • 5eTools {@…} markup now renders natively in the statblock, so imported text needs no conversion
  • New Insert menu and live preview on every action and trait description

v3.4.0SRD monsters

The full D&D 2024 SRD bestiary is now built in. Browse and filter the official monsters right inside the library, open any one to view its statblock, and copy it into the editor as a starting point for your own homebrew.

  • Added the D&D 2024 SRD bestiary as a browsable, filterable collection in the library
  • Read-only statblock view for each SRD monster
  • Copy any SRD monster into the editor to customize

v3.3.0New creature library

Your saved creatures now live in a redesigned, filterable library that replaces the old table. Search and filter your collection at a glance, with a toggle to switch between your creatures and other sources.

  • Replaced the My Creatures table with a filterable library grid
  • Search and filter your saved creatures
  • Source toggle to switch between your creatures and other collections

v3.2.2

Under-the-hood build tooling upgrade to Vite 8 (with the Rolldown bundler). No visible changes — just a faster, more modern build pipeline that keeps Monsterbrew on solid footing.

  • Upgraded the build tooling to Vite 8 (Rolldown)

v3.2.1

A behind-the-scenes fix to the build configuration so production builds output cleanly through Nitro. No user-facing changes.

  • Fixed the Vite/Nitro production build configuration

v3.2.0New foundation

Monsterbrew now runs on TanStack Start. It's a mostly under-the-hood change that sets up a faster, more resilient app: the marketing pages are server-rendered for better SEO and in-app navigation is snappier. Your saved creatures and the editor keep working exactly as before.

  • Migrated the app from Next.js to TanStack Start (Vite) with server-side rendering
  • Server-rendered marketing pages (home, privacy, changelog) for better SEO
  • Faster client-side navigation between pages

v3.1.0

Reorganized the main pages and gave the site footer a fresh rebuild.

  • Restructured the main marketing pages
  • Rebuilt site footer

v3.0.0A ground-up modernization

Major

The biggest release yet. Monsterbrew has been rebuilt around a new monster model and a redesigned, section-based editor, with a live statblock preview and custom-value overrides. Your existing creatures can be migrated per-creature from the library, and the previous editor stays available at /legacy-editor during the transition.

  • Rebuilt editor split into Identity, Combat, Defense, and Actions sections
  • New statblock renderer with custom overrides for HP, passive perception, and languages
  • New canonical monster model with per-creature migration for saved creatures
  • Modular, better-tested import converters (5eTools, Improved Initiative, Open5e, TetraCube)
  • Refreshed UI and theming, including a new light/dark theme toggle
  • Fixes to HP notation, passive perception, and proficiency bonus calculations

v2.2.0

Presets are now available to use for traits, actions, and legendary actions! You can apply a preset when you add a new trait or action. Markdown is also made available in the description fields. More info on this will follow soon.

  • Add presets for traits, actions, and legendary actions
  • Add markdown support for description fields

v2.1.0

Minor UI improvements for number inputs and accessibility.

  • Add Mythic Actions
  • Convert inputs for stats / ac to number inputs
  • Add better accessibility for buttons
  • Add overwrite for passive perception

v2.0.0Major Update

Major

Version 2.0 of Monsterbrew is finally here. It's been almost a year since the last update! This version brings a complete UI overhaul and improved creature creating! The biggest change is the live form updating. Besides this feature, there are a ton of other improvements as well.

  • Complete UI redesign with improved accessibility and mobile responsiveness
  • Improved import converters
  • Ability to save creatures locally
  • Print-optimized layout for statblocks
  • New 2025 statblock design