Vxero Neo — Deploy to any VPS from your terminal { "@context": "https://schema.org", "@type": "SoftwareApplication", "name": "Vxero Neo", "description": "SSH-native CLI that initializes servers, deploys Docker apps, and manages live infrastructure. No agent, no control plane.", "applicationCategory": "DeveloperApplication", "operatingSystem": "macOS, Linux, Windows", "url": "https://neo.vxero.dev", "offers": [ { "@type": "Offer", "price": "0", "priceCurrency": "USD", "name": "Free" }, { "@type": "Offer", "price": "69", "priceCurrency": "USD", "name": "Neo+ (launch price)", "description": "Unlimited servers" } ] } { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Does Neo install an agent on my server?", "acceptedAnswer": { "@type": "Answer", "text": "No. Neo runs entirely on your local machine and connects to your server over SSH. Nothing is installed beyond Docker and Caddy, which are the runtime for your apps." } }, { "@type": "Question", "name": "I already use docker-compose. How do I switch?", "acceptedAnswer": { "@type": "Answer", "text": "Run neo config generate in your project directory. Neo scans your docker-compose.yml and auto-generates .neo.yml — detecting your app service, database sidecars, workers, env vars, and volumes. Then neo deploy . to ship it." } }, { "@type": "Question", "name": "Which cloud providers are supported?", "acceptedAnswer": { "@type": "Answer", "text": "Any provider that gives you a VPS with SSH access — DigitalOcean, Hetzner, Linode, Vultr, AWS EC2, GCP, Azure. Neo deploys to a single VM. It is not a cluster orchestrator and does not manage multi-node setups like Kubernetes or Docker Swarm. If you need one reliable server per project, Neo is a great fit." } }, { "@type": "Question", "name": "Can I use Neo for local development?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. neo dev wraps docker compose up with Neo's env loading from .neo.yml. Same config from local dev to production. If you prefer docker compose up directly, that works too — Neo reads your compose file on deploy." } }, { "@type": "Question", "name": "How does SSL/HTTPS work?", "acceptedAnswer": { "@type": "Answer", "text": "Three options: neo domain --temp gives you instant HTTPS via sslip.io (no DNS needed). neo domain app example.com uses Let's Encrypt auto-SSL (after DNS is pointed). --cert and --key flags let you bring your own certificate." } }, { "@type": "Question", "name": "Can I run background workers (queues, schedulers)?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Add a workers section to your .neo.yml and Neo deploys them as separate containers using the same image, env vars, and volumes as your main app. View their logs with neo logs myapp --worker queue." } }, { "@type": "Question", "name": "What about databases?", "acceptedAnswer": { "@type": "Answer", "text": "Neo can run databases in Docker via shared services or sidecars — fine for small projects. For production with real users, we recommend managed databases (Neon, PlanetScale, Supabase) and connecting via neo env set DATABASE_URL=..." } }, { "@type": "Question", "name": "How do I keep .neo.yml in sync with server changes?", "acceptedAnswer": { "@type": "Answer", "text": "neo sync reads the current server state and writes it back to .neo.yml. Domain changes, env vars, HTTPS toggles — all captured. Use --dry-run to preview first." } }, { "@type": "Question", "name": "Is Neo free?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Neo is free forever with every feature included — deploy, domains, workers, volumes, metrics, terminal, backups — on 1 server. Neo+ ($99/year, currently $69 during launch) removes the server limit so you can manage unlimited servers. Team licenses (10 keys for $299/year, $199 during launch) are also available." } }, { "@type": "Question", "name": "Why pay for Neo+ or a Team license?", "acceptedAnswer": { "@type": "Answer", "text": "Neo is free and will stay free. The paid tiers are how we keep it that way. Every Neo+ and Team license directly funds continued development — new commands, better tooling, and long-term maintenance. Neo+ removes the 1-server limit so you can manage staging, production, side projects, and client apps from one tool. The Team license gives 10 seats to share with colleagues or contractors. No paywalled features, no usage caps, no vendor lock-in." } } ] } { "@context": "https://schema.org", "@type": "Organization", "name": "Vxero", "url": "https://vxero.dev", "sameAs": ["https://github.com/solutionforest/neo-skill"] } [wire\:loading][wire\:loading], [wire\:loading\.delay][wire\:loading\.delay], [wire\:loading\.list-item][wire\:loading\.list-item], [wire\:loading\.inline-block][wire\:loading\.inline-block], [wire\:loading\.inline][wire\:loading\.inline], [wire\:loading\.block][wire\:loading\.block], [wire\:loading\.flex][wire\:loading\.flex], [wire\:loading\.table][wire\:loading\.table], [wire\:loading\.grid][wire\
FACT BOX ・ 要点整理
- 出典:PR Times
- 分類:新製品
- 関連組織:Docker / DigitalOcean / Hetzner
- 製品・サービス:Vxero Neo / Neo+