App Server

Your server is ready. Start building.

Server is running

🚀 Get Started with Vibe Coding

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.

1

Install NameOcean Desktop

Download from nameocean.net and log in with your account. Your servers will automatically connect to Claude Code.

2

Open Claude Code

Launch Claude Code in your terminal. NameOcean MCP tools are already available — Claude can see your servers.

3

Tell Claude what to build

Describe your app in plain language. Claude writes the code, pushes to your server via git push, and your app goes live.

💻 Example Commands

Claude Code

# 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

🎯 What can you build?

Python
Flask · FastAPI · Django

"Build a todo API with FastAPI and SQLite"

Node.js
Express · Next.js · Nuxt

"Create a real-time chat app with Socket.io"

Go
Gin · Fiber · Echo

"Build a URL shortener service in Go"

Static
HTML · React · Vue

"Create a portfolio website with dark mode"