AI SummaryA development rules reference for Windsurf projects using Next.js 15, TypeScript, and Google Gemini, providing quick access to tech stack guidelines and Vercel AI SDK documentation.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "vibestamps — Windsurf Rules" prompt rules to my project. Repository: https://github.com/RayFernando1337/vibestamps Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Windsurf Rules for vibestamps
Vercel AI SDK Documentation & Usage
This rule provides quick access to documentation and key information about the Vercel AI SDK, used for integrating AI models into applications.
Tech Stack
• Framework: Next.js 15 (App Router) • Language: TypeScript • Styling: Tailwind CSS v4 • UI Components: shadcn/ui • AI Integration: Vercel AI SDK • LLM: Google Gemini • Package Manager: Bun
Design System
We are using shadcn/ui for our component library. Components are added individually as needed. • Documentation: https://ui.shadcn.com/docs/components/ • Adding Components: Use the CLI with Bun: `bash bunx --bun shadcn@latest add <component-name> `
Development Rules
• Package Management: Always use bun for installing, removing, or managing dependencies (bun add, bun install, bun remove, etc.). • UI Components: Prefer components from shadcn/ui where possible. Install them using the command above. • Environment Variables: Store sensitive information like API keys in environment variables (.env.local) and do not commit them to version control. • Code Style: Follow standard TypeScript and React best practices. Ensure code is formatted (consider adding a formatter like Prettier later). • Tailwind CSS v4: Use Tailwind CSS v4 for styling. Refer to the Tailwind CSS documentation for more information.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts