Commit Fast banner
steadycursor steadycursor

Commit Fast

Git community intermediate

Description

Welcome to Steady Start, my personal starter kit for all side projects and client projects. This repository serves as a showcase of my ideal project setup, continually updated with the latest improvements from my various projects.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for steadycursor/steadystart, shared by 2 entries in this directory. It describes the repository, not this entry specifically.

Steady Start

Welcome to Steady Start, my personal starter kit for all side projects and client projects. This repository serves as a showcase of my ideal project setup, continually updated with the latest improvements from my various projects.

I welcome input and feedback on the stack, code quality, testing practices, and the services utilized—however, I retain the final say; changes may not always be accepted.

New Project Setup Checklist

  • Find and replace steadystart with the slug of your project. This will replace most occurrences of package names.
  • Replace the favicon in apps/app/favicon.ico.
  • Replace the logo in apps/app/logo.png.
  • Fill out .env file in the root of the project.
  • Replace Steady Start in apps/app/src/components/HeadTitle.tsx.

Tech Stack

This project uses the following modern stack:

Frontend

  • React - The latest version of React
  • Next.js 15 - React framework for production
  • TailwindCSS - Utility-first CSS framework
  • React Hook Form - Performant form management
  • URQL - Lightweight GraphQL client
  • Zod - TypeScript-first schema validation
  • GraphQL Yoga - Modern GraphQL server
  • Pothos - Code-first GraphQL schema builder
  • Prisma - Type-safe database ORM
  • Express - Web framework for Node.js
  • Clerk - User authentication and management
  • TypeScript - Static type checking
  • pnpm - Fast, disk space efficient package manager
  • ESLint - Code quality tool
  • Monorepo - Workspace management

Key Features

...