Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Genkit MCP
Claim
Official
by
firebase
npm
GitHub
TypeScript
Apache 2.0
127
1,173
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
js
testapps
next
js/testapps/next/src
js/testapps/next/package.json
js/testapps/next/tsconfig.json
{ "name": "nextjs-sample", "type": "module", "version": "0.0.1-dev.1", "description": "Sample app to test @genkit-ai/nextjs", "main": "lib/index.js", "scripts": { "vendor": "cd ../../plugins/next && pnpm pack --pack-destination ../../testapps/next && cd - && pnpm install ./genkit-ai-next*.tgz --filter nextjs-sample", "start": "next start", "build": "next build", "dev": "next dev", "build:clean": "rimraf ./lib", "build:watch": "next dev" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@genkit-ai/googleai": "workspace:*", "@genkit-ai/next": "workspace:*", "genkit": "workspace:*", "next": "^15.1.6", "zod": "^3.24.1" }, "devDependencies": { "@types/react": "19.0.8", "rimraf": "^6.0.1", "typescript": "^5.3.3" } }