awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
shadcn avatar

shadcn/taxonomy

0
View on GitHub↗
19,251 نجوم·2,731 تفرعات·TypeScript·MIT·16 مشاهدات

Taxonomy

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 capability areas, including identity verification for session management, application data persistence via object-relational mapping, and type-safe input data validation. Payment processing is handled through an integrated billing cycle for managing customer subscriptions.

Features

  • SaaS Scaffolding Templates - Ships as a pre-configured SaaS scaffolding template including authentication, payments, and database management.
  • Subscription Billing - Integrates recurring payment processing and customer financial data management via an external gateway.
  • Payment Gateway Integrations - Processes financial transactions and subscription cycles through integration with external payment service providers.
  • Relational Persistence Layers - Implements a relational persistence layer using database schemas and object-relational mapping for structured data.
  • Object-Relational Mapping - Uses a type-safe object-relational mapper to synchronize application models with a relational database schema.
  • Type-Safe Web Frameworks - Implements a type-safe development environment for building scalable frontend and backend interfaces using TypeScript.
  • Session Authentication - Manages secure access and credential persistence for user sessions using a standardized middleware system.
  • User Authentication Systems - Provides a framework for verifying user identity and controlling access to protected application resources.
  • SaaS Boilerplates - Provides a comprehensive foundational architecture with authentication, billing, and database integration for SaaS products.
  • Next.js Development - Provides a full-stack starter project specifically designed for the Next.js ecosystem.
  • Server Components - Utilizes a server-component architecture to render application logic on the server and reduce client-side JavaScript.
  • File-System-Based Routers - Implements a file-system-based routing system that maps directory structures directly to application URL endpoints.
  • Content Management Systems - Provides a system for building and maintaining a blog or documentation site using markdown-based content management.
  • Markdown Renderers - Transforms markdown syntax into visual layouts for displaying structured content on the frontend.
  • Markdown Site Publishing - Transforms collections of markdown files into a structured and navigable web presence for documentation.
  • Markdown to HTML Converters - Provides tools to transform Markdown plaintext into structured HTML for displaying blog posts and documentation.
  • Data Validation Schemas - Uses validation libraries to define data structures and enforce type safety on incoming request payloads.
  • Schema Validation - Implements schema validation to verify data structures against predefined types before server-side processing.
  • Type-Safe Schema Validations - Integrates type-safe schema validations to ensure incoming application data is correct before processing.
  • Project Boilerplates - Next.js application template using modern router.
  • Applications - Example application using server components.

سجل النجوم

مخطط تاريخ النجوم لـ shadcn/taxonomyمخطط تاريخ النجوم لـ shadcn/taxonomy

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Taxonomy

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Taxonomy.
  • vercel/nextjs-subscription-paymentsالصورة الرمزية لـ vercel

    vercel/nextjs-subscription-payments

    7,718عرض على GitHub↗

    This project is a Next.js SaaS starter kit and billing boilerplate designed for building subscription-based software services. It provides a pre-configured foundation that integrates a PostgreSQL database schema with Stripe to manage recurring billing, tiered pricing models, and customer payment portals. The implementation features a synchronization system that uses webhooks to mirror external product data and subscription states into a local relational database. It includes an authentication layer that links external identity providers to user accounts and manages secure session tracking. T

    TypeScript
    عرض على GitHub↗7,718
  • nswbmw/n-blogالصورة الرمزية لـ nswbmw

    nswbmw/N-blog

    15,392عرض على GitHub↗

    N-blog is a full-stack JavaScript blogging platform and content management system built with Node.js. It functions as a server-side rendered web application that renders markdown source text into HTML for publishing and displaying articles. The system includes a markdown blogging engine that enables the creation and management of posts and user comments. It features a integrated user authentication system that handles account registration, secure sign-in, and session management to protect private routes. The project covers broad capability areas including request routing and middleware pipel

    JavaScriptblogcourseexpress
    عرض على GitHub↗15,392
  • jackyzha0/quartzالصورة الرمزية لـ jackyzha0

    jackyzha0/quartz

    12,520عرض على GitHub↗

    Quartz is a markdown static site generator and digital garden framework designed to transform collections of markdown notes into public websites. It functions as a wiki engine that converts structured documents into a functional site through a configurable build pipeline. The system specializes in personal knowledge management by visualizing the relationships between notes via backlinks and a bidirectional connection graph. It implements a single-page application model to provide dynamic page transitions and browser URL updates without full page refreshes. The toolset covers content relation

    TypeScriptdigital-gardennetworked-thoughtobsidian
    عرض على GitHub↗12,520
  • elysiajs/elysiaالصورة الرمزية لـ elysiajs

    elysiajs/elysia

    18,531عرض على GitHub↗

    Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s

    TypeScriptbunframeworkhttp
    عرض على GitHub↗18,531
عرض جميع البدائل الـ 30 لـ Taxonomy→

الأسئلة الشائعة

ما هي وظيفة shadcn/taxonomy؟

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.

ما هي الميزات الرئيسية لـ shadcn/taxonomy؟

الميزات الرئيسية لـ shadcn/taxonomy هي: SaaS Scaffolding Templates, Subscription Billing, Payment Gateway Integrations, Relational Persistence Layers, Object-Relational Mapping, Type-Safe Web Frameworks, Session Authentication, User Authentication Systems.

ما هي البدائل مفتوحة المصدر لـ shadcn/taxonomy؟

تشمل البدائل مفتوحة المصدر لـ shadcn/taxonomy: vercel/nextjs-subscription-payments — This project is a Next.js SaaS starter kit and billing boilerplate designed for building subscription-based software… nswbmw/n-blog — N-blog is a full-stack JavaScript blogging platform and content management system built with Node.js. It functions as… jackyzha0/quartz — Quartz is a markdown static site generator and digital garden framework designed to transform collections of markdown… elysiajs/elysia — Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a… shadcn-ui/taxonomy — Taxonomy is a full-stack application template and reference implementation built with the Next.js app router. It… nextjs/saas-starter — This project is a production-ready boilerplate designed for building subscription-based web applications. It provides…