ByteTheFox iceberg.tips .cursorrules file for TypeScript

This is an application that allows people to report a business's tip practices.

# Technologies
- Next.js (15)
- Tailwind CSS (always use the existing tailwind.config.ts file for configuration)
- Radix UI
- Supabase
- Supabase Auth (passwordless authentication via magic link)
- Stripe
- SWR
- React Hook Form

# Database
- The supabase/migrations folder is used to store the database migrations.
- The supabase/seed.ts file is used to seed the database with initial data.

When asked to generate code that interacts with supabase, use the supabase client that is already imported in the project and try your best to follow
the schema defined based on the database migrations.
css
javascript
less
next.js
radix-ui
react
stripe
supabase
+2 more

First Time Repository

Report businesses tip practices. This app was an experiment to build an app (mostly) with AI

TypeScript

Languages:

CSS: 2.2KB
JavaScript: 0.7KB
TypeScript: 208.7KB
Created: 12/3/2024
Updated: 12/3/2024

All Repositories (1)

Report businesses tip practices. This app was an experiment to build an app (mostly) with AI