Learn how to build a full-stack extension by creating a separate backend API server to handle requests from your extension client on Replit.
While full-stack extensions are not supported within a single Replit App (aka a monorepo) at this time, you can always call out from your Extension client Replit App to any outside API endpoints.
Until we have full Deployments support, you can use this simple workaround to create your own server API for your extension:
If you’re using Next.js to build your extension, we recommend exporting it statically and pointing your releases to the build directory.