Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rogierv's avatar

Nova as public API endpoint?

Hi all,

I just bought Nova for a project and while reading the documentation and checking nova itself I think it's a great helping tool for what I'm trying to create.

The frontend of my project is created with vue and as /nova-api exists I thought of using that for my frontend API endpoint aswell.

Anyone have any experience with this? The api will be used by me frontend app and external api calls from clients.

Hope anyone can tell me this is a smart decision or if its better to create my API myself.

Kind regards,

Rogier

0 likes
2 replies
sinisauk's avatar

I would decouple all parts of your project, namely front end , backend and api. It is much easier to scale projects with specific parts decoupled, and easier to maintain. And is never a good idea to mix APIs like that.

Please or to participate in this conversation.