this post was submitted on 08 Aug 2025
102 points (98.1% liked)

Dungeons and Dragons

12758 readers
28 users here now

A community for discussion of all things Dungeons and Dragons! This is the catch all community for anything relating to Dungeons and Dragons, though we encourage you to see out our Networked Communities listed below!

/c/DnD Network Communities

Other DnD and related Communities to follow*

DnD/RPG Podcasts

*Please Follow the rules of these individual communities, not all of them are strictly DnD related, but may be of interest to DnD Fans

Rules (Subject to Change)

Format: [Source Name] Article Title

founded 2 years ago
MODERATORS
 

Hello

Wanted to share that I have made this website where you can print out your dnd e5 spell cards.

The colour of the spell cards can be customized and you can filter out the spells based on class, subclass, level or individual spells.

https://dnd.akvila.dev/

The cards are printed out on at A4, and are 2.5x3.5 inch which also fit in magic the gathering sleeves.

all 21 comments
sorted by: hot top controversial new old
[–] Luci@lemmy.ca 7 points 2 months ago (2 children)

Any plans to support the revised ruleset?

[–] Gullible@sh.itjust.works 9 points 2 months ago (3 children)

I’d give it six minutes before hasbro’d kick down your door. Only recommended for renters

[–] nocturne@slrpnk.net 9 points 2 months ago

There are multiple other sites that have printable 2024 spell cards.

[–] akviladev@lemmy.world 5 points 2 months ago

Should all be covered by the open source license as far as I understand and I link to the license. Fingers crossed they stay chill...

[–] akviladev@lemmy.world 2 points 2 months ago

I have considered it, but have not found a dataset to use. If you know of one I would be very interrested.

[–] dumples@midwest.social 3 points 2 months ago (2 children)

Looks great. It looks like some of these card fill over to the second side. Is that just based on the length of the spell description?

[–] akviladev@lemmy.world 3 points 2 months ago (1 children)

Yeah, if it does not fit on one card, i add follow up card. When I was building it I was like it's find to have a "back" card. But some spells get pretty long.... I formatted it all manually by splitting the description.

[–] dumples@midwest.social 2 points 2 months ago (1 children)

Good idea. Sounds like a lot of work

[–] akviladev@lemmy.world 2 points 2 months ago

Yeah, it did take a bit of manual work. Hope it can benefit others.

[–] akviladev@lemmy.world 2 points 2 months ago

Thank you :D

[–] Kevo@lemmy.world 2 points 2 months ago (1 children)

Looks great! What languages / frameworks did you use for this?

[–] akviladev@lemmy.world 1 points 2 months ago

Thank you. It’s written in Typescript using React and Nextjs. It’s a pretty simple solution kept the spells in a json file, so there is not even a database for the main logic.

[–] MaggiWuerze@feddit.org 1 points 2 months ago* (last edited 2 months ago) (1 children)

Any reason half of my spells are missing?

  • Green-Flame Blade
  • Mind Sliver
  • Sword Burst
  • Armor of Agathys
  • Silvery Barbs
  • Shadow of Moil
    ...

Also Hexblade Subclass

[–] akviladev@lemmy.world 2 points 2 months ago (2 children)

Well looks like it's a mix of reasons.

Firstly, many of your spells seem to be from the revised e5 2024 edition, where as the website currently only supports the e5 legacy spells. Secondly, two of the spells you mention where apparently just missing from the source data set I used. I have added Mind Sliver and Armor of Agathys

[–] MaggiWuerze@feddit.org 2 points 2 months ago

Ah nice, thank you. This will be great for my next session, I'll just build the few missing myself

[–] akviladev@lemmy.world 1 points 2 months ago

Looks like you are playing a mix of the 2024 e5 edition and Tasha's Cauldron of Everything, whitch might explain the discrepency.

Hexblade Subclass is not part of the base e5 Legacy rule book I used to add the subclasses.

The project is open source, so feel free to make a PR with additions or create an issue to request changes: https://github.com/adamlamaa/dnd-spells