i might be blind but wheres the create project button?
Do i need to create a repo and use the cli to publish it or somthing?

Zephyr dash: user organization name
Can you share with me how zephyr dashboard is automatically grabbing org name and project name please? Because I had an organisation inside the dashboard but I deployed a new project and the app is inside a different org. Thanks
rsbuild with zephyr
How do I deploy an rsbuild application with zephyr
Solution:
Just wanted a place to document an rsbuild application deployed with zephyr
```ts
const zephyrRsbuildPlugin = (): RsbuildPlugin => ({
name: "zephyr-rsbuild-plugin",...