iangabrielsanchez / nhost

The Open Source Firebase Alternative with GraphQL.

Home Page:https://nhost.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nhost

Nhost

Quickstart   •   Website   •   Docs   •   Blog   •   Twitter   •   Discord


Nhost is an open source Firebase alternative with GraphQL, built with the following things in mind:

  • Open Source
  • GraphQL
  • SQL
  • Great Developer Experience

Nhost consists of open source software:

Architecture of Nhost




Visit https://docs.nhost.io for the complete documentation.

Get Started

Option 1: Nhost Hosted Platform

  1. Sign in to Nhost.
  2. Create Nhost app.
  3. Done.

Option 2: Self-hosting

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.

Sign In and Make a Graphql Request

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
  }
}`)

Frontend Agnostic

Nhost is frontend agnostic, which means Nhost works with all frontend frameworks.

Resources

  • Start developing locally with the Nhost CLI

Nhost Clients

Integrations

Applications

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.

ROSS Index - Fastest Growing Open-Source Startups in Q1 2022 | Runa Capital

How to contribute

Here are some ways of contributing to making Nhost better:

Contributors

plmercereau
Pilou
elitan
Johan Eliasson
szilarddoro
Szilárd Dóró
nunopato
Nuno Pato
gdangelo
Grégory D'Angelo
ejkkan
Erik Magnusson
guicurcio
Guido Curcio
subatuba21
Subha Das
sebagudelo
Sebagudelo
mrinalwahal
Mrinal Wahal
timpratim
Pratim
chrtze
Christopher Möller
GavanWilhite
Gavan Wilhite
FuzzyReason
Vadim Smirnov
macmac49
Macmac49
subhendukundu
Subhendu Kundu
heygambo
Christian Gambardella
dbarrosop
David Barroso
hajek-raven
Filip Hájek
MelodicCrypter
Hugh Caluscusin
jerryjappinen
Jerry Jäppinen
mdp18
Max
mustafa-hanif
Mustafa Hanif
nbourdin
Nicolas Bourdin
piromsurang
Piromsurang Rungserichai
Savinvadim1312
Savin Vadim
Svarto
Svarto
muttenzer
Muttenzer
alexander-mart
Alexander Mart
ahmic
Amir Ahmic
akd-io
Anders Kjær Damgaard
Sonichigo
Animesh Pathak
chrisli-03
Chris
massless
Chris Wetherell
rustyb
Colin Broderick
daguitosama
Dago
dminkovsky
Dmitry Minkovsky
dohomi
Dominic Garms
gaurav1999
Gaurav Agrawal
alveshelio
Helio Alves
nkhdo
Hoang Do
eltociear
Ikko Ashimine
jladuval
Jacob Duval
leothorp
Leo Thorp
LucasBois1
Lucas Bois
MarcelloTheArcane
Max Reynolds
nachoaldamav
Nacho Aldama
ghoshnirmalya
Nirmalya Ghosh
quentin-decre
Quentin Decré
elephant3
Siarhei Lipchyk
altschuler
Simon Altschuler
atapas
Tapas Adhikary
uulwake
Ulrich Wake
kwarabei
Vadim
TheRedLancer
Zach Burnaby
komninoschat
Komninos
meesvandongen
Meesvandongen

About

The Open Source Firebase Alternative with GraphQL.

https://nhost.io

License:MIT License


Languages

Language:TypeScript 97.6%Language:JavaScript 1.5%Language:CSS 0.5%Language:HTML 0.3%Language:Dockerfile 0.1%Language:Shell 0.1%