> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Deploy web projects

> Preview and safely deploy Arka projects to Vercel or Netlify.

Preview a deployment first:

```bash theme={null}
arka deploy --platform vercel
arka deploy --platform netlify --json
arka deploy --platform railway --json
arka deploy --platform render --json
```

Deploy only after authenticating the platform CLI and explicitly passing
`--yes`:

```bash theme={null}
arka deploy --platform vercel --production --yes
arka deploy --platform netlify --production --yes
arka deploy --platform railway --production --yes
arka deploy --platform render --production --yes
```

Arka never sends credentials or deploys by default. It detects `vercel.json`,
`netlify.toml`, `railway.toml`, `render.yaml`, `Dockerfile`,
`docker-compose.yml`, and `package.json` to choose a sensible platform.

Railway and Render are intended for backend/API services. Authenticate their
CLI or connect the repository in the provider dashboard before using `--yes`.

For hosting Arka's coding/devtool skills specifically, use the Railway hosted
profile: [Deploy coding skills to Railway](/guides/railway-coding-skills).


## Related topics

- [Deploy coding skills to Railway](/guides/railway-coding-skills.md)
- [How to code with Arka](/guides/code-with-arka.md)
- [Build something cool](/guides/build-something-cool.md)
- [Spline 3D guidance](/guides/spline.md)
- [Project structure improvement prompt](/guides/project-structure-prompt.md)
