Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Supabase | 47,562 | 17 hours ago | 36 | March 16, 2020 | 272 | apache-2.0 | TypeScript | |||
The open source Firebase alternative. Follow to stay updated about our public Beta. | ||||||||||
React Starter Kit | 21,798 | 1 | 5 | 15 days ago | 23 | March 07, 2016 | 3 | mit | TypeScript | |
The web's most popular Jamstack front-end template (boilerplate) for building web applications with React | ||||||||||
Rxdb | 19,038 | 82 | 68 | a day ago | 312 | September 22, 2022 | 5 | apache-2.0 | TypeScript | |
A fast, offline-first, reactive database for JavaScript Applications https://rxdb.info/ | ||||||||||
Nhost | 6,473 | 9 | 19 hours ago | 91 | September 20, 2022 | 159 | mit | TypeScript | ||
The Open Source Firebase Alternative with GraphQL. | ||||||||||
React Firebase Starter | 4,447 | 2 | 3 months ago | 25 | July 22, 2016 | 135 | mit | JavaScript | ||
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay | ||||||||||
Space Cloud | 3,736 | a month ago | 40 | September 05, 2021 | 177 | apache-2.0 | Go | |||
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes | ||||||||||
Firebase Gcp Examples | 632 | a month ago | 48 | mit | JavaScript | |||||
🔥 Firebase app architectures, languages, tools & some GCP things! React w Next.js, Svelte w Sapper, Cloud Functions, Cloud Run. | ||||||||||
Apollo Link Firebase | 413 | 4 years ago | n,ull | mit | TypeScript | |||||
:fire: :link: apollo-link-firebase provides you a simple way to use Firebase with graphQL. | ||||||||||
Graphcool Templates | 356 | 5 years ago | 43 | mit | JavaScript | |||||
📗 Collection of Graphcool Templates | ||||||||||
Firestore Apollo Graphql | 303 | 4 years ago | 3 | unlicense | TypeScript | |||||
An example of a GraphQL setup with a Firebase Firestore backend. Uses Apollo Engine/Server 2.0 and deployed to Google App Engine. |
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: '[email protected]', 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: