{
  "project_id": "ojasskapre/nextjs-starter-template",
  "repo": "ojasskapre/nextjs-starter-template",
  "name": "nextjs-starter-template",
  "github_url": "https://github.com/ojasskapre/nextjs-starter-template",
  "homepage_url": null,
  "language": "TypeScript",
  "license": null,
  "project_kind": "project",
  "category": [
    "ai_app_template"
  ],
  "tags": [
    "langchain",
    "langchain-js",
    "nextjs",
    "stripe",
    "supabase",
    "tailwindcss",
    "typescript"
  ],
  "description": "A starter template for building Next.js applications with Supabase for authentication, TypeScript, and Tailwind CSS. Includes branches for creating Langchain and LLM chat interfaces and integrating Stripe subscription payments, making it ideal for setting up modern, scalable web apps with robust auth, AI-driven features, and payment processing.",
  "overview": "Use ojasskapre/nextjs-starter-template when the user needs an ai app template project with docker, library-only, local deployment options.",
  "alternatives": [
    {
      "repo": "vstorm-co/full-stack-ai-agent-template",
      "reason": "Similar ai app template with docker/library_only deployment overlap."
    },
    {
      "repo": "e2b-dev/fragments",
      "reason": "Similar ai app template with docker/local deployment overlap."
    },
    {
      "repo": "wasp-lang/open-saas",
      "reason": "Similar ai app template with local/cloud deployment overlap."
    }
  ],
  "related": [
    {
      "repo": "open-webui/open-webui",
      "reason": "Related to ojasskapre/nextjs-starter-template through ai app template category and docker deployment."
    },
    {
      "repo": "MervinPraison/PraisonAI",
      "reason": "Related to ojasskapre/nextjs-starter-template through ai app template category and docker deployment."
    },
    {
      "repo": "kirill-markin/repo-to-text",
      "reason": "Related to ojasskapre/nextjs-starter-template through ai app template category and docker deployment."
    },
    {
      "repo": "e2b-dev/code-interpreter",
      "reason": "Related to ojasskapre/nextjs-starter-template through ai app template category and library_only deployment."
    },
    {
      "repo": "lobehub/lobehub",
      "reason": "Related to ojasskapre/nextjs-starter-template through ai app template category and docker deployment."
    },
    {
      "repo": "CopilotKit/aimock",
      "reason": "Related to ojasskapre/nextjs-starter-template through ai app template category and docker deployment."
    },
    {
      "repo": "microsoft/semantic-kernel",
      "reason": "Related to ojasskapre/nextjs-starter-template through ai app template category and library_only deployment."
    },
    {
      "repo": "lazercaveman/nuxt-starter",
      "reason": "Related to ojasskapre/nextjs-starter-template through ai app template category and docker deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "docker",
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "bootstrap an AI app",
    "start a production-ready template",
    "learn app architecture patterns"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "high",
      "evidence": [
        "Matched \"template\" in metadata.",
        "Matched \"starter\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Found Docker configuration file.",
        "Matched \"npm install\" in repository content.",
        "Matched \"library\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Runtime blocker: python.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 60,
    "recent_commits": 0,
    "contributors": 1,
    "issue_response_time_hours": null,
    "release_frequency_180d": 0
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "snapshot",
    "stars30d_window_days": 35,
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 4,
  "agent_score": 53,
  "score": 59,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 6,
    "deployment": 90,
    "popularity": 36,
    "community": 46
  },
  "git_top_score": 59,
  "git_top_score_breakdown": {
    "community": 63,
    "maintenance": 4,
    "documentation": 92,
    "stability": 55,
    "adoption": 51,
    "agent_readability": 100
  },
  "verification": {
    "schema_version": "git-top.verification.v1",
    "overall_status": "partial",
    "observed_at": "2026-09-23T08:31:08.216Z",
    "signals": {
      "activity": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.pushed_at",
          "metrics.recent_push_days"
        ]
      },
      "license": {
        "status": "unknown",
        "source": "github_metadata",
        "evidence": [
          "project.license is null"
        ]
      },
      "documentation": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.description"
        ]
      },
      "runtime": {
        "status": "inferred",
        "source": "git_top_heuristic",
        "evidence": [
          "agent_card.deployment",
          "agent_card.cloudflare_ready"
        ]
      },
      "install": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "installation/build probe is not enabled"
        ]
      },
      "security": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "dependency/security scan is not enabled"
        ]
      },
      "mcp": {
        "status": "not_applicable",
        "source": "git_top_runtime",
        "evidence": [
          "project is not classified as mcp_server"
        ]
      }
    },
    "coverage": {
      "observed": 2,
      "inferred": 1,
      "not_run": 2,
      "unknown": 1
    },
    "next_steps": [
      "Run an installation/build probe before production adoption.",
      "Run a dependency and security scan before treating the score as a trust claim.",
      "Fill missing GitHub metadata and re-sync the project."
    ]
  },
  "summary": {
    "tl_dr": "Use ojasskapre/nextjs-starter-template when the user needs an ai app template project with docker, library-only, local deployment options.",
    "purpose": "Use ojasskapre/nextjs-starter-template when the user needs an ai app template project with docker, library-only, local deployment options.",
    "install": "Run with Docker using the repository's container instructions.",
    "inputs": [
      "starter config",
      "app requirements"
    ],
    "outputs": [
      "project scaffold",
      "starter app",
      "template structure"
    ],
    "good_for": [
      "bootstrap an AI app",
      "start a production-ready template",
      "learn app architecture patterns",
      "new AI applications",
      "starter projects",
      "reference implementations"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "drop-in libraries",
      "runtime infrastructure"
    ],
    "deployment": [
      "docker",
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": [
      {
        "repo": "vstorm-co/full-stack-ai-agent-template",
        "reason": "Similar ai app template with docker/library_only deployment overlap."
      },
      {
        "repo": "e2b-dev/fragments",
        "reason": "Similar ai app template with docker/local deployment overlap."
      },
      {
        "repo": "wasp-lang/open-saas",
        "reason": "Similar ai app template with local/cloud deployment overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"template\" in metadata.",
          "Matched \"starter\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Found Docker configuration file.",
          "Matched \"npm install\" in repository content.",
          "Matched \"library\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: python.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "snapshot",
      "stars30d_window_days": 35,
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "verification": {
      "schema_version": "git-top.verification.v1",
      "overall_status": "partial",
      "observed_at": "2026-09-23T08:31:08.216Z",
      "signals": {
        "activity": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.pushed_at",
            "metrics.recent_push_days"
          ]
        },
        "license": {
          "status": "unknown",
          "source": "github_metadata",
          "evidence": [
            "project.license is null"
          ]
        },
        "documentation": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.description"
          ]
        },
        "runtime": {
          "status": "inferred",
          "source": "git_top_heuristic",
          "evidence": [
            "agent_card.deployment",
            "agent_card.cloudflare_ready"
          ]
        },
        "install": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "installation/build probe is not enabled"
          ]
        },
        "security": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "dependency/security scan is not enabled"
          ]
        },
        "mcp": {
          "status": "not_applicable",
          "source": "git_top_runtime",
          "evidence": [
            "project is not classified as mcp_server"
          ]
        }
      },
      "coverage": {
        "observed": 2,
        "inferred": 1,
        "not_run": 2,
        "unknown": 1
      },
      "next_steps": [
        "Run an installation/build probe before production adoption.",
        "Run a dependency and security scan before treating the score as a trust claim.",
        "Fill missing GitHub metadata and re-sync the project."
      ]
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics",
      "verification.signals"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Independent installation, security, or runtime probes have not been run for this project."
    ],
    "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
    "last_verified_at": "2026-09-23T08:31:08.216Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Independent installation, security, or runtime probes have not been run for this project."
  ],
  "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics",
    "verification.signals"
  ],
  "last_verified_at": "2026-09-23T08:31:08.216Z",
  "knowledge": {
    "project": {
      "id": "ojasskapre/nextjs-starter-template",
      "owner": "ojasskapre",
      "name": "nextjs-starter-template",
      "full_name": "ojasskapre/nextjs-starter-template",
      "github_url": "https://github.com/ojasskapre/nextjs-starter-template",
      "homepage_url": null,
      "description": "A starter template for building Next.js applications with Supabase for authentication, TypeScript, and Tailwind CSS. Includes branches for creating Langchain and LLM chat interfaces and integrating Stripe subscription payments, making it ideal for setting up modern, scalable web apps with robust auth, AI-driven features, and payment processing.",
      "language": "TypeScript",
      "topics": [
        "langchain",
        "langchain-js",
        "nextjs",
        "stripe",
        "supabase",
        "tailwindcss",
        "typescript"
      ],
      "license": null,
      "stars": 60,
      "forks": 16,
      "open_issues": 2,
      "default_branch": "main",
      "created_at": "2024-08-03T18:25:30Z",
      "updated_at": "2026-09-07T20:45:17Z",
      "pushed_at": "2024-08-29T19:23:02Z",
      "synced_at": "2026-09-23T08:31:08.216Z"
    },
    "agent_card": {
      "project_id": "ojasskapre/nextjs-starter-template",
      "project_kind": "project",
      "category": "ai_app_template",
      "difficulty": "beginner",
      "deployment": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "bootstrap an AI app",
        "start a production-ready template",
        "learn app architecture patterns"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [
        {
          "project_id": "vstorm-co/full-stack-ai-agent-template",
          "reason": "Similar ai app template with docker/library_only deployment overlap."
        },
        {
          "project_id": "e2b-dev/fragments",
          "reason": "Similar ai app template with docker/local deployment overlap."
        },
        {
          "project_id": "wasp-lang/open-saas",
          "reason": "Similar ai app template with local/cloud deployment overlap."
        }
      ],
      "summary_for_agent": "Use ojasskapre/nextjs-starter-template when the user needs an ai app template project with docker, library-only, local deployment options.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"template\" in metadata.",
            "Matched \"starter\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "Matched \"npm install\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-09-23T08:31:08.216Z"
    },
    "metrics": {
      "project_id": "ojasskapre/nextjs-starter-template",
      "stars_30d_delta": 1,
      "commits_30d": 0,
      "releases_180d": 0,
      "contributors_90d": 1,
      "issue_first_response_median_hours": null,
      "recent_push_days": 754,
      "git_score": 4,
      "maintenance_score": 6,
      "signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 35,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-09-23T08:31:08.216Z"
    }
  },
  "resolved_from": {
    "requested_id": "ojasskapre/nextjs-starter-template",
    "resolved_id": "ojasskapre/nextjs-starter-template",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1213,
    "generated_at": "2026-09-26T19:04:18.903Z",
    "snapshot_id": "d1:1213:2026-09-26T19:01:14.791Z",
    "latest_synced_at": "2026-09-26T19:01:14.791Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}