Once you’ve set up all of the above services, you can now deploy your app to Vercel.Documentation Index
Fetch the complete documentation index at: https://docs.agentset.ai/llms.txt
Use this file to discover all available pages before exploring further.
Deploy code to GitHub
If you haven’t already, push up your cloned repository to GitHub by running the following commands:
Terminal
Create a new Vercel project
In your Vercel account, create a new project. Then, select your GitHub repository and click Import.Make sure that your Framework Preset is set to Next.js and the Root Directory is set to 
In the Environment Variables section, add all of the environment variables from your
apps/web.
.env file by copying all of them and pasting it into the first input field. A few notes:- Replace the
BETTER_AUTH_URLenvironment variable with the app domain that you will be using (e.g.https://app.acme.com).
Next Steps
Congratulations! You’ve successfully self-hosted Agentset. If you run into any issues or have questions, please:- Check out our GitHub repository for the latest updates
- Join our Discord community for support
- Reach out to us at contact@agentset.ai

