LatestGetting started
Deploy an Outstatic project on Vercel
To set up your project on Vercel, follow the steps bellow:
- On the Deploy on Vercel page, name your repository and click on Create:

- Create an account or Sign in to Outstatic with your GitHub account.
- Create a new project by connecting it to the repository Vercel created on step 1.

- In your project page, find API Keys on the sidebar and click on it.
- Copy and paste the link below as your Callback Origin (we will change this later).
https://localhost:3000/outstatic- Click Add Origin.
- Click on Generate API Key.
- Copy the API key and paste it into the Deploy on Vercel's Add Environment Variables section. Click on Deploy.

- Click on Deploy
When the deploy finishes, open your site. To access the dashboard, add /outstatic to your site URL:
Example: https://myblog.vercel.app/outstatic
You should see this page:

- Now go back to API Keys in Outstatic and add your production callback URL:
https://myblog.vercel.app/outstatic - Return to
/outstatic, and click Sign in with GitHub again.
Congratulations! Now you have a website with a full-featured dashboard to edit your content.
To develop your Vercel deployed website locally, please check the Local Development page.
We recommend you learn how Outstatic manages content and also how to fetch content from your front end.