diff --git a/apps/content/.vitepress/config.ts b/apps/content/.vitepress/config.ts index 0aadc22a6..5364f2c1f 100644 --- a/apps/content/.vitepress/config.ts +++ b/apps/content/.vitepress/config.ts @@ -165,6 +165,7 @@ export default defineConfig({ { text: 'Pinia Colada', link: '/docs/pinia-colada' }, { text: 'Playgrounds', link: '/docs/playgrounds' }, { text: 'Comparison', link: '/docs/comparison' }, + { text: 'Ecosystem', link: '/docs/ecosystem' }, ], }, ], diff --git a/apps/content/docs/ecosystem.md b/apps/content/docs/ecosystem.md new file mode 100644 index 000000000..4b747cb70 --- /dev/null +++ b/apps/content/docs/ecosystem.md @@ -0,0 +1,22 @@ +--- +title: Ecosystem +description: oRPC ecosystem & community resources +--- + +# Ecosystem + +:::info +If your project is missing here, please [open a PR](https://github.com/unnoq/orpc/edit/main/apps/content/docs/ecosystem.md) to add it. +::: + +## Starter Kits + +| Name | Stars | Description | +| --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | +| [Zap.ts](https://zap-ts.alexandretrotel.org/) | [![Stars](https://img.shields.io/github/stars/alexandretrotel/zap.ts?style=flat)](https://github.com/alexandretrotel/zap.ts) | Next.js boilerplate designed to help you build applications faster using a modern set of tools. | + +## Tools + +| Name | Stars | Description | +| --------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | +| [orpc-file-based-router](https://github.com/zeeeeby/orpc-file-based-router) | [![Stars](https://img.shields.io/github/stars/zeeeeby/orpc-file-based-router?style=flat)](https://github.com/zeeeeby/orpc-file-based-router) | Automatically creates an oRPC router configuration based on your file structure, similar to Next.js, express-file-routing |