001-pnpm
01johnpolacek/vibecode.party.starter
Cursor rule Cursor
When installing packages use pnpm.
johnpolacek/vibecode.party.starter
Cursor rule Cursor
When installing packages use pnpm.
johnpolacek/vibecode.party.starter
Cursor rule Cursor
The full stack Next.js starter project for vibe coding.
johnpolacek/vibecode.party.starter
Cursor rule Cursor
The preferred model for openai is "gpt-4.1-nano".
johnpolacek/vibecode.party.starter
Cursor rule Cursor
Follow these guidelines when creating new files to maintain consistent project organization.
johnpolacek/vibecode.party.starter
Cursor rule Cursor
Component location rules.
johnpolacek/vibecode.party.starter
Cursor rule Cursor
The full stack Next.js starter project for vibe coding.
johnpolacek/vibecode.party.starter
Cursor rule Cursor
When adding console logs for debugging, always use JSON.stringify with pretty print (spacing) when logging objects. This makes logs easier to read and copy/paste, especially for complex or nested data.
johnpolacek/vibecode.party.starter
Cursor rule Cursor
Cursor rule "201-convex" from johnpolacek/vibecode.party.starter, covering convex implementation guide, setup & configuration, convex project initialization, directory structure and implementation patterns.
johnpolacek/vibecode.party.starter
Cursor rule Cursor
Authentication: How to implement Clerk auth patterns and use our reusable components.
johnpolacek/vibecode.party.starter
Cursor rule Cursor
Next.js: How to handle page props and async params/searchParams in Next.js 14.
johnpolacek/vibecode.party.starter
Cursor rule Cursor
Prefer to use shadcn/ui components rather creating your own.
johnpolacek/vibecode.party.starter
Cursor rule Cursor
Use when user asks to create or update .mdc files.
johnpolacek/vibecode.party.starter
Cursor rule Cursor
Guidelines and best practices for building Convex projects, including database schema design, queries, mutations, and real-world examples.