# Vercel

Vercel is often the best choice for hosting WebGeoDa scaffolding. Similar to Netlify, it provides static site hosting that supports Next.js --which Vercel built! It's fast, it's powerful, and they provide additional services beyond static site hosting if you grow beyond static needs. To get started, create or link an account on [Vercel](https://vercel.com/).

Next, follow the below tutorial to link your Github repo to a Vercel deployment.

{% embed url="<https://ihatetomatoes-nextjs-101.vercel.app/post/how-deploy-next-app-vercel>" %}

Note that for organizations, Vercel does not provide a free plan -- individuals can use the free tier.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.webgeoda.org/deploy/vercel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
