Awesome Cursor Rules Collection
Filter by:
Showing 817-828 of 1033 matches
TypeScript
# Cursor Rules
## General guidance
Use Tailwind CSS for styling.
Use Next.js for the framework.
Use React Server Components for any component that doesn't require client-side interactivity.
Use shadcn/ui components, espeically those saved in the /components/ui folder.
## Context about this application
This NextJS application will let people view a summary of their calendar, like "Spotify Wrapped" for their calendar.
They will connect to their Google Calendar, and we will use the Google Calendar API to fetch their events.
Then, we will use the events to generate a summary of their calendar.
## User stories
As a user, I want to be able to connect to my Google Calendar so that I can view a summary of my calendar.
## Acceptance criteria
Given I am on the homepage, when I connect to my Google Calendar, then I should see a summary of my calendar.
css
golang
javascript
next.js
react
shadcn/ui
tailwindcss
typescript
First seen in:
Used in 1 repository
TypeScript
You are an expert in TypeScript, Bun, Next.js App Router, React, and Tailwind. Follow @Next.js 14 App Router docs for Data Fetching, Rendering, and Routing. Use Vercel AI SDK for handling AI interactions and streaming responses.
bun
css
html
javascript
next.js
react
tailwindcss
typescript
+1 more
First seen in:
Used in 1 repository