Pedant.kg is an enterprise system for product marking and traceability built for the Kyrgyzstan market. The platform is designed for high-throughput operations, strict data consistency, and a multilingual audience across regions.
Frontend. Built on Next.js 16 with App Router — server components and streaming render keep TTI minimal and SEO clean. React 19 handles complex analytical dashboards without blocking the main thread. TypeScript enforces compile-time correctness while Zod adds runtime validation at every API boundary. Internationalization via next-intl enables seamless locale switching; Recharts powers multi-dimensional traceability timelines.
Backend. NestJS 11's modular architecture enforces clean domain separation and scales with the team. PostgreSQL handles the data layer; Prisma ORM provides auto-generated migrations and a type-safe query builder that keeps the data model in sync with the codebase. Swagger keeps the API contract machine-readable and always aligned with the implementation.
DX & Quality. Playwright E2E tests cover critical user flows and run in CI without manual intervention. Husky git hooks enforce linting and type checks before code reaches the repository.