M
Mastra•3d ago
Edward

Can you enable the playground yet with Mastra's Hono server adapter?

I was able to get an example of the Hono adapter working in my code, but even if I set playground to true the playground endpoints do not show up. I am unable to run Mastra Studio with my Bun monorepo and would really like to get this set up to at least locally test.
3 Replies
_roamin_
_roamin_•3d ago
Hey @Edward | Herd Labs ! Let me test that out Sorry, that part isn't actually fully implemented yet, you'd need to use mastra dev for now. But, our bot will open a GH issue to track this. We're going to release a new studio command in our CLI that will basically spin up the Studio locally, you'll then be able to point it to your Hono server that has the MastraServer adapter
Edward
EdwardOP•3d ago
So with this setup, it will be running in Node, but no longer built by Mastra?
_roamin_
_roamin_•3d ago
Correct! The Studio will be running on its own, then you'll just need to provide your API endpoint that's running in your Hono server (or any other server, Express, etc...)). Similar to how our Studio works in Mastra Cloud 😉

Did you find this page helpful?