OpenCode is a coding agent that runs where you already work rather than in a separate chat window. The same session can be driven from a terminal, an editor extension, or a desktop client, and it keeps context across all three.
Drag-and-drop builder for agents and RAG pipelines
Stars154K
Commit10h ago
LicenseMIT
Langflow turns pipeline construction into a graph you can see. Components are Python underneath, so a flow that outgrows the canvas can be exported and run as code rather than rebuilt.
Excalidraw's sketchy rendering is not decoration. Diagrams that look provisional invite comment, where a crisp vector diagram signals a decision already made, so it is unusually good at the early part of a design conversation.
Postgres-powered backend platform for production apps
Stars108.7K
Commit8h ago
LicenseApache-2.0
Supabase gives an application everything it needs on the server side without hiding the database behind a proprietary abstraction. The primitive is plain Postgres, and the platform layers authentication, generated APIs, storage, realtime subscriptions, and edge functions on top of it.
OpenCut is a timeline video editor that installs nothing and uploads nothing. Media stays in the browser, processing happens locally through WebCodecs, and there is no account step before you can cut a clip.
Autonomous agents that complete real engineering tasks
Stars85.8K
Commit8h ago
LicenseMIT
OpenHands runs agents that plan and execute multi-step engineering work: reading a repository, editing files, running tests, and iterating until a task is done. Each agent works inside a sandboxed runtime rather than on the host machine.
LobeChat is the most designed of the open chat front ends. Plugins, an assistant marketplace, voice input and output, and vision support are all present, and the interface holds up next to commercial products.
Grafana is the visualisation layer that sits above other systems rather than a monitoring stack of its own. It queries Prometheus, Loki, PostgreSQL, ClickHouse, and dozens of other sources, and puts them on the same dashboard.
AFFiNE puts a document editor and an infinite canvas over the same content. A page can be read as a document or arranged spatially as a whiteboard, and edits in one mode are edits in the other.
Design and prototyping built on open web standards
Stars42.2K
Commit21h ago
LicenseMPL-2.0
Penpot stores designs as SVG and uses CSS layout primitives - flex and grid - as its layout model, so what a designer builds maps onto what a developer implements rather than needing translation.
Multi-channel notification infrastructure for applications
Stars39.7K
Commit8h ago
LicenseUnknown
Novu takes the notification logic that usually ends up scattered across a codebase - which channel, which template, which quiet hours, which digest window - and puts it behind one API and one workflow editor.
Outline is a documentation workspace built around search and structure rather than infinite nesting. Collections, a strong editor, and genuinely fast full text search make it usable at the size where most wikis become write-only.
Team messaging for organisations that cannot use hosted chat
Stars33.2K
Commit19h ago
LicenseAGPL-3.0
Mattermost is channel-based team chat designed for environments where the message history has to stay inside a boundary: defence, healthcare, and regulated finance are its natural constituency.
Commerce building blocks rather than a fixed storefront
Stars32.4K
Commit2d ago
LicenseMIT
Medusa is a set of commerce modules - cart, orders, pricing, inventory, fulfilment - exposed as APIs you compose, rather than a themed storefront you customise around the edges.
Jitsi Meet gets to a working video call faster than anything else: open a URL, share it, done. No accounts, no downloads, no meeting identifiers to read out.
Focalboard is a board and table tool that runs as a desktop application against local files, or as a server for a team. It covers the kanban, table, and calendar views most planning needs without a subscription or an account.
Secret management for applications and infrastructure
Stars21.8K
Commit8h ago
LicenseMIT
Infisical stores application secrets, syncs them into the platforms that need them, and rotates the ones that support rotation. Environments and folders keep development and production credentials properly separated.
Collaborative wiki with real-time editing and diagrams
Stars15.4K
Commit2d ago
LicenseAGPL-3.0
Docmost is a documentation workspace with real-time collaborative editing, nested spaces, and diagram support built in rather than embedded from elsewhere.
Twenty rebuilds CRM around the interaction patterns people already know from modern productivity tools: keyboard navigation, inline editing, flexible record views, and a data model you can extend without a consultant.
Localisation platform with in-context translation editing
Stars4,085
Commit13h ago
LicenseApache-2.0
Tolgee's distinguishing feature is that translators work in the running application. Alt-click a string in the app and the editor opens over it, with surrounding context visible, which removes most of the ambiguity that produces bad translations from a spreadsheet.