Loading repository data…
Loading repository data…
AliAttariani / repository
AIgent10X is a next-generation marketplace for AI agents — a platform where users can discover, test, and deploy intelligent agents that automate real-world tasks. Built with Next.js 14, TypeScript, Drizzle ORM, Clerk, Stripe, and shadcn/ui, optimized for mobile-first and PWA experience.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
PantherIQ is a next-generation marketplace for AI agents—a platform where users can discover, test, and deploy intelligent agents that automate real-world tasks. The application is built with Next.js 15, TypeScript, Clerk, Stripe, and Tailwind-powered UI primitives tuned for mobile-first experiences. Learn more at https://pantheriq.ai.
Install dependencies and launch the dev server:
npm install
npm run dev
Then open http://localhost:3000 in your browser. Edits to files inside src/app trigger fast refresh.
npm run dev - start the Next.js development servernpm run build - create an optimized production buildnpm run start - serve the production buildnpm run lint - run ESLint checksDeploy with Vercel or your preferred hosting provider. When using Vercel, connect the repository and configure the required environment variables for Clerk and Stripe.
Copy .env.example to .env.local and supply the required secrets.
NEXT_PUBLIC_APP_NAME=PantherIQ