{"id":14963469,"url":"https://github.com/xiduzo/microflow","last_synced_at":"2026-04-02T18:09:03.055Z","repository":{"id":251614210,"uuid":"825795910","full_name":"xiduzo/microflow","owner":"xiduzo","description":"A set of tools to make it easier to start prototyping for interactivity","archived":false,"fork":false,"pushed_at":"2025-01-16T15:51:16.000Z","size":7557,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T05:03:48.539Z","etag":null,"topics":["arduino","figma","flow-based-programming","interactivity","low-code","mqtt","prototype"],"latest_commit_sha":null,"homepage":"https://microflow.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiduzo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"xiduzo","thanks_dev":null,"custom":null}},"created_at":"2024-07-08T14:10:26.000Z","updated_at":"2025-01-16T15:51:18.000Z","dependencies_parsed_at":"2024-08-25T15:27:17.618Z","dependency_job_id":"0a75c234-751a-4025-897c-ab7e4fe21368","html_url":"https://github.com/xiduzo/microflow","commit_stats":{"total_commits":123,"total_committers":3,"mean_commits":41.0,"dds":"0.016260162601625994","last_synced_commit":"551845c86ec1ae7e975c986cbf8b5df41d3cbe34"},"previous_names":["xiduzo/microflow-studio","xiduzo/microflow"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiduzo%2Fmicroflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiduzo%2Fmicroflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiduzo%2Fmicroflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiduzo%2Fmicroflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiduzo","download_url":"https://codeload.github.com/xiduzo/microflow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238065137,"owners_count":19410587,"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":["arduino","figma","flow-based-programming","interactivity","low-code","mqtt","prototype"],"created_at":"2024-09-24T13:31:32.860Z","updated_at":"2026-04-02T18:09:03.047Z","avatar_url":"https://github.com/xiduzo.png","language":"TypeScript","readme":"# Microflow\n\n**A visual tool for building interactive prototypes connected to real hardware.**\n\nMicroflow lets designers and creators build interactive experiences by connecting digital interfaces to physical microcontrollers — no code required. Drag components onto a canvas, wire them together, and your prototype comes to life.\n\n## What's included\n\n### [Microflow Studio](apps/web) — Desktop App\nA visual, flow-based interface built as a cross-platform desktop app. Connect nodes, map signals, and control hardware in real time.\n\n### [Microflow Server](apps/server) — Backend\nA Hono + tRPC server handling auth, persistence, and real-time collaboration.\n\n### [Microflow Hardware Bridge](apps/figma-plugin) — Figma Plugin\nAn optional Figma plugin that bridges Figma prototypes to Microflow Studio via MQTT, so hardware can respond to Figma interactions.\n\n### [Microflow Docs](apps/fumadocs) — Documentation\nThe documentation site, built with Next.js and Fumadocs.\n\n## Tech stack\n\nThis is a **T-stack** monorepo:\n\n| Tool | Role |\n|---|---|\n| [Turborepo](https://turbo.build) | Monorepo build system |\n| [Tauri](https://tauri.app) | Cross-platform desktop shell |\n| [tRPC](https://trpc.io) | End-to-end typesafe API |\n| [TanStack](https://tanstack.com) | Router, Query, Form |\n| [Tailwind CSS v4](https://tailwindcss.com) | Styling |\n| [Hono](https://hono.dev) | HTTP server |\n| [Better Auth](https://better-auth.com) | Authentication |\n| [Drizzle ORM](https://orm.drizzle.team) | Database ORM (PostgreSQL) |\n| [MQTT](https://mqtt.org) | Hardware communication protocol |\n| [Yjs](https://yjs.dev) | Real-time collaboration |\n| [Bun](https://bun.sh) | Package manager \u0026 runtime |\n\n## Getting started\n\n### Prerequisites\n\n- [Bun](https://bun.sh) `\u003e= 1.3.5`\n- [Docker](https://www.docker.com) (for the database)\n- [Rust](https://www.rust-lang.org) (for the desktop app)\n\n### Setup\n\n```bash\nbun install\n```\n\nStart the database:\n\n```bash\nbun db:start\nbun db:push\n```\n\nRun everything in dev mode:\n\n```bash\nbun dev\n```\n\nOr run specific apps:\n\n```bash\nbun dev:web      # Desktop app\nbun dev:server   # Backend server\n```\n\nFor the Figma plugin, navigate to `apps/figma-plugin`:\n\n```bash\ncd apps/figma-plugin \u0026\u0026 bun dev\n```\n\nThen import the plugin in Figma via **Plugins → Development → Import plugin from manifest** and select `apps/figma-plugin/manifest.json`.\n\n## Project structure\n\n```\nmicroflow/\n├── apps/\n│   ├── web/           # Desktop app (React + Tauri + TanStack Router)\n│   ├── server/        # Backend API (Hono + tRPC)\n│   ├── figma-plugin/  # Figma plugin (MQTT bridge)\n│   └── fumadocs/      # Documentation site (Next.js + Fumadocs)\n└── packages/\n    ├── api/           # tRPC router definitions\n    ├── auth/          # Better Auth configuration\n    ├── collab/        # Yjs collaboration layer\n    ├── db/            # Drizzle schema \u0026 migrations\n    ├── env/           # Type-safe environment variables\n    ├── mqtt/          # MQTT client shared between apps\n    └── config/        # Shared TypeScript \u0026 lint config\n```\n\n## Available scripts\n\n| Script | Description |\n|---|---|\n| `bun dev` | Start all apps in dev mode |\n| `bun dev:web` | Start only the desktop app |\n| `bun dev:server` | Start only the backend |\n| `bun build` | Build all apps |\n| `bun check-types` | TypeScript type check across all apps |\n| `bun check` | Lint \u0026 format with Oxlint + Oxfmt |\n| `bun db:start` | Start PostgreSQL via Docker |\n| `bun db:push` | Push schema changes |\n| `bun db:migrate` | Run migrations |\n| `bun db:studio` | Open Drizzle Studio |\n| `bun db:stop` | Stop the database |\n\n## Links\n\n- [Figma Community Plugin](https://www.figma.com/community/plugin/1373258770799080545)\n- [Documentation](apps/fumadocs)\n","funding_links":["https://buymeacoffee.com/xiduzo"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiduzo%2Fmicroflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiduzo%2Fmicroflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiduzo%2Fmicroflow/lists"}