New project
What are you deploying?
Pick a starting point and velixir takes it from there. Most people are live in about two minutes, and it is free to start.
Start from a template A working app in the language you use, built and deployed for you
Every template is a public repository you can read first. Browse them with details
Deploy a public GitHub repo Paste a link and velixir builds it, with nothing to set up on GitHub
A link to a branch or a folder works too, for a repository with several apps in it. velixir works out what it is built with, in any of eleven languages. Next, you create a free account and it starts building.
Private repository? Here's how to deploy it
A private repository deploys two ways, and neither gives velixir access to GitHub:
-
1. From your machine, with the CLI
curl -fsSL https://velixir.net/install.sh | sh velixir login velixir deploy
Run the last one in your project folder. On Windows, install with
dotnet tool install --global Velixir.Cli. -
2. On every push, with GitHub Actions
Create the app, then copy the workflow from its Deploys tab into
.github/workflows/velixir.ymland add a velixir API key as a repository secret namedVELIXIR_API_KEY. Each push to your branch runs the deploy inside GitHub.
Deploy your own code One command from your project folder, in any of eleven languages
-
1. Install the CLI
curl -fsSL https://velixir.net/install.sh | sh
On Windows, or if you already have .NET:
dotnet tool install --global Velixir.Cli -
2. Sign in
velixir login
Opens your browser. New here? You can create the account from that page.
-
3. Deploy
velixir deploy
Run it in your project folder. The first run sets the app up, then builds it and gives you the URL.
Prefer CI? A GitHub Actions workflow runs the same deploy on every push to your branch.
velixir login do it
Let your AI agent deploy it Your agent ships what it built and hands you a link to keep it
No account or card needed to start. Your agent deploys the app and gives you a link to claim it, which keeps it on your account.
Paste this into your agent
Claude Code, Codex, Cursor, Cline, or any agent that can run commands and read a web page.
Deploy this app to velixir. Follow the "Deploy from an AI agent" steps at https://velixir.net/llms.txt, leave out .env files and other secrets, and when it is live, give me the app URL and the claim link.
Or add the velixir MCP server
Gives your agent deploy and logs tools, so it can ship, read what went wrong and try again.
Claude Code
claude mcp add velixir -- npx -y @velixir/mcp
Cursor, Windsurf, Cline or Claude Desktop (MCP settings)
{ "mcpServers": { "velixir": { "command": "npx", "args": ["-y", "@velixir/mcp"] } } }
Add a database Managed Postgres or Valkey in the EU, ready for any app to use
Not sure yet? Create an account and decide later. Free plan, no card.