Skip to content
/ fpx Public

Supercharge your local development

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

fiberplane/fpx

Repository files navigation

fpx studio

FPX

website

fpx studio is a local-first tool for building and debugging Hono apis. It can make requests against your api, inspect relevant runtime information when things go wrong, and help you build on the fly with confidence.

Get Started

Launch the studio via npx in the root directory of your Hono project:

cd my-hono-project
npx @fiberplane/studio

If it's your first time running the cli, it will ask you for some configuration details. After that, a local web app will open on http://localhost:8788.

fpx is designed to be used in conjunction with the @fiberplane/hono middleware. Adding that middleware is a breeze, and you can read more about it in the project's README.

Contributing

See the DEVELOPMENT.md file for more details on how to develop the studio locally. Please get in touch via GitHub issues, or on the Fiberplane Discord, if you have any feedback or suggestions!

License

All code within the fpx repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT.