//Import Mixpanel SDK import mixpanel from 'mixpanel-browser'; // Near entry of your product, init Mixpanel mixpanel.init('0266d8f3469fb8f0d5aef8a9d3387d70', {debug: true, track_pageview: true, persistence: 'localStorage'});

DND Reviews

FREE Adventure Guide COMING SOON
Click the icons below

Gundam D&D Stats

Checkout these stats for the Gundam Strike Freedom.


Your Adventures Await

Get the Dungeon Digest & Other supplements every month!


YouTube

Interviews, D&D Cinematics & Sneak Peeks


TikTok

Free Adventures, BTS Content & TTRPG Secrets


Submit Your Ideas

What would you like to see in the future?

mixpanel.init('0266d8f3469fb8f0d5aef8a9d3387d70', {track_pageview: true});// Track when the path changes, ignoring any query string or hash changes mixpanel.init('0266d8f3469fb8f0d5aef8a9d3387d70', {track_pageview: "dndreviews.com/"}); // Track when the path or query string change, ignoring hash changes mixpanel.init('0266d8f3469fb8f0d5aef8a9d3387d70', {track_pageview: "https://dndreviews.com/"}); // Track any URL changes in the path, query string, or hash mixpanel.init('0266d8f3469fb8f0d5aef8a9d3387d70', {track_pageview: "https://dndreviews.com/"});