Graphile Starter

screenshot of Graphile Starter
nextjs
radix-ui
drizzle-orm
planetscale

Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js

Overview:

Graphile Starter is an opinionated quick-start project for full-stack application development in React, Node.js, GraphQL, and PostgreSQL. It provides the foundations of a modern web application, including a full user registration system, session management, optimized job queue, pre-configured tooling, tests, and more. It is suitable for building projects of all sizes, with a focus on productivity. The project can be deployed to multiple platforms and scaled to larger audiences with minimal changes. However, it should be noted that the software is not complete, free of defects or security issues, and it is intended that users review, customize, and develop it further.

Features:

  • Quick-start project for full-stack application development in React, Node.js, GraphQL, and PostgreSQL
  • Includes a full user registration system, organizations (e.g., teams/companies), session management, and optimized job queue
  • Pre-configured tooling, tests (both end-to-end and more granular), and other features to enhance productivity
  • Can be deployed to multiple platforms and scaled to larger audiences with minimal changes
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

radix-ui
Radix UI

Radix Primitives is a low-level UI component library with a focus on accessibility, customization and developer experience. You can use these components either as the base layer of your design system, or adopt them incrementally.

drizzle-orm
Drizzle ORM

Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It comes with a drizzle-kit CLI companion for automatic SQL migrations generation. Drizzle ORM is meant to be a library, not a framework. It stays as an opt-in solution all the time at any levels.

planetscale
Planetscale

PlanetScale is a MySQL-compatible serverless database that brings you scale, performance, and reliability — without sacrificing developer experience.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.