CLAUDE.md
claude.md/CLAUDE.mdCLAUDE.md
Quality
71/100
Scores the file, not the repository.Length
189 words
6 headings · 0 code blocksRepository
0
— · pushed 21 days agoLast changed
3 days ago
First indexed 3 days ago.1# EasyPass Service Request Tracker - Project Guide23## Project Overview4EasyPass is a service request tracking system designed to manage and streamline service requests.56### Tech Stack7- **Framework:** Next.js (App Router)8- **Language:** TypeScript9- **Styling:** Tailwind CSS10- **Backend/Database:** Supabase11- **Deployment:** Vercel (assumed)1213## Development Commands14- **Install dependencies:** `npm install`15- **Run development server:** `npm run dev`16- **Build project:** `npm run build`17- **Lint project:** `npm run lint`1819## Code Style & Patterns20- **TypeScript:** Strict typing is preferred. Avoid `any`.21- **Components:** Use functional components with Tailwind CSS for styling.22- **State Management:** Use React hooks (useState, useEffect) and potentially Supabase's real-time subscriptions for live updates.23- **Directory Structure:**24 - `app/`: Page routes and layouts.25 - `components/`: Reusable UI components.26 - `lib/`: Shared utilities and Supabase client.27 - `supabase/`: Database migrations and configuration.2829## Guidelines for Claude30- Always check `README.md` and `NOTES.md` for project context before starting.31- Match existing naming conventions and indentation.32- When adding new features, ensure they follow the existing architecture (App Router, Supabase integration).33- Prefer modularity: break large components into smaller, focused ones in `components/`.34
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| Adit-Jain-srm/NightmareNetCLAUDE.md · 45 | CLAUDE.md | buildtestlint-formatstyle+6 | 100/100 | 3 days ago | |
| bagisto/bagistoCLAUDE.md · 28k | CLAUDE.md | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| dotCMS/corecore-web/CLAUDE.md · 949 | CLAUDE.md | teststylearchtesting-strategy+3 | 100/100 | 3 days ago | |
| nimbalyst/nimbalystpackages/android/CLAUDE.md · 1.4k | CLAUDE.md | setupbuildstylearch+2 | 100/100 | 3 days ago | |
| microsoft/playwrightCLAUDE.md · 94k | CLAUDE.md | buildtestlint-formatstyle+7 | 100/100 | 3 days ago | |
| filamentphp/filamentCLAUDE.md · 32k | CLAUDE.md | buildtestlint-formatstyle+7 | 100/100 | 3 days ago | |
| dotCMS/coreCLAUDE.md · 949 | CLAUDE.md | setupbuildteststyle+7 | 99/100 | today | |
| lollipopkit/flutter_server_boxCLAUDE.md · 8.3k | CLAUDE.md | buildteststylearch+2 | 98/100 | 3 days ago |
