https://github.com/diego3g/flowly
Flowly helps you document your event driven architecture across your team.
https://github.com/diego3g/flowly
clerk nextjs13 shadcn-ui tailwindcss
Last synced: 6 months ago
JSON representation
Flowly helps you document your event driven architecture across your team.
- Host: GitHub
- URL: https://github.com/diego3g/flowly
- Owner: diego3g
- Created: 2023-08-28T12:27:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T18:34:48.000Z (about 2 years ago)
- Last Synced: 2025-04-13T11:09:04.852Z (6 months ago)
- Topics: clerk, nextjs13, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://flowly-sigma.vercel.app
- Size: 466 KB
- Stars: 217
- Watchers: 7
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flowly
This app is built with Next.js 13, Tailwind, shadcn/ui, [Clerk](https://clerk.dev?utm_source=rocketseat&utm_medium=web) and Radix UI.

## ⚠️ Under development
This application does not have functionality yet and was created only for the purpose of studies.
---
### Features
- It should be able to register a service;
- It should be able to register an event;#### Details
- Each service can publish multiple events;
- Each service can subscribe to multiple events;
- Each event have:
- A optional markdown description;
- A JSON schema;#### Remember
- Events must always be backward compatible;
- We could generate TypeScript typings based on JSON Schema;
- We could generate Zod schema based on JSON Schema and vice versa;
- We could automatically publish NPM packages for each service and event version:
- @flowly/{org}-{service}
- We could check for unused published data for each event based on subscribers;