awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to t3-oss/create-t3-turbo

Open-source alternatives to Create T3 Turbo

30 open-source projects similar to t3-oss/create-t3-turbo, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Create T3 Turbo alternative.

  • davideviolante/angular-full-stackDavideViolante का अवतार

    DavideViolante/Angular-Full-Stack

    1,561GitHub पर देखें↗

    Angular-Full-Stack is a comprehensive starter kit designed for building web applications using a unified TypeScript codebase. It integrates the MongoDB, Express, Angular, and Node stack into a single repository, providing a structured foundation that covers both frontend and backend logic. By utilizing a shared language across the entire stack, the framework enforces consistent data structures and interface contracts between the client and server. The project distinguishes itself through a focus on environment consistency and developer productivity. It includes pre-configured containerization

    TypeScriptangularangular-cliangular2
    GitHub पर देखें↗1,561
  • vercel/examplesvercel का अवतार

    vercel/examples

    5,115GitHub पर देखें↗

    This repository is a collection of deployable project templates, reference architectures, and starter applications for building serverless web applications on Vercel. It serves as a library of implementation patterns and full stack starter kits designed to bootstrap new projects and reduce initial setup time. The collection provides a gallery of curated design patterns for frontend architecture and serverless application design. These reference architectures demonstrate best practices for structural design and the implementation of scalable web user interfaces. The repository covers a range

    TypeScriptexamplesnextjsvercel
    GitHub पर देखें↗5,115
  • nextauthjs/next-auth-examplenextauthjs का अवतार

    nextauthjs/next-auth-example

    4,029GitHub पर देखें↗

    This project is a reference implementation and boilerplate for managing user authentication and session state within the Next.js framework. It serves as a practical example of how to integrate NextAuth.js to protect routes and handle identity verification. The repository demonstrates several authentication workflows, including OAuth identity integration with third-party providers, passwordless authentication using email magic links, and traditional credentials-based sign-in. It specifically showcases how to replace default authentication screens with custom branded sign-in pages. The impleme

    TypeScriptauthenticationnextjsoauth
    GitHub पर देखें↗4,029

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • steven-tey/precedentsteven-tey का अवतार

    steven-tey/precedent

    5,098GitHub पर देखें↗

    Precedent is a Next.js application starter and component library providing a foundational set of pre-configured tools and primitives for building production-ready web interfaces. It serves as a toolkit for bootstrapping applications with integrated authentication, analytics, and a collection of opinionated UI components. The project distinguishes itself through a Tailwind CSS UI kit that combines accessibility primitives and motion libraries to create polished interfaces. It includes a server-side image generator for programmatically creating dynamic social sharing images and preview visuals

    TypeScriptauthjseslintframer-motion
    GitHub पर देखें↗5,098
  • adrianhajdin/ai_saas_appadrianhajdin का अवतार

    adrianhajdin/ai_saas_app

    1,350GitHub पर देखें↗

    This project is a full-stack software-as-a-service starter kit designed for building commercial web applications that feature automated image processing and credit-based monetization. It provides a foundational architecture for managing user identities, recurring billing cycles, and the lifecycle of digital assets. The application distinguishes itself by integrating specialized services for cloud-based image manipulation and secure identity management. It coordinates these external tools through a centralized controller that enforces usage limits by decrementing account balances in real-time

    TypeScriptclerkcloudinarynext14
    GitHub पर देखें↗1,350
  • kriasoft/nodejs-api-starterkriasoft का अवतार

    kriasoft/nodejs-api-starter

    3,970GitHub पर देखें↗

    This project is a full stack monorepo boilerplate and Node.js GraphQL API template. It provides a seed project that integrates a schema-first GraphQL API, a PostgreSQL database, and a React frontend within a single repository to share types between the backend and user interface. The architecture includes a serverless wrapper for cloud deployment and automatic scaling. It implements a request batching layer to optimize database performance by preventing the N+1 query problem. The project covers database management through migration-based schema versioning and seed files. It also includes cap

    TypeScript
    GitHub पर देखें↗3,970
  • webdevcody/wdc-saas-starter-kitwebdevcody का अवतार

    webdevcody/wdc-saas-starter-kit

    1,351GitHub पर देखें↗

    Wdc-saas-starter-kit is a full-stack Next.js and TypeScript web application boilerplate designed to launch subscription-based software products. It comes pre-configured with a relational database ORM layer, user authentication, role-based access control, and cloud object storage integrations for handling user-uploaded files and media. The starter kit features recurring subscription management and payment webhook processing through an integrated payment gateway to synchronize customer billing cycles, plan upgrades, and subscription statuses. It also includes multi-tenant team workspace archit

    TypeScript
    GitHub पर देखें↗1,351
  • lerna/lernalerna का अवतार

    lerna/lerna

    36,066GitHub पर देखें↗

    Lerna is a monorepo management tool, build orchestrator, and package publisher for JavaScript and TypeScript projects. It enables the management of multiple packages within a single shared repository, providing utilities for workspace organization and the coordinated publishing of packages to a registry. The tool distinguishes itself through dependency-aware task orchestration and automated version management. It uses topological sorting to sequence tasks and utilizes content-hash caching to skip redundant executions when input files remain unchanged. Versioning is automated by parsing standa

    TypeScriptlernamonoreponpm
    GitHub पर देखें↗36,066
  • goplus/xgogoplus का अवतार

    goplus/xgo

    9,436GitHub पर देखें↗

    Xgo is a programming language that combines familiar constructs from languages like C/C++, Go, Python, and JavaScript with a natural language-style syntax that reads closer to plain English. It executes programs compatible with the Go language, allowing reuse of existing Go libraries and tooling, and supports mixing Go and XGo source files within a single package for gradual adoption of its simplified syntax. The language distinguishes itself through direct foreign function interface capabilities, enabling calls to C/C++ and Python libraries using specialized string literal syntax without man

    Goai-nativedata-sciencegolang
    GitHub पर देखें↗9,436
  • kriasoft/react-starter-kitkriasoft का अवतार

    kriasoft/react-starter-kit

    23,603GitHub पर देखें↗

    This project is a full-stack React starter kit and TypeScript web application boilerplate. It provides a pre-configured project template that combines a frontend and backend to accelerate the development of production-ready web applications. The kit is distinguished by its focus on type-safe architectures, utilizing a monorepo structure to synchronize data types between the server and client. It integrates specific implementations for SaaS operations, including recurring subscription billing via Stripe and user identity authentication supporting passkeys, social logins, and email verification

    TypeScript
    GitHub पर देखें↗23,603
  • mickasmt/next-saas-stripe-startermickasmt का अवतार

    mickasmt/next-saas-stripe-starter

    2,993GitHub पर देखें↗

    Next-saas-stripe-starter is a full-stack application template built for launching software-as-a-service products with user authentication, billing, and database integration. The platform combines a starter kit template with a type-safe database toolkit, object-relational mapping, and a payment processing integration for handling recurring customer billing, subscription tiers, and checkout workflows. User identity management is supported through social logins, secure sessions, and credential-based authentication. The core architecture supports type-safe database modeling, server-executed actio

    TypeScriptadmin-panelauthjscontentlayer
    GitHub पर देखें↗2,993
  • polymer/pwa-starter-kitPolymer का अवतार

    Polymer/pwa-starter-kit

    2,343GitHub पर देखें↗

    This project is a boilerplate and starter kit for building progressive web applications using standard web components. It provides a structured foundation for developing installable web interfaces that support offline functionality and native-like performance. The framework utilizes a component-based architecture where custom elements maintain their own internal state and encapsulated styles. It integrates client-side routing to manage navigation between views without full page reloads and employs a centralized, immutable store to synchronize data across the application. The toolkit includes

    JavaScript
    GitHub पर देखें↗2,343
  • sysgears/apollo-universal-starter-kitsysgears का अवतार

    sysgears/apollo-universal-starter-kit

    1,678GitHub पर देखें↗

    Apollo Universal Starter Kit is a full-stack application boilerplate and starter template designed to accelerate cross-platform development across web, mobile, and server environments. It provides a modular architecture that organizes code into independent, self-contained feature directories, combined with a GraphQL-driven data layer and a server-side rendering pipeline to optimize performance and search engine optimization. The project incorporates compile-time code generation tooling to automatically scaffold schemas, resolvers, and components, alongside a real-time subscription engine for

    JavaScriptangularapolloauth
    GitHub पर देखें↗1,678
  • cruip/open-react-templatecruip का अवतार

    cruip/open-react-template

    4,661GitHub पर देखें↗

    This project is a Next.js landing page template and React UI kit designed for showcasing software products and open source projects. It serves as a professional marketing website foundation and a Tailwind CSS website boilerplate for building modern web interfaces. The framework provides specialized layouts and components for open source project showcases, SaaS landing pages, and admin dashboards. It includes a collection of responsive components and styling utilities that allow for visual design customization of colors, fonts, and layouts. The capability surface covers a variety of UI elemen

    TypeScriptfreelandinglanding-page
    GitHub पर देखें↗4,661
  • dhravya/cloudflare-saas-stackDhravya का अवतार

    Dhravya/cloudflare-saas-stack

    3,724GitHub पर देखें↗

    This project is a full-stack serverless application stack and boilerplate designed for building software-as-a-service applications on the Cloudflare Workers platform. It provides a TypeScript starter that unifies the frontend and backend within a single deployment workflow, integrating essential primitives for authentication, data persistence, and storage. The stack is distinguished by its pre-configured templates for rapid project bootstrapping. It includes integrated support for the Cloudflare D1 SQL database and Cloudflare R2 buckets, providing a predefined architecture for managing relati

    TypeScript
    GitHub पर देखें↗3,724
  • mckaywrigley/mckays-app-templatemckaywrigley का अवतार

    mckaywrigley/mckays-app-template

    1,935GitHub पर देखें↗

    This is the template I use to start new full-stack projects.

    TypeScript
    GitHub पर देखें↗1,935
  • voidzero-dev/vite-plusvoidzero-dev का अवतार

    voidzero-dev/vite-plus

    5,007GitHub पर देखें↗

    vite-plus is a unified web development toolchain and command line interface designed to manage Vite builds, JavaScript runtimes, and package managers from a single entry point. It functions as a JavaScript runtime manager for installing and pinning language versions, a monorepo task orchestrator for dependency-aware script execution, and a project scaffolding engine for bootstrapping applications and libraries. The project distinguishes itself by consolidating a full development lifecycle into one tool, featuring a unified static analysis engine that performs type-checking, linting, and forma

    Rust
    GitHub पर देखें↗5,007
  • vercel/turbovercel का अवतार

    vercel/turbo

    30,554GitHub पर देखें↗

    Turbo is a high-performance build system and monorepo task orchestrator for JavaScript and TypeScript projects. Written in Rust, it serves as a build artifact cache that minimizes redundant work by storing and restoring the outputs of previous tasks. The tool manages complex dependency graphs to coordinate builds and tests across multiple packages in a single repository. It utilizes hash-based change detection and content-addressable caching to determine which tasks require execution and which can be restored from local or remote caches. Its capabilities cover build pipeline acceleration for

    Rust
    GitHub पर देखें↗30,554
  • moonrepo/moonmoonrepo का अवतार

    moonrepo/moon

    3,687GitHub पर देखें↗

    Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.

    Rustbuild-systembuild-toolbun
    GitHub पर देखें↗3,687
  • reactnativecn/react-native-updatereactnativecn का अवतार

    reactnativecn/react-native-update

    1,975GitHub पर देखें↗

    React Native Update is a deployment platform designed to deliver JavaScript code changes directly to mobile applications. By enabling over-the-air updates, the system allows developers to push patches to installed binaries, effectively bypassing standard app store review cycles. The project distinguishes itself through a specialized binary patching engine that generates small code diffs to minimize bandwidth consumption during delivery. To maintain service reliability, it incorporates an automated rollback framework that monitors application stability after an update and reverts to a previous

    TypeScriptcodepushhotfixota
    GitHub पर देखें↗1,975
  • alibaba/freelinealibaba का अवतार

    alibaba/freeline

    5,463GitHub पर देखें↗

    Freeline is a mobile application update framework and bytecode hot-swap engine designed to deliver incremental binary updates to devices. It functions as a binary diff patching tool and a mobile over-the-air patching framework that allows for the delivery of small update packages to fix bugs and replace resources without requiring a full application reinstall. The system distinguishes itself through its ability to perform dynamic code swapping and native library updating. It replaces shared object binaries and code segments in a running process via socket servers, enabling logic updates and h

    Java
    GitHub पर देखें↗5,463
  • microsoft/react-native-code-pushMicrosoft का अवतार

    Microsoft/react-native-code-push

    9,133GitHub पर देखें↗

    This project is a dynamic code delivery system and over-the-air update client for cross-platform mobile frameworks. It enables the distribution of JavaScript bundles and remote assets directly to devices, allowing updates to be applied without requiring a full application store release. The system provides infrastructure for staged rollouts, A/B testing, and remote hotfix deployment by directing specific user segments or percentages to different code versions. It ensures stability through a client-side rollback manager that automatically reverts to a previous stable version if a new update ca

    C
    GitHub पर देखें↗9,133
  • microsoft/code-pushmicrosoft का अवतार

    microsoft/code-push

    4,415GitHub पर देखें↗

    Code-push is a cloud-based over-the-air update service designed to deliver JavaScript and asset updates to mobile applications. It allows for the distribution of application binaries and hotfixes without requiring a full application reinstall or the traditional app store review and approval process. The system distinguishes itself through targeted deployment capabilities, allowing updates to be delivered to specific user demographics and cohorts. It supports the synchronization of active release versions between a cloud backend and the installed client to manage deployment states across diffe

    TypeScriptcodepushcordovareact
    GitHub पर देखें↗4,415
  • redbooth/react-native-auto-updaterredbooth का अवतार

    redbooth/react-native-auto-updater

    1,527GitHub पर देखें↗

    This framework provides a system for managing and distributing dynamic code patches directly to installed mobile clients. By delivering remote JavaScript bundles, it enables the deployment of features and bug fixes while bypassing traditional application store submission and review processes. The library functions as a cross-platform update manager that utilizes manifest-driven version control to track and fetch specific code releases. It distinguishes itself through granular configuration controls, allowing developers to define update frequencies and apply version filtering to ensure that on

    Objective-C
    GitHub पर देखें↗1,527
  • imputnet/cobaltimputnet का अवतार

    imputnet/cobalt

    41,096GitHub पर देखें↗

    Cobalt is a cross-platform web application designed as a distributed service platform for managing media content downloading. It functions as a full-stack monorepo that integrates a backend API with a responsive frontend, providing a unified interface for users to fetch and save media files from various online platforms. The project utilizes a modular architecture where backend services, frontend interfaces, and shared logic are organized into decoupled packages within a single repository. This monorepo structure employs centralized workspace orchestration to manage dependencies and cross-pac

    Sveltecollaborationdownloaderinstagram
    GitHub पर देखें↗41,096
  • rust-lang/bookrust-lang का अवतार

    rust-lang/book

    17,930GitHub पर देखें↗

    The Rust Programming Language Book is the official technical guide and educational resource for the Rust language. It provides a comprehensive walkthrough of the language's design, focusing on its core identity as a systems programming language that enforces memory safety and high-performance execution without the need for a garbage collector. The project is distinguished by its focus on ownership, borrowing, and lifetime tracking, which allow the compiler to verify memory safety and thread safety at compile time. It covers the language's unique approach to zero-cost abstractions, including t

    Rustbookmdbookrust
    GitHub पर देखें↗17,930
  • orion-lib/oriontvorion-lib का अवतार

    orion-lib/OrionTV

    5,356GitHub पर देखें↗

    OrionTV is a framework for building and deploying native video applications for television screens. It utilizes React Native TVOS and the Expo ecosystem to create cross-platform TV interfaces from a single shared codebase. The project provides a specialized user interface framework optimized for large-screen layouts and remote control interaction. This includes spatial focus management for D-pad navigation and a native video bridge that connects JavaScript controls to hardware-accelerated media players. The system covers video content streaming integration and the generation of native projec

    TypeScript
    GitHub पर देखें↗5,356
  • imcuttle/mometaimcuttle का अवतार

    imcuttle/mometa

    4,091GitHub पर देखें↗

    Mometa is an AST-based visual code editor and low-code metaprogramming tool. It provides a visual interface for modifying source code through abstract syntax tree manipulation, allowing for the insertion and deletion of code blocks via drag-and-drop actions. The project distinguishes itself through a visual source mapping system that links rendered DOM elements back to their original source code positions. It utilizes a real-time synchronization system and hot module replacement workflow to update application components in the browser without requiring a full page reload. The platform covers

    TypeScriptfrontendlowcodereact
    GitHub पर देखें↗4,091
  • ijjk/notion-blogijjk का अवतार

    ijjk/notion-blog

    3,858GitHub पर देखें↗

    Notion-blog is a static site generator that uses Notion as a headless content management system. It functions as a framework for building web applications that retrieve structured content from a collaborative document database during the build process to generate static pages. The project provides a content pipeline that transforms visual editor blocks into web components, allowing for custom interface design while maintaining the document platform as the primary backend. It includes a development template that maps unique database identifiers to static file routes, ensuring that content upda

    TypeScriptnextjsnotionstatic-site-generation
    GitHub पर देखें↗3,858
  • elemefe/elementElemeFE का अवतार

    ElemeFE/element

    54,116GitHub पर देखें↗

    Element is a Vue.js UI component library and web UI toolkit. It provides a collection of pre-styled user interface components and modular building blocks used to build web applications. The project includes a customizable CSS theme framework, allowing for the modification of visual styles and brand requirements through theme tools and generators. The toolkit covers frontend component management, custom web theming, and a workflow for rapid prototyping.

    Vuecomponentselement-uijavascript
    GitHub पर देखें↗54,116