Working through the Build an AI Day Planner with Jac tutorial: https://docs.jaseci.org/tutorials/first-app/build-ai-day-planner/
Each part of the tutorial lives in its own folder and is committed separately.
part1/— Your First Lines of Jac (syntax, types, functions,obj)part2/— Modeling Data with Nodes (node,root,++>, filter comprehensions)part3/— Building the Backend API (upcoming)part4/— A Reactive Frontend (upcoming)part5/— Making It Smart with AI (upcoming)part6/— Authentication & Multi-File Organization (upcoming)part7/— Object-Spatial Programming with Walkers (upcoming)
jac <file>.jac # run a script
jac start main.jac # start the web server (parts 3+)Jac 0.14.0 with plugins: byllm, jac-client, jac-scale.