Search Results for "tiny-workflow" - Page 27

Showing 2327 open source projects for "tiny-workflow"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    City Map Poster Generator

    City Map Poster Generator

    Transform your favorite cities into beautiful, minimalist designs

    maptoposter is a code-driven poster generator that turns any city into a minimalist, print-style map artwork with consistent typography and themed color palettes. It is built around a simple command-line flow where you pass a city and country, and the tool fetches the relevant map geometry and renders it into a clean composition that looks like a design product rather than a raw GIS export. The repository includes a library of predefined themes that change the overall look (for example,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Context Engineering Template

    Context Engineering Template

    Context engineering is the new vibe coding

    Context Engineering Template is a comprehensive template and workflow repository designed to teach and implement context engineering, a structured approach to preparing and organizing the information necessary for AI coding assistants to complete complex tasks reliably. Instead of relying solely on short prompts, this project encourages developers to create rich, structured context files that include project rules, examples, and validation criteria so that AI systems can act more like informed collaborators and less like general-purpose generators. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Ultracite

    Ultracite

    A highly opinionated, zero-configuration linter and formatter

    Ultracite is a highly opinionated, zero-configuration linting and formatting preset designed primarily for modern JavaScript/TypeScript codebases. It is built on top of the Biome toolchain (written in Rust) and aims to deliver sub-second performance so that formatting and linting feel seamless, even on large projects. Because it comes pre-configured with sensible defaults for frameworks like React and Next.js, developers can adopt it with minimal setup—simply run npx ultracite init and start...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    S5CMD

    S5CMD

    Parallel S3 and local filesystem execution tool

    s5cmd is a very fast S3 and local filesystem execution tool. It comes with support for a multitude of operations including tab completion and wildcard support for files, which can be very handy for your object storage workflow while working with large number of files. There are already other utilities to work with S3 and similar object storage services, thus it is natural to wonder what s5cmd has to offer that others don't. s5cmd supports wide range of object management tasks both for cloud storage services and local filesystems. List buckets and objects. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Xamarin.iOS & Xamarin.Mac

    Xamarin.iOS & Xamarin.Mac

    Bridges the worlds of .NET with the native APIs of macOS, iOS, tvOS

    Bridges the worlds of .NET with the native APIs of macOS, iOS, tvOS, and watchOS. This module is the main repository for both Xamarin.iOS and Xamarin.Mac. These SDKs allow us to create native iOS, tvOS, watchOS and macOS applications using the same UI controls we would in Objective-C and Xcode, except with the flexibility and elegance of a modern language (C#), the power of the .NET Base Class Library (BCL), and two first-class IDEs—Visual Studio for Mac and Visual Studio—at our fingertips....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    DevSpace

    DevSpace

    The Fastest Developer Tool for Kubernetes

    Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes. DevSpace is an open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster. DevSpace is a very lightweight, client-only CLI tool which uses your current kube-context, just like kubectl or helm. It does not require you to install anything inside your cluster and works out of the box with every Kubernetes cluster.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Karma

    Karma

    Test Runner for JavaScript

    ...Because getting quick feedback is what makes you productive and creative. Test your code on real browsers and real devices such as phones, tablets or on a headless PhantomJS instance. Control the whole workflow from the command line or your IDE - just save a file and Karma will run all the tests. Describe your tests with Jasmine, Mocha, QUnit, or write a simple adapter for any framework you like. Developed for and maintained by the open source community at GitHub. Easy debugging directly from your IDE via WebStorm or Google Chrome. Simple integration with Jenkins, Travis or Semaphore.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    VGGT-Ω

    VGGT-Ω

    [CVPR 2026 Oral] VGGT Omega

    VGGT-Omega is a Facebook Research computer vision project for feed-forward camera and depth reconstruction. It takes images as input and predicts camera parameters, depth maps, confidence values, and related scene tokens. The project is associated with 3D understanding workflows where models infer scene geometry without a traditional multi-stage reconstruction pipeline. It includes pretrained model variants with different resolutions and text-alignment capabilities, though checkpoint access...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Composer API

    Composer API

    OpenAI-compatible API proxy for Cursor Composer

    Composer API is an OpenAI-compatible API proxy for Cursor Composer. It is designed for developers who want to interact with Cursor’s Composer-style agent workflow through a familiar API surface. The project acts as a translation layer, letting compatible clients send requests in an OpenAI-like format while routing them toward the Composer backend behavior. This makes it useful for experimentation, automation, or tool integrations that already understand OpenAI-style chat completion patterns. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Melody

    Melody

    Minimalist websocket framework for Go

    Melody is a minimalist WebSocket framework for Go that wraps the standard WebSocket workflow in a simple, developer-friendly API. It is designed to make real-time server features easier to build without requiring a large framework or complex setup. Developers can use it for chat systems, live notifications, dashboards, multiplayer coordination, collaborative tools, and other bidirectional communication features. Melody provides connection lifecycle hooks, message handlers, broadcasting, session management, and grouped communication patterns. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    paqctl

    paqctl

    Unified proxy manager for bypassing firewalls

    paqctl is a unified command-line manager for deploying and controlling bypass proxy setups across client and server machines. It is designed for users who run a server component on a VPS and a local client on Windows, macOS, or Linux. The tool supports two different approaches: Paqet, which uses KCP over raw sockets for simpler cases, and GFW-Knocker, which combines TCP and QUIC tunneling for heavier censorship scenarios. It provides guided installation, configuration, service management,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    curl-to-Go

    curl-to-Go

    Convert curl commands to Go code in your browser

    curl-to-Go is a browser-based tool that converts curl commands into Go HTTP client code. It is especially useful when API documentation provides curl examples, but the developer needs equivalent Go code for an application or script. Users paste a curl command into the page, and the tool generates Go code that approximates the request, including method, URL, headers, body data, and basic authentication where supported. It does not promise perfect conversion for every possible curl option, so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JSON to Go

    JSON to Go

    Translates JSON into a Go type in your browser instantly (original)

    ...The tool makes reasonable assumptions about field names, types, nested objects, arrays, and struct tags, but it still expects users to review the output before using it in production. It is related to curl-to-go and fits the same lightweight, practical workflow for developers translating common web data into Go code. Its main value is speed, especially when prototyping clients for JSON-based APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    deepsec

    deepsec

    Deepsec is a security harness for finding vulnerabilities

    deepsec is an agent-powered security harness for finding vulnerabilities in large codebases. It is designed to run on the user’s own infrastructure, using coding agents to perform deep, project-aware security review rather than only basic pattern matching. The tool initializes a project-specific security context, scans code in batches, processes findings, and can optionally revalidate results to reduce false positives. For large repositories, it supports parallel work across worker machines...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mike

    Mike

    OSS AI Legal Platform

    Mike is a software project that appears to focus on automation or tooling, likely designed to streamline workflows related to development, deployment, or data processing. It may function as a command-line utility or lightweight framework that integrates with existing systems to improve efficiency. The project emphasizes simplicity and clarity, providing focused functionality without unnecessary overhead. Its design likely supports extensibility, allowing users to adapt it to specific use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    build-ffmpeg-script

    build-ffmpeg-script

    The FFmpeg build script provides an easy way to build a static FFmpeg

    ...The script is particularly useful for developers and system administrators who need optimized FFmpeg builds tailored to specific workflows. Overall, it streamlines a complex build process into a single command-driven workflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Friction

    Friction

    Powerful and versatile motion graphics application

    Friction is a lightweight 2D animation and motion graphics tool designed to provide a modern and efficient workflow for creating vector-based animations. It focuses on simplicity while offering essential features such as keyframe animation, timeline editing, and curve-based motion control. The application is built to be fast and responsive, enabling real-time feedback during animation editing. It supports exporting animations to various formats, making it suitable for use in games, web content, and multimedia projects. friction emphasizes a clean interface and streamlined tools to reduce complexity while maintaining creative flexibility. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mac-list

    Mac-list

    The Mac software list and Mac usage tips

    ...It is designed as a continuously evolving resource, with contributions and updates expanding the list over time. The repository emphasizes completeness and usability, striving to become a go-to reference for Mac users looking to optimize their workflow. It serves both beginners and advanced users by offering a mix of essential tools and niche utilities. Overall, Mac-list functions as a curated ecosystem of macOS resources that enhance user productivity and system knowledge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Dgrm.net

    Dgrm.net

    Flowchart editor

    ...It supports dynamic updates, enabling diagrams to respond to user interactions or data changes in real time. The system is particularly useful for applications that require visual modeling, such as workflow editors, architecture diagrams, or educational tools. Its modular design allows customization of rendering and behavior, making it adaptable to various use cases. Overall, DgrmJS offers a practical solution for embedding diagramming capabilities into modern web interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Phantom

    Phantom

    An AI co-worker with its own computer

    ...It may also incorporate mechanisms for handling external tools, APIs, or system-level operations, expanding its capabilities beyond simple reasoning tasks. The project is particularly suited for experimentation with agent autonomy and workflow abstraction. Overall, phantom represents a flexible foundation for building and testing autonomous AI systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Claude Code Architecture Study

    Claude Code Architecture Study

    Research on Coding Agents

    ...It likely provides step-by-step examples, conceptual explanations, and practical implementations that guide users through creating their own agents. The framework emphasizes learning by doing, allowing users to experiment with agent behavior, prompt design, and workflow structuring. It also explores how agents interact with tools such as file systems, terminals, and APIs, giving a holistic view of real-world applications. The project is particularly valuable for developers transitioning from traditional programming to AI-assisted or autonomous development paradigms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TREK

    TREK

    A self-hosted travel/trip planner with real-time collaboration

    TREK is a system designed to explore task execution, reasoning, or knowledge traversal in structured environments, likely focusing on guiding agents through complex multi-step processes. The project appears to emphasize traceability, allowing users to follow how decisions are made and how tasks progress through different stages. Its architecture suggests a focus on modular reasoning, where each step in a process is clearly defined and can be analyzed independently. This makes it particularly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MedgeClaw

    MedgeClaw

    Open-source AI research assistant for biomedicine

    ...MedgeClaw also supports reproducibility by generating structured reports and maintaining consistent environments through containerization. Its architecture combines conversational AI, automated pipelines, and scientific tooling into a unified workflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GSD 2

    GSD 2

    A powerful meta-prompting, context engineering

    GSD 2 is a project focused on automating and streamlining development workflows through structured build systems and tooling. It aims to simplify the process of configuring, building, and deploying applications by providing predefined templates and automation scripts. The system is designed to reduce manual setup and improve consistency across development environments. It supports modular configurations, allowing users to adapt the build process to different project requirements. The project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Live helper chat

    Live helper chat

    Live support for your website. Featuring web and mobile apps

    Live helper chat is a mature, open-source customer support platform that enables real-time communication between businesses and website visitors through chat, messaging, and integrated communication channels. Designed to handle high volumes of interactions, it can support thousands of concurrent conversations and multiple operators, making it suitable for enterprise-level deployments. The platform includes a web-based interface as well as mobile applications, allowing support teams to manage...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB