{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "zero", "homepage": "http://localhost:3000", "items": [ { "name": "twilio-vite", "type": "registry:block", "title": "Twilio", "description": "Twilio is a powerful SMS and voice API for TypeScript and Node.js.", "dependencies": ["twilio"], "files": [ { "path": "libraries/twilio/twilio-vite.ts", "type": "registry:lib", "target": "lib/twilio.ts" } ] }, { "name": "twilio", "type": "registry:block", "title": "Twilio", "description": "Twilio is a powerful SMS and voice API for TypeScript and Node.js.", "dependencies": ["twilio"], "files": [ { "path": "libraries/twilio/twilio.ts", "type": "registry:lib", "target": "lib/twilio.ts" } ] }, { "name": "react-email", "type": "registry:block", "title": "React Email", "description": "Build and send emails using React and TypeScript.", "dependencies": ["@react-email/components", "react", "react-dom"], "files": [ { "path": "libraries/react-email.tsx", "type": "registry:file", "target": "email/my-email.tsx" } ] }, { "name": "prisma", "type": "registry:block", "title": "Prisma", "description": "Prisma is a powerful ORM for TypeScript and Node.js.", "dependencies": ["prisma"], "files": [ { "path": "libraries/prisma.ts", "type": "registry:lib", "target": "lib/prisma.ts" }, { "path": "libraries/schema.prisma", "type": "registry:file", "target": "prisma/schema.prisma" } ], "envVars": { "DATABASE_URL": "postgresql://postgres:postgres@localhost:5432/postgres" } }, { "name": "resend-vite", "type": "registry:block", "title": "Resend", "description": "Resend is a powerful email API for TypeScript and Node.js.", "dependencies": ["resend"], "files": [ { "path": "libraries/resend/resend-vite.ts", "type": "registry:lib", "target": "lib/resend.ts" } ] }, { "name": "resend", "type": "registry:block", "title": "Resend", "description": "Resend is a powerful email API for TypeScript and Node.js.", "dependencies": ["resend"], "files": [ { "path": "libraries/resend/resend-next.ts", "type": "registry:lib", "target": "lib/resend.ts" } ] }, { "name": "better-auth-next-pages", "type": "registry:block", "title": "Better Auth Next Pages", "description": "Better Auth Next Pages is a powerful authentication library for Next.js.", "dependencies": ["better-auth"], "files": [ { "path": "libraries/better-auth/better-auth.ts", "type": "registry:lib", "target": "lib/auth.ts" }, { "path": "libraries/better-auth/better-auth-client.ts", "type": "registry:lib", "target": "lib/auth-client.ts" }, { "path": "libraries/better-auth/better-auth-pages-handler.ts", "type": "registry:page", "target": "pages/api/auth/[...all].ts" } ] }, { "name": "pinecone", "type": "registry:block", "title": "Pinecone", "description": "Pinecone Vector Database", "dependencies": ["@pinecone-database/pinecone"], "envVars": { "PINECONE_API_KEY": "YOUR_API_KEY" }, "files": [ { "path": "libraries/pinecone/pinecone.ts", "type": "registry:lib", "target": "lib/pinecone.ts" } ] } ] }