Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.21 KB

File metadata and controls

26 lines (17 loc) · 1.21 KB

Technology Stack

ByReiXwift utilizes a modern, type-safe stack designed for reliability and performance within the Sidra ecosystem.

Frontend Architecture

The user interface is built for speed and responsiveness, ensuring a professional experience across all devices.

  • Next.js: React framework providing optimized routing and server-side capabilities.
  • TypeScript: Ensuring type safety and reducing runtime errors during development.
  • Tailwind CSS: Utility-first styling used to implement the current visual system.

Backend and Data

The infrastructure is designed for scalability and secure data management.

  • Node.js: Primary runtime for the API layer and escrow lifecycle services.
  • NestJS: Structured TypeScript framework for building the backend cleanly as the product grows.
  • PostgreSQL: Live system of record for escrow transactions, auth data, and audit-friendly state history.
  • Solidity + Hardhat: Contract development and testing for the escrow settlement layer.

Development Tools

  • pnpm: Fast, disk space efficient package manager.
  • ESLint: Code linting to maintain high internal standards.
  • Git: Collaborative version control following strict branch strategies.