### **PR Type** Enhancement, Documentation ___ ### **Description** - Improved GitHub connection messaging in SettingsLayout - Updated DataBrowserSidebar for GitHub-connected projects - Added 'graphite' to READ_ONLY_SCHEMAS list - Created changeset for dashboard version bump ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>SettingsLayout.tsx</strong><dd><code>Redesign GitHub connection alert in SettingsLayout</code> </dd></summary> <hr> dashboard/src/features/orgs/layout/SettingsLayout/SettingsLayout.tsx <li>Redesigned GitHub connection alert<br> <li> Changed alert severity from warning to info<br> <li> Improved text content and styling<br> <li> Added link to configuration overlays documentation </details> </td> <td><a href="https://github.com/nhost/nhost/pull/3348/files#diff-aa21cda513a125d8cefc5e7b5e1c755128aa904657350abf0ce1cde21e27ca75">+36/-30</a> </td> </tr> <tr> <td> <details> <summary><strong>DataBrowserSidebar.tsx</strong><dd><code>Update GitHub connection message in DataBrowserSidebar</code> </dd></summary> <hr> dashboard/src/features/orgs/projects/database/dataGrid/components/DataBrowserSidebar/DataBrowserSidebar.tsx <li>Updated GitHub connection message in DataBrowserSidebar<br> <li> Simplified text and added InfoIcon<br> <li> Improved layout and styling of the message </details> </td> <td><a href="https://github.com/nhost/nhost/pull/3348/files#diff-3a9ff7af4a31fbf7e501a77399b2b35306d9e635b021c93f1bc13fc4e225219c">+5/-7</a> </td> </tr> </table></td></tr><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>common.ts</strong><dd><code>Add 'graphite' to READ_ONLY_SCHEMAS constant</code> </dd></summary> <hr> dashboard/src/utils/constants/common/common.ts - Added 'graphite' to READ_ONLY_SCHEMAS list </details> </td> <td><a href="https://github.com/nhost/nhost/pull/3348/files#diff-91900e60832d94013a6834c72bb53bb89419ad2412d9f46aa16b60ff4090d0a6">+1/-1</a> </td> </tr> </table></td></tr><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>rich-pillows-teach.md</strong><dd><code>Add changeset for dashboard version bump</code> </dd></summary> <hr> .changeset/rich-pillows-teach.md <li>Created changeset file for minor version bump<br> <li> Added description of changes for @nhost/dashboard </details> </td> <td><a href="https://github.com/nhost/nhost/pull/3348/files#diff-80c4d9304d4ac2cca6acd40a4909dd85be2d333b64c3a8a25d84bfa6201d9122">+5/-0</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > <details> <summary> Need help?</summary><li>Type <code>/help how to ...</code> in the comments thread for any questions about PR-Agent usage.</li><li>Check out the <a href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a> for more information.</li></details> --------- Co-authored-by: robertkasza <167509084+robertkasza@users.noreply.github.com>
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:
- Database: PostgreSQL
- Instant GraphQL API: Hasura
- Authentication: Hasura Auth
- Storage: Hasura Storage
- Serverless Functions: Node.js (JavaScript and TypeScript)
- Nhost CLI for local development
Architecture of Nhost
Visit https://docs.nhost.io for the complete documentation.
Get Started
Option 1: Nhost Hosted Platform
- Sign in to Nhost.
- Create Nhost app.
- 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: 'user@domain.com', password: 'userPassword' })
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.
How to contribute
Here are some ways of contributing to making Nhost better:
- Try out Nhost, and think of ways to make the service better. Let us know here on GitHub.
- 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 and our developers guide for more details about how to contribute. We're looking forward to your contribution!
Contributors

