The Minimalist Syntax for Technical Mastery
Build interactive 3D flashcards as fast as you can type
Edit live. See instantly.
Type in the editor and watch your flashcards appear in real-time. No sign-up required.
Live Preview
Click a card to flip it
Add more cards in the editor
Syntax Guide
+ Question textDefines the front of the card
- Answer textDefines the back of the card
Embeds an image at container width
Shorthand Syntax
No more complex UIs or multi-step forms. Write your cards as simple text blocks and let CardForge handle the rest.
Live Preview
See your changes instantly in a split-pane view. Every stroke of the keyboard updates your 3D card layout in real-time.
JSON Export
Own your data forever. Export your entire library as raw JSON to use in your own apps or back up your progress.
Flashcards as Code
Treat your learning material like your source code. Version control your knowledge with Git, collaborate with teammates via PRs, and maintain a high-density, text-first knowledge base.
{
"title": "Algorithms",
"color": "#4648d4",
"tags": [
"CS",
"Theory"
],
"cards": [
{
"front": "Merge Sort complexity",
"back": "O(n log n) in all cases"
},
{
"front": "What is a hash collision?",
"back": "When two keys map to the same index"
}
],
"created_at": "2026-05-04T10:00:00Z"
}Ready to Master Your Craft?
Join 10,000+ developers leveling up their technical skills with CardForge.