Documentation Index
Fetch the complete documentation index at: https://tempolabsinc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
When you create a new feature canvas in the Projects page, our system automatically generates a corresponding Git branch from the latest master branch on GitHub. This approach enables isolated development of each feature.Critical Step: Always Merge Before Creating a New Feature
If you’ve been working on a feature canvas, you must push your changes to GitHub and merge them into the master branch before creating a new feature canvas.Workflow Diagram

Best Practices
- Push regularly to keep your GitHub branch updated
- Complete and merge one feature before creating another
- Structure larger projects as multiple feature canvases instead of developing everything in a single branch
.png)
.png)