nhost
Installation
SKILL.md
Nhost — Open-Source Firebase Alternative with GraphQL
Overview
Nhost, the open-source backend platform built on PostgreSQL, Hasura GraphQL, and serverless functions. Helps developers set up authentication, database, file storage, and real-time subscriptions with auto-generated GraphQL APIs and a developer-friendly SDK.
Instructions
Project Setup
# Install Nhost CLI
npm install -g nhost
# Create a new project
nhost init my-app
Related skills