If you need a GraphQL API without writing backend code, this is the move. Point it at your Postgres database and you get queries, mutations, and real-time subscriptions instantly. The permission system is where it shines: row-level and column-level security with JWT integration means you can build multi-tenant apps without custom middleware. Event triggers let you fire webhooks on database changes, and Actions extend the API with custom business logic when you need it. The metadata-driven approach means your entire API configuration lives in version-controlled YAML files. Best for rapid prototyping, admin dashboards, or any project where you'd rather spend time on features than hand-rolling GraphQL resolvers.
npx skills add https://github.com/manutej/luxor-claude-marketplace --skill hasura-graphql-engine