Getting Started

Build your first deck in under a minute using CardForge's line-based syntax.

1. Create Your First Card

+ What is the capital of France?
- Paris

2. Add More Cards

+ What is 2 + 2?
- 4

+ REST stands for?
- Representational State Transfer

3. Multiline Content

You can continue writing on the next line. Any line without a marker is appended to the current front or back.

+ Explain closures in JavaScript.
A closure keeps access to lexical scope.
- A function plus preserved outer-scope bindings.

Next Step

Continue with Syntax for full parser rules, or jump to Examples.