Build & Share Agent Skills
Create powerful AI agent skills using markdown. Share them publicly or keep them private. Built with Next.js 16, Prisma, and modern rendering strategies.
Rendering Strategies Demonstrated
📄 SSG
Static Site Generation. This landing page is built at compile time for maximum performance.
This Page
🔄 ISR
Incremental Static Regeneration. Skills gallery revalidates every 60 seconds for fresh content.
/skills
âš¡ SSR
Server-Side Rendering. Dashboard uses cookies for auth, rendering fresh data per request.
/dashboard
🎯 CSR
Client-Side Rendering. Auth forms and skill editor use React state on the client.
/login, /new
Tech Stack
Next.js 16
React 19
Prisma 7
PostgreSQL
DaisyUI
Tailwind CSS 4