This project is an example of how to use Fixie to provide a set of static IPs for projects hosted on Vercel. It is a simple Next.js project bootstrapped with create-next-app.
To authenticate this example app with Fixie, just make sure the FIXIE_URL environment variable is set.
You can do this by enabling the Fixie Vercel Integration and creating a proxy application linked to this project, or by setting the FIXIE_URL environment variable manually.
If you do not already have a Fixie account, you can sign up.
After deploying the project, use the Fixie Dashboard to provision a proxy for your new project. When you do so, the Fixie integration will automatically set the FIXIE_URL environment variable on your Vercel Project.
Finally, trigger a redeploy of the project so that it will use the new FIXIE_URL environment variable.
FIXIE_URL=http://fixie:password@group.usefixie.com:80 npm run devTo learn more about Fixie, see the following resources:
- Fixie's Vercel Integration Documentation - learn about how to use Fixie with Vercel
- Fixie HTTP/S Documentation - learn how to make HTTP/S requests using popular languages and frameworks
- Fixie Socks Documentation - learn how to establish database connections and other TCP connections through Fixie