awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

full-stack web application starter

Ranking updated Jun 30, 2026

For a full stack starter with Next.js FastAPI, the strongest matches are ory/kratos (Kratos is a standalone identity and access management server), shadcn-ui/taxonomy (Taxonomy is a Next) and blitz-js/blitz (Blitz is a fullstack framework extension for Next). fastapi-users/fastapi-users and nhost/nhost round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

We curate open-source GitHub repositories matching “next.js fastapi template”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

full-stack web application starter

Find the best repos with AI.We'll search the best matching repositories with AI.
  • ory/kratosory avatar

    ory/kratos

    13,455View on GitHub↗

    Kratos is a centralized identity and access management server designed to handle user registration, authentication, and profile management. It functions as an identity flow orchestrator, managing the state and security of authentication processes across web, mobile, and command-line interfaces. The system provides a standards-compliant authorization server that issues tokens and manages delegated access for third-party applications and internal services, supporting multi-factor authentication and custom identity schemas to secure user accounts. The project distinguishes itself through a headl

    Kratos is a standalone identity and access management server, not a starter template combining Next.js and FastAPI; while it could be used for authentication in such a stack, it lacks the frontend-backend boilerplate and overall project scaffolding you need.

    GoJWT Session ManagementOAuth2 ImplementationsOAuth2 Providers
    View on GitHub↗13,455
  • shadcn-ui/taxonomyshadcn-ui avatar

    shadcn-ui/taxonomy

    19,248View on GitHub↗

    Taxonomy is a full-stack application template and reference implementation built with the Next.js app router. It serves as a comprehensive starter for developing web applications using server components and modern React patterns. The project integrates a variety of specialized systems, including an identity management workflow for OAuth and session handling, and a billing system for managing recurring subscriptions and payment events. It also features a content pipeline that transforms Markdown and JSX files into type-safe data collections for rendering blogs and documentation. The architect

    Taxonomy is a Next.js-only full-stack starter with Prisma and NextAuth, but it lacks the Python FastAPI backend you're looking for, so it doesn't combine the two frameworks as you requested.

    TypeScriptJWT Session ManagementNext.js Development
    View on GitHub↗19,248
  • blitz-js/blitzblitz-js avatar

    blitz-js/blitz

    14,129View on GitHub↗

    Blitz is a fullstack development framework extension for Next.js and a command line interface used to bootstrap project structures and orchestrate local development servers. It integrates frontend and backend logic into a single workflow to facilitate the creation of complete web applications. The framework employs a zero-API backend integration and a direct database access layer, allowing frontend components to connect to serverless functions and databases without manual API definitions. It features a schema-driven type generator that automatically creates TypeScript definitions by analyzing

    Blitz is a fullstack framework extension for Next.js but uses a Node.js/TypeScript backend with zero-API integration, not FastAPI, so it does not meet the requirement for a Python-based backend in this Next.js FastAPI starter template search.

    TypeScriptNext.js Development
    View on GitHub↗14,129
  • fastapi-users/fastapi-usersfastapi-users avatar

    fastapi-users/fastapi-users

    6,172View on GitHub↗

    FastAPI Users is a ready-to-use authentication library for FastAPI applications that handles user registration, login, password reset, email verification, and profile retrieval with minimal configuration. It provides a complete authentication system built around pluggable backends and transports, supporting JWT tokens, database sessions, and Redis-based token storage that can be combined in a single route. The library distinguishes itself through its modular architecture, offering router-based module composition that organizes authentication flows as independent FastAPI routers for registrati

    This is a reusable authentication library for FastAPI backends, not a full-stack starter template that combines Next.js and FastAPI—it only covers the backend authentication component, missing the Next.js frontend and the integrated boilerplate structure you are looking for.

    PythonJWT AuthenticationSocial Login Providers
    View on GitHub↗6,172
  • nhost/nhostnhost avatar

    nhost/nhost

    9,199View on GitHub↗

    Nhost is an open-source backend as a service that provides a managed PostgreSQL database, authentication, and file storage accessible through a unified GraphQL API. It functions as a backend infrastructure orchestrator, enabling the deployment and management of full-stack environments using containerization and command-line automation. The platform distinguishes itself by automating the transformation of relational database tables into a secure GraphQL API and providing an integrated identity provider that supports passwords, magic links, and OAuth. It also includes a serverless function runt

    Nhost is a backend-as-a-service platform with a GraphQL API, not a starter template that combines a Next.js frontend with a FastAPI backend—so while it works with Next.js, it lacks the FastAPI integration and project scaffolding you're looking for.

    GoJWT AuthenticationJWT Session Management
    View on GitHub↗9,199
  • t3-oss/create-t3-appt3-oss avatar

    t3-oss/create-t3-app

    28,983View on GitHub↗

    create-t3-app is a full stack web framework initializer and project scaffolder. It functions as a command line tool for initializing Next.js applications, acting as a TypeScript full stack starter that generates a predefined folder structure and configuration files. The tool focuses on establishing a typesafe full stack architecture. It enforces end-to-end type safety between the client and server, ensuring that data types remain synchronized across the entire application stack to prevent runtime errors. The initializer automates the setup of a full stack development environment by bootstrap

    create-t3-app scaffolds a full-stack Next.js project with tRPC and Prisma on the backend, not FastAPI with Python, so it provides a different backend technology than the one you're looking for in your Next.js FastAPI starter.

    TypeScriptNext.js Development
    View on GitHub↗28,983
  • notionnext-org/notionnextnotionnext-org avatar

    notionnext-org/NotionNext

    11,580View on GitHub↗

    NotionNext is a static site generator and blog engine that transforms Notion workspace pages into public websites. It functions as a cloud-deployed content management system using the Next.js framework to render data fetched from the Notion API. The system utilizes a template-based layout system to map page categories to predefined visual themes. This allows for the creation of portfolios and blogs where the visual appearance is separated from the content structure. The platform includes automated search engine optimization through metadata-driven sitemap and HTML tag generation. It supports

    This is a Next.js project that turns Notion into a website, but it lacks a FastAPI backend entirely—so it is not a full-stack starter combining the two frameworks as requested.

    JavaScriptNext.js Development
    View on GitHub↗11,580
  • shadcn/taxonomyshadcn avatar

    shadcn/taxonomy

    19,251View on GitHub↗

    Taxonomy is a SaaS boilerplate and Next.js application template designed for building subscription-based web applications. It provides a foundational architecture implemented as a TypeScript web framework, utilizing server components and app-router file routing. The project serves as a comprehensive starter for software-as-a-service products, combining user authentication workflows with recurring subscription billing. It further functions as a markdown content site, enabling the creation of blogs or documentation through markdown-to-HTML rendering. The codebase integrates several core capabi

    This is a Next.js SaaS boilerplate that handles authentication and subscriptions, but it uses Next.js's own API routes and server components instead of a Python FastAPI backend, so it does not match the explicit request for a combined Next.js FastAPI starter.

    TypeScriptNext.js Development
    View on GitHub↗19,251
  • garmeeh/next-seogarmeeh avatar

    garmeeh/next-seo

    8,298View on GitHub↗

    next-seo is a search engine optimization toolkit and component library for Next.js. It provides a set of React components and utilities for managing page titles, descriptions, and social media tags to improve how web pages are indexed and displayed. The project functions as a structured data manager and JSON-LD schema generator. It transforms entity data into standardized schema properties for articles, products, and organizations, enabling the implementation of rich snippets in search engine results. The toolkit covers a broad range of metadata management, including business identity mappin

    next-seo is an SEO component library for Next.js, not a full-stack starter template that combines Next.js with a FastAPI backend, so it does not match the intended category.

    TypeScriptNext.js Development
    View on GitHub↗8,298
  • vercel-labs/ai-chatbotvercel-labs avatar

    vercel-labs/ai-chatbot

    20,501View on GitHub↗

    This is a full-featured chatbot framework and Next.js web application designed for integrating various large language model providers into a web interface. It serves as a template for building AI chatbots that can generate text and structured data through a unified interface. The project functions as an authenticated AI application, incorporating built-in user identity verification and session management. It includes a suite for AI tool integration, allowing language models to execute tool calls and generate structured objects by connecting to external data and functions. The framework provi

    This is a Next.js chatbot framework, not a generic starter template — it lacks any FastAPI backend or Python integration, so it does not match the core requirement of a Next.js FastAPI full-stack boilerplate.

    TypeScriptNext.js Development
    View on GitHub↗20,501
  • supertokens/supertokens-coresupertokens avatar

    supertokens/supertokens-core

    14,922View on GitHub↗

    SuperTokens Core is an open-source, self-hosted authentication and identity management platform designed for deployment within private infrastructure. It provides a comprehensive suite for managing user accounts, roles, and secure authentication flows, utilizing a modular, recipe-based architecture that allows developers to enable specific security features without modifying the core codebase. The platform distinguishes itself through its robust multi-tenancy capabilities, which allow for the logical or physical isolation of user records and configuration settings across different organizatio

    Supertokens-core is a dedicated authentication backend and identity platform, not a Next.js FastAPI starter template; it could be integrated into such a setup but does not provide the full frontend‑to‑backend boilerplate you need.

    JavaOAuth2 ProvidersJWT Claim Validation
    View on GitHub↗14,922
  • nextlevelbuilder/ui-ux-pro-max-skillnextlevelbuilder avatar

    nextlevelbuilder/ui-ux-pro-max-skill

    92,396View on GitHub↗

    This project is a generative development environment designed to build reactive, modular user interfaces through natural language prompts. It functions as a declarative framework that translates descriptive requirements into functional code, structured layouts, and interactive components. By utilizing a reactive state architecture, the system ensures that application data remains synchronized across components, triggering automatic updates whenever state values are modified. The platform distinguishes itself through its automated design system generation and cross-platform capabilities. It em

    This project is an AI-driven UI generation environment, not a starter template combining Next.js and FastAPI; it lacks the backend integration and boilerplate structure you're looking for.

    PythonNext.js Development
    View on GitHub↗92,396
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
ory/kratos13.5KGoapache-2.0Feb 21, 2026
shadcn-ui/taxonomy19.2KTypeScriptMITApr 20, 2026
blitz-js/blitz14.1KTypeScriptMITNov 21, 2025
fastapi-users/fastapi-users6.2KPythonMITJun 22, 2026
nhost/nhost9.2KGoMITJun 16, 2026
t3-oss/create-t3-app29KTypeScriptMITDec 13, 2025
notionnext-org/notionnext11.6KJavaScriptMITJun 22, 2026
shadcn/taxonomy19.3KTypeScriptMITApr 20, 2026
garmeeh/next-seo8.3KTypeScriptmitFeb 15, 2026
vercel-labs/ai-chatbot20.5KTypeScriptNOASSERTIONMay 18, 2026

Related searches

  • a production ready FastAPI project template
  • a production ready Next.js admin dashboard template
  • a full stack boilerplate with JWT authentication
  • a production ready Next.js starter template
  • a Next.js starter boilerplate with auth and billing
  • a Next.js starter kit for ecommerce storefronts
  • a Next.js starter template with Prisma ORM
  • a Next.js boilerplate with Supabase integration