Skip to content

Trusted Surgeon Platform

Welcome to the Trusted Surgeon platform documentation.

Overview

Trusted Surgeon is a comprehensive healthcare platform consisting of multiple applications:

  • Public App - Public-facing website with SEO optimization
  • Portal App - Doctor portal for medical professionals
  • Auth App - Authentication and user management
  • Backend - Core API services
  • Vault Package - Blockchain-based security and data management

Architecture

The platform follows a monorepo architecture with:

  • Multiple frontend applications built with Next.js and Vite
  • Serverless backend with Node.js 20.x
  • Shared packages for common functionality
  • Comprehensive documentation system

Quick Start

bash
# Install dependencies
npm install

# Start development servers
npm run dev

Applications

Public App

The public-facing application built with Next.js for optimal SEO performance.

Portal App

Medical professional portal built with Vite for fast development and modern UI.

Auth App

Authentication service with Next.js for SEO-optimized auth pages.

Backend

Serverless API built with Node.js 20.x providing core platform functionality.

Packages

Vault

Blockchain-based package for secure data management and transactions.

Technology Stack

  • Frontend: Next.js, React, Vite, TypeScript
  • Backend: Node.js 20.x, Serverless Framework
  • Styling: Tailwind CSS, SCSS
  • Documentation: VitePress
  • Blockchain: Custom vault package

Trusted Surgeon Platform Documentation