For Developers

Build with NetDeck

Integrate card data, tooltips, and deck information into your website, blog, or application. Seven trading card games, free to use, no API key required.

Developer Tools

Card Embeds

Add interactive card tooltips to your website. Write card names in brackets and they become hoverable links with card images — and drop in an Elestrals EDK export to render a full interactive deck list.

API Access

Coming Soon

Direct API access for card data, deck lists, and player information. Join the waitlist to get notified when it's available.

Quick Start

Add card tooltips to your website in under a minute.

1

Add the script tag

<script src="https://netdeck.gg/embed.js"></script>
2

Initialize with your game

<script> // 'vibes', 'fab', 'ga', 'mtg', 'elestrals', 'cyberpunk', or 'ca' NetDeck.init({ game: 'vibes' }); </script>
3

Write card names in brackets

My deck runs [[Lil Bellyacher]] and [[Sir Vibesalot]]. Mix games anywhere with a prefix: [[mtg:Lightning Bolt]].