-
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
It is an excellent tool. If your team is more familiar with Bootstrap, it might be difficult to make the switch, but consider this argument: at the time of writing, Tailwind CSS has more than twice the weekly downloads on npm than Bootstrap.
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
For unit tests, I recommend Vitest. If you prefer something else — pick a tool that runs tests in a real browser (headless). That makes a huge difference.
-
Collection for managing the state of lists/collections;
-
Reactive Storage for synchronizing data across tabs/windows using Signals, Observables, or Promises.
-
storybook
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
For e2e, I recommend Playwright, and if your team really loves to test things — Storybook (in addition).
-
type-fest is a great tool that will add 0 bytes to your bundle.
-
PrimeNG: has a lot of components, can be styled using CSS variables, and has a plugin for Tailwind CSS support;
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
For e2e, I recommend Playwright, and if your team really loves to test things — Storybook (in addition).
-
Angular Material: has a lot of components and tools, can be styled using CSS variables (including the variables generated by Tailwind CSS), maintained by the Angular team, and they put a lot of effort into supporting accessibility features;
-
daysiUI: framework-agnostic, based on Tailwind CSS.