kiln

Modify GoFastr applications in real-time via an HTTP API.

13|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/DonaldMurillo/gofastr --skill kiln
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiln
Source: https://github.com/DonaldMurillo/gofastr/tree/main/cmd/kiln
Command: npx skills add https://github.com/DonaldMurillo/gofastr --skill kiln

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gofastr, and includes scripts (resource) components.

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'.

Frequently Asked Questions about kiln

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I modify a GoFastr application in real-time without editing code?

You can build web applications in real-time by sending HTTP requests to an API that mutates the in-memory application state, executing CRUD operations on entities, UI pages, behavior hooks, and routing without manual code changes.

Can I add entities and routing to a web app using an HTTP API?

Yes, you can add entities, UI pages, behavior hooks, and routing by making HTTP API requests that perform CRUD operations to mutate the application's in-memory state directly.

Do I need the GoFastr framework to build apps via HTTP requests?

Yes, using the HTTP API to mutate in-memory application state requires the GoFastr framework and appropriate permissions to execute CRUD operations on entities and routing.

What is the best way to programmatically add a data entity to a web application?

The best way to programmatically add a data entity is to use an HTTP API that handles CRUD operations, allowing you to define fields like name and email directly via HTTP requests to mutate in-memory state.

Are there limitations to mutating in-memory application state via HTTP?

Mutating in-memory application state via HTTP requires the GoFastr framework and appropriate permissions, restricting changes to the tool surface rather than manual code edits.