<aside>
π§
Goal (5 minutes): Get oriented, duplicate the template, and create your first connected world entry.
</aside>
1) Duplicate WorldForge
- Click Duplicate (top-right) to add WorldForge to your workspace.
- Keep the example data for your first run. You can delete it later.
2) Pick your starting point (choose one)
- ποΈ Culture (politics + society first)
- πΊοΈ Location (map + regions first)
- π£οΈ Language (names + linguistic vibe first)
- β‘ Magic/Tech (rules + constraints first)
3) Create your first βseedβ entry
- Open the matching database in the main WorldForge page.
- Duplicate an example entry and rename it.
- Add 1β2 links to other systems (example: a Culture should link to at least one Location and one Language).
4) Verify the web is working
Use this quick checklist:
- Your Culture links to a Location.
- Your Character links to a Culture.
- Your Historical Event links to a Location.
5) Visual map of the workflow
graph TD
A[π Duplicate template] --> B[π― Choose a starting system]
B --> C[π§© Create your first seed entry]
C --> D[π Link to 1β2 other systems]
D --> E[β
Check backlinks / related sections]
E --> F[π Keep building outward]
%% Readability defaults
classDef node fill:#f8fafc,stroke:#1f2937,stroke-width:1px,color:#111827;
class A,B,C,D,E,F node;