With Novel Web
In different server
2
In the same server
Changelog
Last updated
Novel can be used with or without Novel Web. However, If you would like to use it with Novel Web, or if you have used the express installation method; you would have Novel Web inside your /web directory.
Normally, the software would be able to detect if this is inside that directory.
But if you would want to deploy Novel Web separately into Vercel, like the tutorial below
You will need to perform a couple more steps.
Add this environment variable in the server that you set up Novel Web on.
For example, with Vercel

As long as Novel Web is inside the /web directory, Novel API will make sure it will serve it in the same host as the API.
No additional set up is required.
2024-12-20 - Initial Documentation
Last updated
HOST=https://canary.novel.dev
WEB_HOST=https://demo.novel.dev
...rest of your `.env`NEXT_PUBLIC_API_HOST=https://canary.novel.dev
...rest of your `.env`