Sigil Playground

Coming Soon

We're building an interactive playground where you can write, run, and experiment with Sigil code directly in your browser — no installation required.

main.sigil
1// Try Sigil in your browser
2fn main() {
3 let data~ = fetch_api()
4 let safe! = data |validate!{ verify() }
5 println(safe)
6}

Planned Features

  • Syntax highlighting
  • Real-time error checking
  • Evidence marker visualization
  • Share code snippets
  • Example library
  • Mobile support

Get Notified

Want to know when the playground launches? Star our GitHub repository to get updates.