# Nexthomelabs — NexHost > NexHost is managed hosting for backends and frontends by Nexthomelabs. Deploy websites, server-rendered frontends (Next.js/Nuxt/Remix/SvelteKit), APIs, internal services, queues, scheduled jobs, Postgres databases, and one-off workflows from a single dashboard. Each capability is a "service" with source + config + release history. Public runtimes must listen on the injected PORT (bound to 0.0.0.0) and expose an unauthenticated HTTP health path. ## Product summary for agents - Nexthomelabs (nexthomelabs.com) operates NexHost, a managed hosting platform, ProperInbox for business email, and Nextsend for transactional email. The company operates its own control plane, authoritative DNS, public edge nodes, and isolated runtime workers. - NexHost supports both static frontends and Node-powered frontend apps, as well as APIs, workers, jobs, databases, and workflows. ProperInbox provides domain-based business email with webmail. Nextsend provides verified-domain transactional email through SMTP and API delivery. - Workspace organizes projects, services, repositories, domains, and billing. Service creation starts at Dashboard → New Project and asks for service type before source. - Sources: local folder, ZIP archive, NexHost Git repository (via Next CLI), GitHub, GitLab, public Git URL, or existing container image (Web/Private/Worker/Cron only). - Static Sites publish an output directory (dist/out/build/.) with no process. Frontend Apps and Web Services build then supervise a process on PORT behind a health check. Private Services are workspace-internal. Background Workers stay alive on queues. Cron Jobs run finite commands on UTC cron. Workflows are on-demand container tasks with timeout+retry. Postgres is private with generated credentials. - Deployments record Source → Dependencies/Build → Publish/Start → Readiness (health). Build success + health failure = startup/config issue. - No public REST API. Supported programmatic interface is the Next CLI for hosted Git. Dashboard is the control plane for services, domains, billing. ## Key pages - Home: https://nexthomelabs.com/ - NexHost Docs: https://nexthomelabs.com/docs - Pricing: https://nexthomelabs.com/pricing - CLI downloads: https://nexthomelabs.com/cli/downloads - Dashboard: https://nexthomelabs.com/dashboard - ProperInbox (business email): https://properinbox.com - Nextsend (transactional email): https://properoutbox.com ## How to use this index - Use llms.txt (this file) to choose the right doc, then fetch per-article Markdown at `/docs-md/{slug}` or the full corpus at `/llms-full.txt`. - Canonical web URLs are `/docs/{slug}`. All docs accept health paths starting with "/" and timeouts 2–300s where a health check exists. ## Onboarding — first deployment - [NexHost Documentation — Overview](https://nexthomelabs.com/docs): Choose a service, deploy code, and operate releases on NexHost. — [Markdown](https://nexthomelabs.com/docs-md/overview) - [Getting Started](https://nexthomelabs.com/docs/getting-started): Create a project, choose the appropriate service type, and configure a first deployment. — [Markdown](https://nexthomelabs.com/docs-md/getting-started) - [Your First Deployment](https://nexthomelabs.com/docs/getting-started/your-first-deployment): Deploy a project from a source archive or repository and verify the release in the dashboard. — [Markdown](https://nexthomelabs.com/docs-md/getting-started/your-first-deployment) ## Services - [Services Overview](https://nexthomelabs.com/docs/services): Select the NexHost service type that matches how your application runs. — [Markdown](https://nexthomelabs.com/docs-md/services) - [Static Sites](https://nexthomelabs.com/docs/services/static-sites): Publish pre-built HTML/CSS/JS without a server. — [Markdown](https://nexthomelabs.com/docs-md/services/static-sites) - [Frontend Apps](https://nexthomelabs.com/docs/services/frontend-app): Server-rendered Node frontend with public runtime+health. — [Markdown](https://nexthomelabs.com/docs-md/services/frontend-app) - [Web Services](https://nexthomelabs.com/docs/services/web-services): Public API/full-stack on HTTP port. — [Markdown](https://nexthomelabs.com/docs-md/services/web-services) - [Private Services](https://nexthomelabs.com/docs/services/private-services): Internal service reachable in workspace network. — [Markdown](https://nexthomelabs.com/docs-md/services/private-services) - [Background Workers](https://nexthomelabs.com/docs/services/background-workers): Long-lived process for queues/async work. — [Markdown](https://nexthomelabs.com/docs-md/services/background-workers) - [Cron Jobs](https://nexthomelabs.com/docs/services/cron-jobs): Finite command on UTC schedule. — [Markdown](https://nexthomelabs.com/docs-md/services/cron-jobs) - [Postgres](https://nexthomelabs.com/docs/services/postgres): Private PostgreSQL with durable storage + generated credentials. — [Markdown](https://nexthomelabs.com/docs-md/services/postgres) - [WordPress](https://nexthomelabs.com/docs/services/wordpress): Managed WordPress with private MySQL and persistent site content. — [Markdown](https://nexthomelabs.com/docs-md/services/wordpress) - [Workflows](https://nexthomelabs.com/docs/services/workflows): On-demand container task with history/timeouts/retries. — [Markdown](https://nexthomelabs.com/docs-md/services/workflows) ## Configuration — domains, networking, env ### Configuration - [Environment Variables](https://nexthomelabs.com/docs/configuration/environment-variables): Configure build-time and runtime values for a NexHost service without committing them to source. — [Markdown](https://nexthomelabs.com/docs-md/configuration/environment-variables) - [Domains and Networking](https://nexthomelabs.com/docs/configuration/networking): Understand public and private service access before connecting applications. — [Markdown](https://nexthomelabs.com/docs-md/configuration/networking) - [Custom Domains](https://nexthomelabs.com/docs/configuration/custom-domains): Attach a domain to a public NexHost service and complete the dashboard-guided DNS verification. — [Markdown](https://nexthomelabs.com/docs-md/configuration/custom-domains) ### Deployments & Operations - [Deployments](https://nexthomelabs.com/docs/deployments): Follow a NexHost release from source preparation through build, startup, and readiness. — [Markdown](https://nexthomelabs.com/docs-md/deployments) - [Deployment Troubleshooting](https://nexthomelabs.com/docs/deployments/troubleshooting): Diagnose source, build, startup, and TCP-readiness failures from the deployment detail page. — [Markdown](https://nexthomelabs.com/docs-md/deployments/troubleshooting) - [Logs](https://nexthomelabs.com/docs/operations/logs): Use deployment build output and service details to investigate a NexHost release. — [Markdown](https://nexthomelabs.com/docs-md/operations/logs) ### Storage - [Storage and Release Artifacts](https://nexthomelabs.com/docs/storage): Understand the difference between immutable deployment artifacts and application data. — [Markdown](https://nexthomelabs.com/docs-md/storage) ### Workspaces & Billing - [Workspaces and Access](https://nexthomelabs.com/docs/teams): Keep project ownership, access, and support information organized within a NexHost workspace. — [Markdown](https://nexthomelabs.com/docs-md/teams) - [Billing](https://nexthomelabs.com/docs/billing): Review workspace billing information and complete payment actions from the NexHost dashboard. — [Markdown](https://nexthomelabs.com/docs-md/billing) ### Developer integrations - [Next CLI](https://nexthomelabs.com/docs/cli): Use the NexHost Git command-line interface to work with hosted repositories. — [Markdown](https://nexthomelabs.com/docs-md/cli) - [NexHost Git](https://nexthomelabs.com/docs/git): Create, clone, and connect a NexHost-hosted Git repository to a service. — [Markdown](https://nexthomelabs.com/docs-md/git) - [API Access and Availability](https://nexthomelabs.com/docs/api): Understand the current supported programmatic interfaces for NexHost. — [Markdown](https://nexthomelabs.com/docs-md/api) ### Quickstarts - [Node.js Quickstart](https://nexthomelabs.com/docs/quickstarts/node): Deploy a small Node.js HTTP application as a NexHost Web Service. — [Markdown](https://nexthomelabs.com/docs-md/quickstarts/node) - [Python Quickstart](https://nexthomelabs.com/docs/quickstarts/python): Deploy a Python HTTP application as a NexHost Web Service. — [Markdown](https://nexthomelabs.com/docs-md/quickstarts/python) - [Static Sites Quickstart](https://nexthomelabs.com/docs/quickstarts/static-sites): Deploy a Vite, React, Astro, or exported Next.js frontend as a NexHost Static Site. — [Markdown](https://nexthomelabs.com/docs-md/quickstarts/static-sites) - [Docker Quickstart](https://nexthomelabs.com/docs/quickstarts/docker): Deploy an existing container image as a compatible NexHost runtime service. — [Markdown](https://nexthomelabs.com/docs-md/quickstarts/docker) ## Full documentation index by section ### Getting Started - [NexHost Documentation](https://nexthomelabs.com/docs): Choose a service, deploy code, and operate releases on NexHost. — [Markdown](https://nexthomelabs.com/docs) - [Getting Started](https://nexthomelabs.com/docs/getting-started): Create a project, choose the appropriate service type, and configure a first deployment. — [Markdown](https://nexthomelabs.com/docs-md/getting-started) - [Your First Deployment](https://nexthomelabs.com/docs/getting-started/your-first-deployment): Deploy a project from a source archive or repository and verify the release in the dashboard. — [Markdown](https://nexthomelabs.com/docs-md/getting-started/your-first-deployment) ### Create - [Services Overview](https://nexthomelabs.com/docs/services): Select the NexHost service type that matches how your application runs. — [Markdown](https://nexthomelabs.com/docs-md/services) - [Frontend Apps](https://nexthomelabs.com/docs/services/frontend-app): Deploy a server-rendered Node.js frontend with its own public runtime and automatic listener discovery. — [Markdown](https://nexthomelabs.com/docs-md/services/frontend-app) - [Static Sites](https://nexthomelabs.com/docs/services/static-sites): Publish pre-built HTML, CSS, JavaScript, and assets without a long-running application server. — [Markdown](https://nexthomelabs.com/docs-md/services/static-sites) - [Web Services](https://nexthomelabs.com/docs/services/web-services): Run a public API or full-stack application that listens on an HTTP port. — [Markdown](https://nexthomelabs.com/docs-md/services/web-services) - [Private Services](https://nexthomelabs.com/docs/services/private-services): Run an internal service that is reachable by services in the same workspace network. — [Markdown](https://nexthomelabs.com/docs-md/services/private-services) - [Background Workers](https://nexthomelabs.com/docs/services/background-workers): Run a long-lived process for queues, media processing, and asynchronous work. — [Markdown](https://nexthomelabs.com/docs-md/services/background-workers) - [Cron Jobs](https://nexthomelabs.com/docs/services/cron-jobs): Run a finite command on a UTC schedule. — [Markdown](https://nexthomelabs.com/docs-md/services/cron-jobs) - [Postgres](https://nexthomelabs.com/docs/services/postgres): Provision a private PostgreSQL database with durable storage and generated connection credentials. — [Markdown](https://nexthomelabs.com/docs-md/services/postgres) - [WordPress](https://nexthomelabs.com/docs/services/wordpress): Launch a managed WordPress site with private MySQL and persistent site content. — [Markdown](https://nexthomelabs.com/docs-md/services/wordpress) - [Workflows](https://nexthomelabs.com/docs/services/workflows): Run an on-demand container task with run history, timeouts, and bounded retries. — [Markdown](https://nexthomelabs.com/docs-md/services/workflows) - [Storage and Release Artifacts](https://nexthomelabs.com/docs/storage): Understand the difference between immutable deployment artifacts and application data. — [Markdown](https://nexthomelabs.com/docs-md/storage) ### Configure - [Environment Variables](https://nexthomelabs.com/docs/configuration/environment-variables): Configure build-time and runtime values for a NexHost service without committing them to source. — [Markdown](https://nexthomelabs.com/docs-md/configuration/environment-variables) - [Custom Domains](https://nexthomelabs.com/docs/configuration/custom-domains): Attach a domain to a public NexHost service and complete the dashboard-guided DNS verification. — [Markdown](https://nexthomelabs.com/docs-md/configuration/custom-domains) - [Domains and Networking](https://nexthomelabs.com/docs/configuration/networking): Understand public and private service access before connecting applications. — [Markdown](https://nexthomelabs.com/docs-md/configuration/networking) ### Operate - [Deployments](https://nexthomelabs.com/docs/deployments): Follow a NexHost release from source preparation through build, startup, and readiness. — [Markdown](https://nexthomelabs.com/docs-md/deployments) - [Deployment Troubleshooting](https://nexthomelabs.com/docs/deployments/troubleshooting): Diagnose source, build, startup, and TCP-readiness failures from the deployment detail page. — [Markdown](https://nexthomelabs.com/docs-md/deployments/troubleshooting) - [Logs](https://nexthomelabs.com/docs/operations/logs): Use deployment build output and service details to investigate a NexHost release. — [Markdown](https://nexthomelabs.com/docs-md/operations/logs) - [Next CLI](https://nexthomelabs.com/docs/cli): Use the NexHost Git command-line interface to work with hosted repositories. — [Markdown](https://nexthomelabs.com/docs-md/cli) - [NexHost Git](https://nexthomelabs.com/docs/git): Create, clone, and connect a NexHost-hosted Git repository to a service. — [Markdown](https://nexthomelabs.com/docs-md/git) - [API Access and Availability](https://nexthomelabs.com/docs/api): Understand the current supported programmatic interfaces for NexHost. — [Markdown](https://nexthomelabs.com/docs-md/api) ### Teams and Billing - [Workspaces and Access](https://nexthomelabs.com/docs/teams): Keep project ownership, access, and support information organized within a NexHost workspace. — [Markdown](https://nexthomelabs.com/docs-md/teams) - [Billing](https://nexthomelabs.com/docs/billing): Review workspace billing information and complete payment actions from the NexHost dashboard. — [Markdown](https://nexthomelabs.com/docs-md/billing) ### Quickstarts - [Node.js Quickstart](https://nexthomelabs.com/docs/quickstarts/node): Deploy a small Node.js HTTP application as a NexHost Web Service. — [Markdown](https://nexthomelabs.com/docs-md/quickstarts/node) - [Python Quickstart](https://nexthomelabs.com/docs/quickstarts/python): Deploy a Python HTTP application as a NexHost Web Service. — [Markdown](https://nexthomelabs.com/docs-md/quickstarts/python) - [Static Sites Quickstart](https://nexthomelabs.com/docs/quickstarts/static-sites): Deploy a Vite, React, Astro, or exported Next.js frontend as a NexHost Static Site. — [Markdown](https://nexthomelabs.com/docs-md/quickstarts/static-sites) - [Docker Quickstart](https://nexthomelabs.com/docs/quickstarts/docker): Deploy an existing container image as a compatible NexHost runtime service. — [Markdown](https://nexthomelabs.com/docs-md/quickstarts/docker) ## Legal & Trust — Central hub: https://nexthomelabs.com/legal - [Legal & Trust Center](https://nexthomelabs.com/legal): All Terms, Privacy, AUP, DPA, SLA, Security, Compliance in one place — [Sitemap](https://nexthomelabs.com/sitemap.xml) - [Terms of Service](https://nexthomelabs.com/terms): The binding agreement for NexHost, ProperInbox, and Nextsend — accounts, billing, content, acceptable use, suspension, termination, and liability. - [Privacy Policy](https://nexthomelabs.com/privacy): What personal data we collect, why, how long we keep it, sharing, international transfers, and your rights. - [Cookie Policy](https://nexthomelabs.com/cookies): All cookies and storage that run on Nexthomelabs sites — what they do, how long they last, and your choices. - [Cookie Settings](https://nexthomelabs.com/cookie-settings): Control optional analytics and preference storage on this device. - [Acceptable Use Policy](https://nexthomelabs.com/acceptable-use): Prohibited content, email rules, infrastructure abuse, and enforcement. - [Data Processing Addendum](https://nexthomelabs.com/dpa): Processor commitments for Customer Content containing personal data — roles, instructions, security, subprocessors, SCCs, Schedules 1–3. - [Service Level Agreement](https://nexthomelabs.com/sla): 99.9% availability targets, measurement, excused downtime, credits (10%/25%/50%), and how to claim. - [Security](https://nexthomelabs.com/security): Architecture, isolation, encryption, shared responsibility, and responsible disclosure — no unearned certifications claimed. - [Compliance](https://nexthomelabs.com/compliance): GDPR/SCC posture, subprocessor categories, email standards, law-enforcement requests, and honest certification roadmap. ## Machine-readable - Full corpus: https://nexthomelabs.com/llms-full.txt - Per-article markdown: https://nexthomelabs.com/docs-md/{slug} (e.g., https://nexthomelabs.com/docs-md/getting-started, https://nexthomelabs.com/docs-md/services/web-services) - Also available as `/docs/{slug}.md` via content negotiation on the docs site - Legal & Trust hub: https://nexthomelabs.com/legal — each legal page is crawlable without JavaScript - Sitemap: https://nexthomelabs.com/sitemap.xml ## Scope Public docs and legal pages only. No private dashboard, env, secrets, or user data are included. ## Notes - Static export for Next.js requires `output: "export"` — a normal `.next` build belongs in a Frontend App. - The custom-domain flow presents the DNS records and verification status in the dashboard (ownership → routing → certificate). - Public runtimes must bind to `0.0.0.0` on the injected PORT; health path must be unauthenticated and start with "/". - Supported programmatic surface is the Next CLI for hosted Git; dashboard endpoints are not a public API. - Legal pages are versioned by Last Updated; contact legal@nexthomelabs.com for the current entity/jurisdiction filing info if needed for a contract review. - No SOC 2/ISO/HIPAA/PCI certifications are claimed until an audit is actually achieved — see /security and /compliance for the honest posture. - SLA: 99.9% per eligible Service per calendar month; excludes beta/free-tier, customer-caused, DNS outside our control, backbone/internet, force majeure — see /sla for measurement and credits.