Nhost is a serverless backend for web and mobile apps. Nhost consists of open source software pre-configured to make it fast to get started and easy to scale.
This is what you get with Nhost:
- Database: Postgres
- GraphQL API: Hasura
- Authentication: Hasura Auth
- Storage: Hasura Storage
- Functions: JS/TS and Go runtimes
We also provide a UI to manage your database, users, and files. And we have JS/TS and Flutter SDKs to make it easy to work with.
Get Started
Managed at Nhost.io
Sign up and create your first app here.
Then connect to your new Nhost app using the JavaScript/TypeScript SDK or Flutter SDK.
$ npm install nhost-js-sdk
# or
$ flutter i nhost-dart-sdk
In your project, initialize the SDK with the endpoint of your new Nhost App:
import { NhostClient } from '@nhost/nhost-js'
const nhost = new NhostClient({
baseURL: 'https://project-id.nhost.app'
})
export { nhost }
Now you're ready to develop your app.
Develop Your App
Now you're ready to use these fundamental building blocks to build a unique experience:
- Quick Start: Create an app with React
- Authentication with email/password, magic link or social logins (Google, GitHub, Facebook, etc).
- Real-time database with GraphQL and Postgres to keep your data in sync.
- File Storage with image transformation.
- Payment powered by Stripe (coming soon).
Examples and tutorials
- Todo App with React
- Full App Template with Next.js
- Native Mobile App with Dart and Flutter
- Nuxt with Apollo.
- CRM Example App
- Multi-tenant App
Backend development
To further develop your backend, deep dive into these topics:
- Serverless Functions
- User Permissions
- Database events and webhooks
- Local development with the Nhost CLI
Resources
Nhost libraries and tools
Community ❤️
First and foremost: Star and watch this repository to stay up-to-date.
Also, follow Nhost on GitHub Discussions, our Blog, and on Twitter. You can chat with the team and other members on Discord, and follow our tutorials and other video material at YouTube.
Nhost is Open Source
This repository, and most of our other open source projects, are licensed under the MIT license.
How to contribute
Here are some ways of contributing to making Nhost better:
- Try out Nhost, and think of ways of how you can make the service better.
- Join our Discord and connect with other members to share and learn from.
- Send a pull request to any of our open source repositories on Github. Check our contribution guide for more details about how to contribute. We're looking forward to your contribution!
Security
If you discover a security vulnerability within Nhost, please send an e-mail to security@nhost.io. All security vulnerabilities will be promptly addressed.




