Host Little
Skip to content

Next.js hosting features, included on every plan.

Deploy, test, configure, and operate a production Next.js app from one project workspace. Every plan includes the same hosting workflow; you choose the app count, compute, and bandwidth.

Starting price
$10/month
Runtime
Always-on Node.js
Builds
Unlimited
Collaborators
Unlimited
Runtime

Always-on Node.js. Built for production.

Your app runs as a persistent process, not a collection of short-lived functions. WebSockets stay open, streams keep flowing, and the server stays ready.

WebSockets and Server-Sent Events

SSR, Server Actions, API routes, and ISR

Full Node.js APIs

No function-duration billing

Web requests flowing through an always-ready Node.js 22 process to PostgreSQL, object storage, and GitHub

One always-on runtime

Requests in. Connections stay open.

Process

Node.js 22

State

Always ready

Connections

Streams stay open

Billing

Not by function time

Deployments

From commit to live, with the risky part checked first.

Every push builds away from app traffic. Host Little starts the new container and verifies its HTTP response before it replaces the healthy release.

  1. 01

    Commit received

    main · a1f9c2e

  2. 02

    Image built

    Away from app traffic

  3. 03

    Health verified

    HTTP response passed

  4. 04

    Release serving

    Current version

Development

Test on a stable dev URL before you ship to production.

Choose one development branch for the project. Every push updates the same always-on environment and the same URL, so your team has a predictable place to review work before production.

  • One persistent development application per project
  • One selected branch and one stable URL
  • Separate variables for development and production
  • Automatic updates from that development branch
Project environments

Production

LIVE

main

my-app.hostlittle.app

Development

READY

develop

dev-my-app.hostlittle.app

Configuration

Override the build and start commands when your app needs it.

Most apps deploy with automatic detection. When yours needs something different, change its commands, paths, ports, and environment values directly in the project.

  • Separate environment values for production and development
  • Build-time and runtime variables
  • Base and publish directories for repository layouts
  • Exposed port plus install, build, and start commands
  • Commands that run before and after deployment
Project settings

Environment

Production and development values

Source

Base and publish paths

Commands

Install, build, and start

Hooks

Pre- and post-deployment

Domains and edge

One public address. The right region behind it.

Every visitor connects through Cloudflare. Safe static files can load nearby while pages, APIs, logins, and streams continue to reach your app.

A Host Little URL plus custom domains

Automatic HTTPS certificates

Static files cached near visitors

Dynamic traffic stays dynamic

Public entry

edge.hostlittle.com

  • US EastVirginia
  • US WestOregon
  • EUGermany

Move regions without changing DNS.

Visibility

Know exactly which commit is serving your site.

The project workspace keeps deployment evidence and current runtime information close to the controls you use to respond. You do not have to guess which commit is serving.

  • Build and runtime logs with download
  • Deployment history and live deployment status
  • Current traffic, CPU, and memory readings
  • Runtime recovery and redeploy controls
Project workspace

Production

main · a1f9c2e

HEALTHY

TRAFFIC

Current reading

CPU

Current reading

MEMORY

Current reading

Jobs

Background work, without another service.

Run scheduled commands on the always-on project runtime you already pay for. Recent runs stay visible with the rest of the project.

npm run search:syncACTIVE

Daily at 02:00 UTC · Last run completed

Teams

Bring the team. Not another seat bill.

Collaborators are included on every plan. Give each person the access their work needs, and issue scoped keys when trusted tools need project context.

  • Unlimited collaborators
  • Five workspace roles
  • Invite management
  • Scoped agent keys
Capacity

Compare capacity before you pick a plan.

Compare app count, compute per app, bandwidth, and the default monthly usage cap before checkout. Builds and collaborators stay unlimited across the ladder.

Launch

$10/mo

1 app · 0.5 vCPU · 1 GB RAM · 500 GB bandwidth

Default monthly cap

$20/month

Solo

$19/mo

1 app · 2 vCPU · 4 GB RAM · 2 TB bandwidth

Default monthly cap

$50/month

Studio

$59/mo

5 apps · 2 vCPU · 4 GB RAM each · 5 TB bandwidth

Default monthly cap

$75/month

Agency

$129/mo

15 apps · 2 vCPU · 4 GB RAM each · 15 TB bandwidth

Default monthly cap

$150/month

Additional bandwidth is $0.01/GB inside the cap you control.

Compare plan details

FAQ

Questions before you deploy.

What kind of repository can I deploy?

Host Little is sold and supported as production Next.js hosting. Connect a public or private GitHub repository, choose the production branch, and adjust the detected build and runtime commands when the repository needs them.

Does every pull request get a preview environment?

No. Each project can have one persistent development environment with one selected branch and one stable URL. Pushes to that branch update the same environment; pull requests do not create applications automatically.

Can I roll back to an earlier commit myself?

Not yet. The portal shows exact commit, status, duration, and current release details, but exact-commit self-serve restore is still gated. You can redeploy the latest selected branch or contact support to review recovery options.

What does the global edge cache?

Every app sits behind Cloudflare's global network. Static files that are safe to reuse can be cached closer to visitors. Personalized pages, API responses, logins, and live streams keep reaching your app so one visitor is never served another visitor's dynamic response by our cache rule.

How do I connect a database, CMS, cache, or storage service?

Add the provider's connection values to the project's environment variables. Host Little runs the Next.js application without requiring you to change the services already behind it.

What happens when I reach my monthly usage cap?

You set the cap and we never raise it for you, so nothing is charged beyond the limit you chose without you changing it first. We alert you as you approach it. Every plan includes a large bandwidth allowance, so most apps never reach it.

Start here

Start with the plan that fits your app.

Plans start at $10/month with commercial use, unlimited builds, and unlimited collaborators included.

  • Month to month
  • Commercial use from $10
  • 30-day money back
Compare plans

No projects yet

Connect a GitHub repository and choose the branch you ship from. Everything after that is a push.

Launch · $10/moGitHub deploy