aa-io

9 mods across 1 repository, 16 stars between them.

api-routes

01

aa-io/site

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.

16 2mo ago A 976 tokens

components

02

aa-io/site

Cursor rule Cursor

// Import statements import { type FC } from 'react'; import { cn } from '@/app/components/ui/utils'.

16 2mo ago A 0 tokens

general

03

aa-io/site

Cursor rule Cursor

This is a Next.js 15 application with App Router, React 19, TypeScript, shadcn/ui components, and Tailwind CSS 4.

16 2mo ago A 597 tokens

nextjs

04

aa-io/site

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.

16 2mo ago A 0 tokens

rules

05

aa-io/site

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.

16 2mo ago A 790 tokens

styling

06

aa-io/site

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", //…

16 2mo ago A 0 tokens

testing

07

aa-io/site

Cursor rule Cursor

This project uses Vitest for testing with React Testing Library for component testing. The testing stack includes.

16 2mo ago A 2,028 tokens

typescript

08

aa-io/site

Cursor rule Cursor

// ✅ Good - Explicit types interface UserProps { id: string; name: string; email: string; role: 'admin' | 'user'; metadata?: Record ; }.

16 2mo ago A 0 tokens

site AGENTS.md

09

aa-io/site

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.

16 2mo ago A 1,159 tokens