Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The Open Source Firebase Alternative with GraphQL.

License

NotificationsYou must be signed in to change notification settings

nhost/nhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nhost

Nhost

Quickstart  •  Website  •  Docs  •  Blog  •  Twitter  •  Discord  •  Ask Nhost Guru (third party, unofficial)


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




Visithttps://docs.nhost.io for the complete documentation.

Get Started

Option 1: Nhost Hosted Platform

  1. Sign in toNhost.
  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 exampledocker-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'constnhost=newNhostClient({subdomain:'<your-subdomain>',region:'<your-region>'})awaitnhost.auth.signIn({email:'user@domain.com',password:'userPassword'})awaitnhost.graphql.request(`{  users {    id    displayName    email  }}`)

Frontend Agnostic

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

Resources

Nhost Clients

Integrations

Applications

Community ❤️

First and foremost:Star and watch this repository to stay up-to-date.

Also, follow Nhost onGitHub Discussions, ourBlog, and onTwitter. You can chat with the team and other members onDiscord and follow our tutorials and other video material atYouTube.

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 | Runa Capital

How to contribute

Here are some ways of contributing to making Nhost better:

Contributors

A table of avatars from the project's contributors


[8]ページ先頭

©2009-2025 Movatter.jp