Something I made to help me run a game based on Fate Core rules. Not super professional, but happy to help if someone wants to use this also.
This software isn't meant to be a virtual table top simulator or an online RPG platform, but instead a simple additional tool to use in live game sessions, making them more streamlined by providing each player with access to all the relevant information.
- Create Character Sheets
- Possible skills are tied to campaigns you are taking part in
- Also supports free form skill input
- AI powered note writing tool for the DM (WIP)
- Create Campaigns
- Define Skills used in campaign
- Define aspects of the campaign
- Group characters
- Reveal partial character sheets to players as GM
- Set
DATABASE_URLin.env(Neon connection string for Vercel works here too) — Prisma CLI and the Prisma Client read it viaprisma.config.ts/lib/prisma.ts. - Install deps if you have not already:
npm install(updates@prisma/clientandprisma). - Create tables in a new database with
npm run db:push(or run the committed migration withnpm run db:deploy). - Optional: open Prisma Studio to inspect data:
npm run db:studio.
- Demo is running at https://fatecore.opensauce.fi
- For running your own instance, check INSTALL.md (thanks to John Helmuth for writing the instructions)
if you want to contact me, you can do so by writing email to: fatecore@opensauce.fi

