Build Internal Tools Without Distracting Engineering
This course follows a fictional startup called HarborFlow as its operations lead turns a messy internal request process into a working Zebric application.
How This Course Works
Section titled “How This Course Works”Lessons 1 through 5 run entirely in your browser using the Zebric Playground — nothing to install. Lesson 6 introduces the Zebric CLI, once you have something worth running for real, and Lessons 7 and 8 continue on your local machine from there.
Lessons 2 through 8 include complete checkpoint blueprints. Maintainers can smoke-test every checkpoint with:
pnpm --filter zebric-docs smoke:tutorial-opsWho The Course Is For
Section titled “Who The Course Is For”- founders who need internal software without pulling engineers off roadmap work
- operators who own approvals, intake, or back-office workflows that are running through spreadsheets and Slack
- product-minded builders who can define fields, states, permissions, and review flows without wanting to become full-time application developers
- power users who want to create their own automations and applications using LLMs
What You Will Learn
Section titled “What You Will Learn”- how to define one internal workflow clearly before touching implementation
- how to turn that workflow into a first
blueprint.tomlfile with AI - how to refine entities, pages, forms, and access rules so the app matches the real process
- how to add one high-leverage workflow that makes the tool operationally useful
- how to polish and roll out the tool with feedback from real users
Lessons
Section titled “Lessons”- Lesson 1 - Define the Workflow
- Lesson 2 - Generate the First Blueprint With AI
- Lesson 3 - Shape the Data Model
- Lesson 4 - Improve Intake and Review Pages
- Lesson 5 - Add Permissions and Guardrails
- Lesson 6 - Add Your First High-Leverage Workflow
- Lesson 7 - Polish With Real Feedback
- Lesson 8 - Deploy and Roll Out the Tool