Jac Playground is a web-based sandbox environment that allows developers to write, run, and experiment with Jac code directly in the browser. Built using jac-client and jaclang, it provides an interactive experience for learning and exploring the Jac language without any setup.
- Run Jac Code in the Browser – No installation required
- Interactive Environment – Write and execute Jac scripts instantly
- Fast Execution – Powered by Pyodide for seamless performance
- User-Friendly Interface – Built using React for a smooth experience
- jac-client – Jac language client powering the playground
- jaclang – Jac language compiler and runtime
Jac is a domain-specific language designed for AI workflows, enabling seamless execution of intelligent agents and computational graphs.
For more details, visit the Jac Language Documentation.
Local playground setup
To run the included playground locally, follow the instructions in the playground README:
- See jac_playground/README.md for step-by-step local setup and run commands.