How To Connect Vercel To YACSS
Vercel is a leading deployment platform for modern web projects. Connecting Vercel to YACSS requires two things: a Vercel access token and a GitHub OAuth connection. Both are covered in this tutorial.
Open Cloud Connectivity
In YACSS, navigate to Cloud Connectivity from the sidebar. Click Connect on the Vercel card to begin the setup process.

Part 1 — Vercel Token
Generate a Vercel Token
Log in to vercel.com and go to the following URL to create a new access token:
vercel.com/account/settings/tokensGive the token a name, select a scope and set expiration to No Expiration. Click Create. Copy the token that appears — it is only shown once.


Paste Into YACSS & Save
Return to YACSS. Paste the token into the Token field and click Save.

Part 2 — GitHub OAuth Connection
Open GitHub OAuth Connectivity
In YACSS, navigate to OAuth Connectivity → GitHub in the sidebar and click Add New. Then open github.com/settings/profile, click your profile icon and select Settings.


Open Developer Settings
Scroll to the bottom of the Settings sidebar and click Developer settings. Then go to OAuth Apps and click New OAuth App.

Register the OAuth App
Fill in the form with the following values, then click Register application:
- Application name — Any name you want
- Homepage URL —
https://yacss.site/ - Authorization callback URL —
https://app.yacss.site/user/github-redirect.php


Copy Credentials & Authorize
Click Generate a new client secret. Copy both the Client ID and Client Secret and paste them into the YACSS GitHub OAuth form. Click Submit — YACSS will redirect you to GitHub where you need to click Authorize to complete the connection.

