
-
You can check https://github.com/NiGhTTraX/ts-monorepo.
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
I highly recommend rushstack. It’s a suite of tools for managing TypeScript monorepos. I use it at work and never want to go back to working without it.
-
nx
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
My team has been using nx. There was a little bit of a learning curve, but it's working out pretty nicely. Code is split into apps and libraries, and nx takes care of setting up the import paths for the libraries. You can even tag some as frontend- or backend-only and it will warn you if you're importing a backend-only library in the frontend.
-
turbo
Discontinued Build system optimized for JavaScript and TypeScript, written in Rust [Moved to: https://github.com/vercel/turborepo]
I would highly recommend turbo pack. Easy setup with shard ts-config for all your apps or packages. Se their example repo setup here https://github.com/vercel/turbo/tree/main/examples/with-yarn