parshva-pedalsup /
nestjs-boilerplate-cli
An opinionated NestJS backend generator
Loading repository data…
samrosemohammed / repository
An opinionated CLI to scaffold modern Next.js apps with your preferred stack — ORM, database, auth, state, API, and more.
Marketing website and documentation hub for the create-samrose-app CLI.
This project is built with Next.js 16 (App Router), React 19, TypeScript, Tailwind CSS v4, and shadcn/ui-style components.
/ - Marketing landing page/docs - Product documentation/changelog - Release historynext@16.2.2react@19.2.4typescript@5tailwindcss@4eslint@9next-themes for theme handlingclass-variance-authority, clsx, tailwind-merge for styling utilities@hugeicons/react for iconsnpm install
npm run dev
Open http://localhost:3000 in your browser.
npm run dev # Start local dev server
npm run build # Create production build
npm run start # Run production server
npm run lint # Run ESLint
app/
layout.tsx # Root layout + metadata + providers
page.tsx # Landing page
docs/
page.tsx # Docs page shell
components/ # Docs-specific UI sections
changelog/
page.tsx # Changelog page shell
components/ # Changelog-specific UI sections
components/
layout/ # Navbar, footer, mobile nav, theme toggle
sections/ # Landing page sections
ui/ # Reusable UI primitives
constant/ # Static content/data for pages
lib/ # Utility helpers
hooks/ # Custom hooks
types/ # Shared TypeScript types
@/* in tsconfig.json.app/globals.css.app/layout.tsx and route-level pages.This project is licensed under the MIT License. See LICENSE.
Selected from shared topics, language and repository description—not editorial ratings.
parshva-pedalsup /
An opinionated NestJS backend generator
cbnsndwch /
An opinionated CLI to generate Apollo Server boilerplate projects from GraphQL schemas.
matimortari /
An opinionated web starter with Nuxt 4, Tailwind CSS 4, Prisma, OAuth, and more.