This is the documentation for the Synthex Front End packages.
The documentation is automatically generated using TypeDoc and contains detailed API references, guides, and examples for all packages in the monorepo.
For hand-written guides (development setup, coding conventions, feature patterns, testing, and deployment), start at the documentation index.
Overview
The Synthex Front End codebase is organized as a monorepo, containing multiple packages that work together to create the complete front-end application. Each package is documented separately with its own API reference and usage examples.
Key Features
TypeScript Support: Full TypeScript support with detailed type definitions
Automated Documentation: Documentation is automatically generated from source code
Testing: Comprehensive test coverage including unit, integration and visual tests
CI/CD: Automated build, test and deployment pipelines
Automated Changelog: Automated changelog generation using semantic versioning and conventional commits
Getting Started
To get started with the documentation:
Browse the packages in the left sidebar
Search for any reference in the top right corner
API references are automatically generated from TypeScript definitions, ensuring it's up to date with the latest code