Skip to content

FluxiQ CorePIX Payment Gateway

High-performance, BACEN-compliant PIX payment infrastructure built with Elixir, Vue, and TigerBeetle

Quick Start

bash
# Clone the repository
git clone https://github.com/fluxiq/fluxiq-core.git
cd fluxiq-core

# Start infrastructure services
docker compose up -d

# Install dependencies
pnpm install

# Start development
pnpm dev

Architecture Overview

FluxiQ Core is a monorepo containing:

  • Backend — Elixir/Phoenix API server with TigerBeetle ledger integration
  • Banking App — Vue 3 internet banking interface (16 BACEN PIX UX requirements)
  • Admin App — Vue 3 admin console for operations management
  • Merchant App — Vue 3 merchant portal for payment management
  • Shared Packages — Common TypeScript utilities and components
  • Infrastructure — Kubernetes manifests, Docker configs, and monitoring dashboards

FluxiQ Core - PIX Payment Gateway