What problem does it solve?
This Skill allows users to build and modify GoFastr web applications in real-time by making HTTP requests, eliminating the need for manual code changes and providing a streamlined workflow for rapid development.
Core Features & Use Cases
- Live App Building: Create and modify web applications by calling tools that mutate an in-memory representation of the application.
- HTTP API: Use HTTP requests to interact with the app's tool surface, including adding entities, pages, hooks, and routes.
- Use Case: Suppose you want to add a new entity to a GoFastr application to store user contact information. You can use this Skill to add the entity programmatically via HTTP requests, without manually editing code.
Quick Start
Use the kiln skill to add a new entity called 'contacts' with fields 'name', 'email', and 'phone number'.