Organization Repos

Reference guide for databayt repositories

Complete reference of all repositories in the databayt GitHub organization.

Core Libraries

codebase

Component library and patterns - the source of truth.

  • URL: github.com/databayt/codebase
  • Stack: Next.js 16, React 19, TypeScript, Tailwind CSS 4, Prisma 6
  • Use For: Patterns, agents, templates, blocks, registry
# Clone
git clone https://github.com/databayt/codebase.git
 
# Reference pattern
# Say: "table from codebase" or "auth from codebase"

shadcn

Fork of shadcn/ui with customizations.

# Reference component
# Say: "button from shadcn" or "card from shadcn"

radix

Fork of Radix UI primitives.

# Reference primitive
# Say: "dialog from radix" or "popover from radix"

kun

Code Machine configuration and documentation (this repo).


Product Repositories

hogwarts

Education SaaS platform.

# Reference pattern
# Say: "auth like hogwarts" or "billing like hogwarts"

Good for reference:

  • Multi-tenant architecture
  • School management (LMS, SIS)
  • Stripe billing integration
  • Role-based access control

souq

E-commerce marketplace platform.

  • URL: github.com/databayt/souq
  • Stack: Next.js, Redux Toolkit, Tailwind CSS
  • Features: Multi-vendor, product catalog, cart
# Reference pattern
# Say: "cart from souq" or "vendor dashboard like souq"

Good for reference:

  • Multi-vendor architecture
  • Product catalog
  • Shopping cart
  • Vendor dashboards

mkan

Rental marketplace (Airbnb-style).

  • URL: github.com/databayt/mkan
  • Stack: Next.js, Prisma, NextAuth, Docker
  • Features: Property listings, booking, virtual tours
# Reference pattern
# Say: "booking like mkan" or "listings like mkan"

Good for reference:

  • Property listings
  • Booking system
  • Search and filters
  • User reviews

shifa

Medical/healthcare platform.

# Reference pattern
# Say: "appointments like shifa" or "patient flow like shifa"

Good for reference:

  • Appointment scheduling
  • Patient management
  • Healthcare workflows
  • Notification system

sijillee

New product — repo not yet in the org. CRM workspace is live.

moallimee

New product — repo not yet in the org. CRM workspace is live.


Design & Reference

apple

Apple design clone for UI pattern reference.

  • URL: github.com/databayt/apple
  • Stack: Next.js 16, React 19, TypeScript, Tailwind CSS 4
  • Use For: Design language reference, UI patterns to follow
# Reference pattern
# Say: "like apple" or "design from apple"

Good for reference:

  • Apple design language
  • Clean UI patterns
  • Typography and spacing
  • Component composition

Mobile & Infrastructure

ios-app

iOS application for Hogwarts.

Good for reference:

  • SwiftUI patterns
  • Offline-first sync
  • Bilingual (Arabic/English)

android-app

Android application for Hogwarts.

Good for reference:

  • Compose patterns aligned with the iOS atoms
  • Bilingual (Arabic/English)

distributed-computer

Rust infrastructure for fair compensation.

Good for reference:

  • Rust crate organization
  • P2P networking
  • Token economics

marketing

Marketing website — the public catalog at databayt.org lists every product and project, including ones not yet uploaded to GitHub (some mobile app links still pending).

Good for reference:

  • Landing page patterns
  • Marketing components
  • SEO optimization

lab

Experiments sandbox — prototypes live here before they earn a repo.

spma

Internal tool.


Quick Reference

SayAction
from codebaseClone pattern from codebase
from shadcnUse shadcn/ui component
from radixUse Radix primitive
like hogwartsReference hogwarts patterns
like appleReference Apple design patterns
like souqReference souq patterns
like mkanReference mkan patterns
like shifaReference shifa patterns
like sijilleeReference sijillee (repo pending — CRM + catalog only)
like moallimeeReference moallimee (repo pending — CRM + catalog only)

Priority Order

When building features, check repos in this order:

  1. codebase - Always check first for existing patterns
  2. shadcn - For UI components
  3. radix - For primitives
  4. apple - For design language reference
  5. Product repos - For domain-specific patterns