I created a site where user can create stores for their costumers using AI , to achieve this I wanted to use vercel to deploy.
On my first try i created it with “sign in with vercel”(I wasn’t able to deploy using that) after that I have read the full documentation about Integration and tried to use that. I have no idea how to integrate that to my code. Using app to get user token? (the support dined to help me and send here)
Hey, @mdavidka! Welcome to the Vercel Community ![]()
I recommend you check out this thread to make sure we can get the best possible answers to you!
I did want to share that:
For deployment: You don’t need special integrations just to deploy to Vercel. You can simply:
- Connect your GitHub repo to Vercel
- Use the Vercel CLI (
npm i -g vercelthenvercel) - Deploy directly from your dashboard
For “Sign in with Vercel”: Do you mean this?
For integrations: Vercel integrations are typically for extending Vercel’s functionality (like adding monitoring tools), not for basic deployment.
Let us know how you get on!
Hey @mdavidka, just checking in to see if you still need help with integrating the Vercel API for your AI store deployment. Have you been able to make progress, or is there anything specific you’d like assistance with?