Developer documentation
App hosting guides for the path from source to release.
Short, implementation-grounded guides for connecting a repository, shipping an app, and understanding the database boundary.
The workflow
Choose a path. Know what happens next.
Each guide follows a real project decision and ends with a concrete way to verify the result.
Read the contract, make the change, and verify the release.
GitHub to Next.js
Deploy a Next.js app from GitHub
Connect a GitHub-hosted Node.js or Next.js application, choose a branch, and verify its healthy release on Host Little.
Read the guideManaged PostgreSQL
Create and connect PostgreSQL
Create managed PostgreSQL, copy the owner-only TLS connection, and use built-in lifecycle and recovery controls.
Read the guideThe details that keep a release honest.
- Connect GitHub and let Railpack build the app.
- Add a custom domain after the release is healthy.
- Create PostgreSQL and use its protected connection variables in your application.
- Use health checks, logs, and usage to verify a release.
Deploy your first app.
Connect GitHub, verify the release, and review the approved PostgreSQL path when the app needs state.