Skip to content

Instantly share code, notes, and snippets.

Next.js Starters

A list of CLI generators, starter kits / boilerplates and toolkits to kick start your Next.js apps.

  • What is included in this list:
    • Has ~1K+ Github stars
    • Actively maintained / up to date
    • Includes a style / css solution or UI Framework
    • Includes a database
  • Includes authentication / authorization
@WangLarry
WangLarry / auto-form.tsx
Created September 29, 2023 16:12
auto-form: support hidden and grid layout
/* eslint-disable @typescript-eslint/no-unsafe-argument */
import React from "react";
import { type z } from "zod";
import {
Form,
FormControl,
FormDescription,
FormField,
FormItem,
FormLabel,
@WangLarry
WangLarry / webdev_online_resources.md
Created May 3, 2021 04:28 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)