BUILDING, TEACHING & GOVERNING

Ventures & Initiatives

Engineered platforms, digital education ecosystems, and ethical cooperatives designed to scale structured learning and demonstrate community-driven wealth creation.

Flagship Platform

TaiseerEdu

Co-founded and engineered as an all-in-one digital workspace to streamline personal productivity and automate corporate learning operations for Islamic curriculum pipelines.

Platform Highlights:

  • Custom React Frontend: Built using React, Tailwind CSS, and DaisyUI for an elegant, responsive user experience.
  • Firebase Auth: Integrates secure login states and user profile dashboards.
  • Express/Node.js API: Backed by a performant Express routing layer managing student records and FAQ collections.
  • MongoDB Atlas: Persistently stores dynamic student logs, course tracks, and curriculum reviews.
taiseeredu.com
STUDENT PORTAL ARCHITECTURE
Active Endpoints:
GET  /students      - Retrieve all active logs
GET  /quran&tajweed  - Query active course metrics
POST /reviews       - Insert validated student reviews
POST /students      - Enroll new applicant
ReactExpressMongoDB
academy.abusaied.com
PRISMA RELATIONAL SCHEMA
model User {
  id           Int        @id @default(autoincrement())
  email        String     @unique
  role         String     // ADMIN | TEACHER | STUDENT
  classroomId  Int?
  classroom    Classroom? @relation(fields: [classroomId])
}

model Progress {
  id          Int      @id @default(autoincrement())
  studentId   Int
  trackId     String   // qaida | essentialsOfIslam
  itemId      Int      // Lesson / Module ID
  status      String   // STUDY_COMPLETED | CHECKED_OUT
}
Next.jsPrisma ORMSQLite
Personal Teaching Portal

Abu Saied Academy

A custom learning and tracking platform developed to support my part-time teaching activities, providing students with structured lesson verification and classrooms.

Technical Architecture:

  • Next.js (App Router): Leverages server-side rendering and type-safe components using TypeScript.
  • Relational DB Mapping: Utilizes Prisma ORM to map users, classrooms, and individual student progress nodes.
  • RBAC Rules: Segregates Admin dashboard features, Teacher grading utilities, and Student progress panels.
  • Progress Checkouts: Features a teacher-led homework review engine tracking progress across Qaida and Islamic Essentials tracks.
Student-Led Investment Cooperative

Bright Future Islamic Association (BFIA)

Co-founded and managed as a pooled capital cooperative aimed at empowering students through ethical wealth creation and micro-investing. Serve as an executive member on the investment committee with veto power over allocations.

Governance & Operations:

  • Capital Allocation: Direct oversight of capital deployment into Shariah-compliant contracts including Murabahah (cost-plus), Mudarabah (profit-sharing), Salam (forward purchase), and Istisna (manufacturing finance).
  • Veto Power: One of three executive committee members responsible for approving or rejecting proposed investment pipelines based on religious and financial audit criteria.
  • Research Catalyst: Managing manual compliance rules and dividend tracking within BFIA served as the primary, real-world inspiration for developing the automated Computational Wakil framework.
bfia.cooperative
CONTRACT DISTRIBUTION MATRIX

Murabahah (Trade Finance): Active
Mudarabah (Partnerships): Active
Salam & Istisna (Agriculture & Mfg): Active
-- Veto Status: 3-Member Audited

Academic & Technical Collaboration

Looking to collaborate on custom educational software, database architectures, or theology-compliant technical systems? Let's connect.

Inquire for Engagement