Playground Mode — This playground executes code directly in your browser using the true Vybe compiler AST. While it correctly covers the entire logic syntaxes, some system-level features (CLI imports, OS utilities) are unavailable.

main.vybe
1
2
3
4
say "Welcome to Vybe v1.0.0! 🚀"

score = 85
sus score > 90 {
  say "Aura points: +1000 (Elite)"
} fr score > 50 {
  say "Status: Bussin (Solid)"
} nah {
  say "Status: Skill Issue (Mid)"
}
Output
Hit "Run Code" to execute your Vybe script...
Quick Reference — Lexicon
vibesaysusfrnahmaybeeachinfortomatchgngtrycatchjsasyncawaitoncereadwritefetchrundeletemovewaitsinto