Customizing Your App¶
A Lane7 Blueprint gives you a working, Zero Trust-secured application network on day one. Customizing Section 1 is how you make it yours — without touching the security layer.
Every blueprint ships with stub hook functions in Section 1 of each pod's app.py. These stubs pass payloads through unchanged, which is enough to deploy and run the auto-trigger immediately. When you're ready to add real business logic, you replace the stubs. The WoSP networking in Section 2 stays fixed.
In this section¶
- The Section 1 / Section 2 Model — the architecture of
app.pyand why the sections are separated - Hook Functions Reference — the five hook functions, what each receives and returns, and example implementations
- Build, Package, and Deploy — the complete Golden Path workflow from edited code to a running deployment