Skip to content

Earlo/fate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fate Character Sheet Manager

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.

Project goals

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.

Features

  • 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

Database setup (Prisma)

  • Set DATABASE_URL in .env (Neon connection string for Vercel works here too) — Prisma CLI and the Prisma Client read it via prisma.config.ts / lib/prisma.ts.
  • Install deps if you have not already: npm install (updates @prisma/client and prisma).
  • Create tables in a new database with npm run db:push (or run the committed migration with npm run db:deploy).
  • Optional: open Prisma Studio to inspect data: npm run db:studio.

Example sheet form the app

Example of group

Using the software

Contact

if you want to contact me, you can do so by writing email to: fatecore@opensauce.fi

About

Create and manage Fate Core styles character sheets, and campaigns.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •