Elaborating more on why OrbitKit is very cool:
- Uses jiti by
@unjsio and
@t3dotgg env to deliver typesafe env variables throughout the monorepo without the need to bundle anything.
- Full implementation of
@shadcn UI in a dedicated UI package bundled with tsup and
@storybookjs docs for every primitive, with storybook you also get component testing on top and much more.
- Tailwind preset that is shared to all packages/apps that re-defines colours using
@radix_ui colors giving you automatic light/dark mode, you literally don't have to even think about it, and you can't argue about dark mode in only pro plans anymore 🥱.
- Every tool configuration if can be shared, it is shared giving you as much singular source of truth as possible, for example there is `packages/config/tsconfig` that way every package and every app in the monorepo gets built to the same exact standard minimizing chances of discrepancies and weird compilation errors from happening.
🚨 Announcement
Releasing OrbitKit, the open source monorepo starterkit to build your next startup upon. It comes with a Next.js web app, Astro marketing website, Shadcn UI, Drizzle ORM, Storybook...etc, and so much more in the plans!
github.com/ixahmedxi/orbitki…