The public reference repo for Visual Language (VL) assets.
Latest snapshot in this repo: VL 4.1, Theme 7.0, and refreshed importable example packs.
Website | VL-Code Runtime | YouTube | Discord
| Asset | What it gives you |
|---|---|
| VL 4.1 Reference | Current VL syntax snapshot used by the latest VLC runtime and sample packs |
| Theme 7.0 Guide | Human-readable overview of the latest enterprise theme contract |
| Theme-Enterprise_7.0.vth | Importable theme source for VL 4.1 projects |
| Example Packs | Five refreshed importable sample projects with appCaseJsonMap included |
| Legacy Archive | Older VL and theme snapshots kept for reference only |
This repository is the public landing zone for the parts of VisualLogic that are most useful to builders and evaluators:
- the latest open VL syntax reference
- the latest public theme snapshot
- importable project packs people can download and test locally
- supporting docs that explain how these assets fit together
If you want to run the current local IDE runtime, use the public VL-Code repository. If you want the language, theme, and sample content itself, this is the repo.
VisualLogic.ai-VL/
├── VL_VERSION_4.1.md
├── THEME_7.0.md
├── Theme-Enterprise_7.0.vth
├── Examples/
│ ├── README.md
│ ├── VL_CourseScheduler_WithCaseJsonMap.zip
│ ├── VL_HabitCheckin_WithCaseJsonMap.zip
│ ├── VL_MediaShelf_WithCaseJsonMap.zip
│ ├── VL_ShoppingList_WithCaseJsonMap.zip
│ ├── VL_VoteMini_WithCaseJsonMap.zip
│ └── legacy/
└── Legacy/
Visual Language (VL) is a deterministic, component-oriented language for full-stack application generation.
The current public snapshot in this repo is VL 4.1 and covers six file types:
| Extension | Purpose |
|---|---|
.vx |
App entry, routing, orchestration |
.sc |
Section-level UI and interaction logic |
.cp |
Reusable presentation components |
.vs |
Service-domain logic |
.vdb |
Database schema and seed data |
.vth |
Theme tokens and point-slot values |
The Examples/ directory now contains five newer sample projects exported with appCaseJsonMap, so users can import them into VLC and inspect the runtime structure immediately:
VL_CourseScheduler_WithCaseJsonMap.zipVL_HabitCheckin_WithCaseJsonMap.zipVL_MediaShelf_WithCaseJsonMap.zipVL_ShoppingList_WithCaseJsonMap.zipVL_VoteMini_WithCaseJsonMap.zip
Each pack includes:
VLProject/source filesappCaseJsonMap/runtime snapshots- a focused feature scenario for manual testing
Older sample packs were moved to Examples/legacy/ instead of being deleted outright.
The public runtime guide and panel gallery now live in the VL-Code repository:
That guide includes:
- current runtime screenshots
- mode-by-mode panel explanations
- startup steps for the latest local build
- compile / preview / chat workflow notes
