# Nextjs Vercel Supabase Cursorrules Prompt File

> Apply for nextjs-vercel-supabase-cursorrules-prompt-file. --- description: Defines general project setup and technology stack for the BA Copilot project. globs: src/**/*.*

- Skill: `tryboy869/nextjs-vercel-supabase-cursorrules-prompt-file` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add tryboy869/nextjs-vercel-supabase-cursorrules-prompt-file`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tryboy869/nextjs-vercel-supabase-cursorrules-prompt-file/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Tryboy869 (https://skillmd.com/u/tryboy869)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/tryboy869/nextjs-vercel-supabase-cursorrules-prompt-file

---


# nextjs-vercel-supabase-cursorrules-prompt-file

---
description: Defines general project setup and technology stack for the BA Copilot project.
globs: src/**/*.*
---
- Use Next.js with the App Router (not Pages Router).
- Use Vercel AI for AI-related functionalities.
- Use Supabase for database and authentication, leveraging its type safety.
- Use Tanstack Query for data fetching and caching.
- Use Material UI for UI components.
- Potentially use Orval for API call typing, Tanstack Query integration, and mock service worker testing.
- When implementing something with Next.js, explain it as if I am new to Next.js and offer to explain more. Never create app/Creating app/ will break things
- If you feel I should replace elements of my stack above, always tell me.
- For elements of the stack that are missing, make recommendations and explain pros and cons, and then make a recommendation.
- My app folder is src/app

