Get Started
Fiberplane Studio is a local debugging companion designed to help you to build, test, and develop Hono APIs.
-
Set up a Hono project
You can set up a basic Hono project via your terminal:
If you want a project that includes an ORM, a database, and is ready to deploy, we recommend using HONC 🪿:
-
Add the Fiberplane Studio client
Install the Studio client library in your Hono project. The client library will report traces to the local Fiberplane Studio and give you rich application context while you’re developing.
Add the client library to
index.ts
-
Launch Fiberplane Studio
In a new terminal window start Fiberplane Studio from your project directory:
Finally, start (or restart) your application, and you’re ready to go!
Next steps
Learn about the client library Read more about the client library and how to configure it
Make HTTP requests from Studio Use the Studio as your API client in your local development
Inspect request traces Visualize the entire request-response lifecycle of your API
Generate requests with AI Use language models to generate request data to test your API
Test webhooks Inspect incoming webhooks and forward them to your API using the Studio