Platform's technical stack
Under the hood
The platform's technical stack has been significantly modernized. Several core dependencies — some dating back 5+ years — have been replaced with current industry standards:
|
Component
|
Before
|
After
|
|---|---|---|
|
CSS Framework
|
Bootstrap 4.6 (Jan 2021)
|
Tailwind CSS 4.0 (Jan 2025)
|
|
Build Tool
|
Webpack 5.74 (Aug 2022)
|
Vite 5.4 (Aug 2024)
|
|
Stylesheets
|
SCSS / Sass (custom)
|
Native CSS + PostCSS
|
|
DOM Library
|
jQuery 3.7 (May 2023)
|
Removed — native JS
|
|
Select Inputs
|
Select2 4.0 (~2015)
|
Tom Select 2.4 (2024)
|
|
Error Tracking
|
Sentry JS SDK v6 (2021)
|
Sentry JS SDK v9 (Feb 2025)
|
|
Internationalization
|
Stone.js 2.7 (unmaintained)
|
i18next v25 (2025, industry standard)
|
|
Icons
|
Font Awesome 6.4 (2023)
|
Font Awesome 7 (2025)
|
These upgrades improve page load times, reduce bundle size, and eliminate dependencies that were no longer maintained. The codebase is now aligned with current web standards, ensuring long-term compatibility and easier onboarding for developers.