Introduction

The Gravity Server powers your application’s core infrastructure — including authentication, billing, APIs, and business logic.

By Architecture

Next.js The server is built directly into your Next.js app. There’s no separate backend. API routes, server actions, and logic all live in one codebase.

Node.js Gravity Server is a standalone backend application. It connects to:

  • Gravity Web (React frontend)

  • Gravity Native (React Native app)

Last updated