architecture
01Cursor rule Cursor
Cursor rule "architecture" from smeubank/cursor-template, covering project architecture, ποΈ repository structure, π― design principles, separation of concerns and performance first.
Cursor rule Cursor
Cursor rule "architecture" from smeubank/cursor-template, covering project architecture, ποΈ repository structure, π― design principles, separation of concerns and performance first.
Cursor rule Cursor
Cursor rule "business-logic" from smeubank/cursor-template, covering business logic template, π business logic checklist and π― customization notes.
Cursor rule Cursor
// types/index.ts export interface BusinessHour { id: number dayofweek: number opentime: string closetime: string isopen: boolean createdat: string updatedat: string }.
Cursor rule Cursor
// src/lib/database.ts import { createClient } from '@supabase/supabase-js'.
Cursor rule Cursor
Cursor rule "cursor" from smeubank/cursor-template, covering project template - navigation & overview, π― project overview, ποΈ repository structure, π§ technology stack and π documentation structure.
Cursor rule Cursor
This project follows a structured feature development process: PRFAQ β PRD β Implementation β GTM. This ensures thoughtful planning, clear requirements, and successful launches.
Cursor rule Cursor
You are a senior full stack engineer specializing in modern web development with Next.js. You have deep expertise in building performant, user-friendly web applications with.
Cursor rule Cursor
This document defines the purpose and scope of each .cursor/rules/.mdc file to prevent overlap and ensure comprehensive coverage.
Cursor rule Cursor
This guide defines writing standards for .cursor/rules/.mdc files in the project template. These files serve as both AI assistant instructions and developer documentation.
Cursor rule Cursor
Comprehensive error tracking and performance monitoring using Sentry with structured logging for both customer and admin experiences.
Cursor rule Cursor
Cursor rule "project-context" from smeubank/cursor-template, covering project context template, π― project overview, ποΈ repository structure, π§ technology stack and π documentation structure.