{"id":24600924,"url":"https://github.com/alexy-os/flow-builder","last_synced_at":"2026-04-05T20:39:35.268Z","repository":{"id":273910872,"uuid":"921066001","full_name":"alexy-os/flow-builder","owner":"alexy-os","description":"React WorkFlow UI Builder shadcn/ui components and schema Zod","archived":false,"fork":false,"pushed_at":"2025-01-31T22:04:28.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T22:28:15.317Z","etag":null,"topics":["bunjs","bunjs-starter","react","react-components","react-flow","shadcn","shadcn-ui","shadcnui","zod"],"latest_commit_sha":null,"homepage":"https://flow-ui-builder.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexy-os.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-23T09:20:24.000Z","updated_at":"2025-01-31T22:04:31.000Z","dependencies_parsed_at":"2025-01-23T18:35:33.477Z","dependency_job_id":null,"html_url":"https://github.com/alexy-os/flow-builder","commit_stats":null,"previous_names":["alexy-os/flow-builder"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexy-os%2Fflow-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexy-os%2Fflow-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexy-os%2Fflow-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexy-os%2Fflow-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexy-os","download_url":"https://codeload.github.com/alexy-os/flow-builder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244181163,"owners_count":20411601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bunjs","bunjs-starter","react","react-components","react-flow","shadcn","shadcn-ui","shadcnui","zod"],"created_at":"2025-01-24T14:19:24.081Z","updated_at":"2025-12-31T00:16:32.908Z","avatar_url":"https://github.com/alexy-os.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React + TypeScript + Vite Monorepo\n\nThis monorepo provides a robust foundation for building React applications with Vite, optimized for BunJS runtime and ESM modules. It features a modular architecture with shared packages and a streamlined development experience.\n\n## Key Features\n\n- **Monorepo Structure**: Organized with `apps` for applications and `packages` for shared libraries\n- **BunJS Optimization**: Leverages Bun's native speed and ESM support\n- **TypeScript First**: Full type safety across the entire codebase\n- **Vite Powered**: Fast development server and optimized production builds\n- **Component Library**: Shared UI components via `@packages/ui`\n- **Flow Builder**: Extensible flow builder system via `@packages/flow`\n- **ESM Ready**: Fully optimized for modern JavaScript modules\n\n## Project Structure\n\n```\n.\n├── apps/\n│   └── app/                # Main application\n├── packages/\n│   ├── flow/               # Flow builder components and logic\n│   ├── typescript-config/  # Shared TypeScript configurations\n│   └── ui/                 # Shared UI components\n```\n\n## Getting Started\n\n1. **Install Bun** (if not already installed):\n   ```bash\n   curl -fsSL https://bun.sh/install | bash\n   ```\n\n2. **Install dependencies**:\n   ```bash\n   bun install\n   ```\n\n3. **Run the development server**:\n   ```bash\n   bun run dev\n   ```\n\n## Development Workflow\n\n### Running Applications\n- Start the main app:\n  ```bash\n  cd apps/app\n  bun run dev\n  ```\n\n### Building Packages\n- Build individual packages:\n  ```bash\n  cd packages/flow\n  bun run build\n  ```\n\n### TypeScript Configuration\nThe project uses shared TypeScript configurations:\n- `@packages/typescript-config/base.json` - Base configuration\n- `@packages/typescript-config/react-library.json` - React-specific settings\n- `@packages/typescript-config/vite.json` - Vite-specific settings\n\n## Package Architecture\n\n### `@packages/ui`\nShared UI components library featuring:\n- Button\n- Card\n- Input\n- Textarea\n- Theme toggle\n\n### `@packages/flow`\nExtensible flow builder system with:\n- Drag-and-drop components\n- Node-based architecture\n- Registry system for component management\n- Canvas implementation\n\n### `@packages/typescript-config`\nShared TypeScript configurations for:\n- Base projects\n- React libraries\n- Vite applications\n\n## Optimization Tips\n\n1. **Bun Runtime**: Leverage Bun's native speed for development and testing\n2. **ESM Modules**: Use `\"type\": \"module\"` in package.json for modern module support\n3. **Tree Shaking**: Ensure proper ESM exports for optimal bundle sizes\n4. **Shared Configs**: Utilize `@packages/typescript-config` for consistent TS settings\n\n## Available Scripts\n\n- `dev`: Start development server\n- `build`: Build production bundle\n- `preview`: Preview production build\n- `clean`: Remove node_modules\n\n## Plugins\n\nThe project uses official Vite plugins:\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react) for Babel-based Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) for SWC-based Fast Refresh\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexy-os%2Fflow-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexy-os%2Fflow-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexy-os%2Fflow-builder/lists"}