Introduction

Introduction

Welcome to Neon OSS Starter Kit! This is a starter kit for building open-source projects with Neon. The goal of this project is to provide a simple, easy-to-use, and well-documented starting point for building open-source projects with Neon.

It's not the official Neon OSS Starter Kit by Neon, but a community-driven project.

The starter kit comes in two flavors:

  • A Next.js project with Drizzle-ORM and
  • A Next.js project with Prisma ORM :)

Why Neon OSS Starter Kit?

It is a common practice to start a new project by copying and pasting code from a previous project. This is not only time-consuming but also error-prone. The Neon OSS Starter Kit provides a starting point for building your SaaS projects with Neon. It is a well-documented, easy-to-use, and simple starting point for building open-source projects with Neon.

Landing page

Features

  • Next.js: A React framework for building server-side rendered applications.
  • Drizzle-ORM: A simple, easy-to-use ORM for building database-driven applications.
  • Prisma ORM: A modern database toolkit for building database-driven applications.
  • Tailwind CSS: A utility-first CSS framework for building custom designs.
  • TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
  • ESLint: A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.
  • Prettier: An opinionated code formatter that enforces a consistent code style.
  • Shadcn-ui: A simple, easy-to-use UI component library for building custom designs.
  • CLI: A command-line interface for generating code and managing your project, (node cli).

Documentation

The documentation and the complete codebase are open source and available on GitHub. You can find the documentation at neon-osskit.vercel.app (opens in a new tab) and the codebase at github.com/rohittcodes/neon-osskit (opens in a new tab).

Made with ❤️ by RohittCodes