Your server is ready. Start building.
Your server is connected to Claude Code via MCP. Describe what you want to build and Claude will write the code, deploy it, and make it live — all in one step.
Download from nameocean.net and log in with your account. Your servers will automatically connect to Claude Code.
Launch Claude Code in your terminal. NameOcean MCP tools are already available — Claude can see your servers.
Describe your app in plain language. Claude writes the code, pushes to your server via git push, and your app goes live.
# Ask Claude to deploy a Python app
$ claude
"Deploy a Flask API with /hello endpoint to my NameOcean server"
# Or a Node.js app
"Create an Express.js REST API with user authentication and deploy it"
# Or a static website
"Build a landing page for my coffee shop and push it to my server"
# Manage your server
"Open port 5432 on my server for PostgreSQL"
"Bind mydomain.com to my server"
"Show me all my servers and their status"
# Manual deploy via git
$ git remote add nameocean ssh://root@SERVER:PORT/root/web.git
$ git push nameocean main
→ Your app is live at https://your-domain.com
Flask · FastAPI · Django
"Build a todo API with FastAPI and SQLite"
Express · Next.js · Nuxt
"Create a real-time chat app with Socket.io"
Gin · Fiber · Echo
"Build a URL shortener service in Go"
HTML · React · Vue
"Create a portfolio website with dark mode"