Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/content/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
],
Expand Down
22 changes: 22 additions & 0 deletions apps/content/docs/ecosystem.md
Original file line number Diff line number Diff line change
@@ -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 |