The Open Source Firebase Alternative with GraphQL. Get a database and backend configured and ready in minutes.
Deploy this app to Linode with a free $100 credit!
Nhost is an open source Firebase alternative with GraphQL, built with the following things in mind:
Nhost consists of open source software:
Visit https://docs.nhost.io for the complete documentation.
Since Nhost is 100% open source, you can self-host the whole Nhost stack. Check out the example docker-compose file to self-host Nhost.
Install the @nhost/nhost-js
package and start build your app:
import { NhostClient } from '@nhost/nhost-js'
const nhost = new NhostClient({
subdomain: '<your-subdomain>',
region: '<your-region>'
})
await nhost.auth.signIn({ email: 'elon@musk.com', password: 'spaceX' })
await nhost.graphql.request(`{
users {
id
displayName
email
}
}`)
Nhost is frontend agnostic, which means Nhost works with all frontend frameworks.
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.
This repository, and most of our other open source projects, are licensed under the MIT license.
Here are some ways of contributing to making Nhost better:
Please login to review this project.
No reviews for this project yet.
The serverless microservices platform by iron.io.
Serverless Functions Made Simple for Docker & Kubernetes.
An open-source & self-hostable Heroku / Netlify alternative…
Comments (0)
Please login to join the discussion on this project.