api-routes
01Cursor rule Cursor
This project uses Next.js 15 App Router API routes for server-side functionality. The primary API implementation is the AI chat assistant.
Cursor rule Cursor
This project uses Next.js 15 App Router API routes for server-side functionality. The primary API implementation is the AI chat assistant.
Cursor rule Cursor
// Import statements import { type FC } from 'react'; import { cn } from '@/app/components/ui/utils'.
Cursor rule Cursor
This is a Next.js 15 application with App Router, React 19, TypeScript, shadcn/ui components, and Tailwind CSS 4.
Cursor rule Cursor
Cursor rule "nextjs" from aa-io/site, covering next.js 15 guidelines, app router conventions, file conventions, react 19 with next.js 15 and data fetching.
Cursor rule Cursor
This directory contains coding guidelines and best practices for the minisite project. These rules help maintain consistency and quality across the codebase.
Cursor rule Cursor
// Organize classes in this order: <div className={cn( // Layout "flex flex-col items-center justify-center", // Spacing "p-4 m-2", // Sizing "w-full h-screen", // Typography "text-sm font-medium", // Colors & Background "text-gray-900 bg-white", // Borders & Shadows "border border-gray-200 rounded-lg shadow-sm", //…
Cursor rule Cursor
This project uses Vitest for testing with React Testing Library for component testing. The testing stack includes.
Cursor rule Cursor
// ✅ Good - Explicit types interface UserProps { id: string; name: string; email: string; role: 'admin' | 'user'; metadata?: Record ; }.
Instructions file CodexOpenCode
AGENTS.md instructions for aa-io/site, covering guidance for codex contributors, general principles, repository structure, key features and ai chat assistant.