Other Frameworks
Better Upload can work in any framework with API routes that use standard Request and Response objects. You can even use it in a separate backend server, like Hono.
Here are some examples of how to use Better Upload in other frameworks:
Full Stack
Remix
The only difference when using Better Upload with Remix is how you define your handler. You can use handleRequest
to handle a generic request.
Backend
When using a different backend server, make sure to update the api
option on the client hooks and components.