johnpolacek/vibecode.party.starter

The full stack Next.js starter project for vibe coding.

27Stars on the repository
13Mods indexed here, across every type
1y agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

104-console-logging

07

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.

27 1y ago A 0 tokens original MIT

201-convex

08

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.

27 1y ago A 0 tokens original MIT

convex_rules

13

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.

27 1y ago A 0 tokens copy · 95% MIT