Showing 1659 open source projects for "logic"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Kestra

    Kestra

    Kestra is an infinitely scalable orchestration and scheduling platform

    ...By bringing Infrastructure as Code best practices to data pipelines, Kestra allows you to build reliable workflows and manage them with confidence. Thanks to the declarative YAML interface for defining orchestration logic, everyone who benefits from analytics can participate in the data pipeline creation process. The UI automatically adjusts the YAML definition any time you make changes to a workflow from the UI or via an API call. Therefore, the orchestration logic is defined declaratively in code, even if some workflow components are modified in other ways.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    dex

    dex

    OpenID Connect (OIDC) identity and OAuth 2.0 provider

    ...This lets Dex defer authentication to LDAP servers, SAML providers, or established identity providers like GitHub, Google, and Active Directory. Clients write their authentication logic once to talk to Dex, then Dex handles the protocols for a given backend. Dex acts as a portal to other identity providers through "connectors." This lets dex defer authentication to LDAP servers, SAML providers, or established identity providers like GitHub, Google, and Active Directory. Clients write their authentication logic once to talk to dex, then dex handles the protocols for a given backend.ID Tokens are an OAuth2 extension introduced by OpenID Connect and dex's primary feature. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    python-whatsapp-bot

    python-whatsapp-bot

    Build AI WhatsApp Bots with Pure Python

    ...The project provides a practical implementation of a messaging automation system using the Flask web framework to handle webhook events and process incoming messages in real time. Developers can configure the bot to receive user messages through the WhatsApp API, route them through application logic, and generate automated responses powered by AI services such as large language models. The repository includes example scripts and project structures that illustrate how to integrate OpenAI or similar AI models into the bot workflow, enabling conversational agents capable of answering questions or performing automated tasks.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Starlark in Go

    Starlark in Go

    Starlark in Go: the Starlark configuration language, implemented in Go

    ...Starlark combines Python’s expressiveness and readability with deterministic execution, making it ideal for defining build configurations, scripting automation, and embedding domain-specific logic in applications. The Go-based interpreter allows developers to run or embed Starlark programs directly within Go applications, extending them with user-defined scripts and configurable logic. Unlike Python, Starlark supports parallel execution across multiple threads and maintains deterministic behavior, making it suitable for scalable and reproducible workloads. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 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
  • 5
    Orchid

    Orchid

    Rapid application development of back-office applications

    Orchid is a free Laravel package that abstracts standard business logic and allows code-driven rapid application development of back-office applications, admin/user panels, and dashboards. Focus on PHP development and don't lose time with HTML, CSS, or JavaScript. Build application logic, not admin panels. Try our quick start guide and kick-start your application's development. Prevent reinventing the wheel or forms.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    JavaScript Obfuscator

    JavaScript Obfuscator

    A powerful obfuscator for JavaScript and Node.js

    ...It works with modern JavaScript syntax and integrates into build pipelines to protect selected bundles or modules automatically. Teams use it to deter casual inspection of proprietary logic, license checks, or anti-abuse heuristics shipped to the browser or Node targets.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7

    Iced

    A cross-platform GUI library for Rust, inspired by Elm

    ...It expects you to split user interfaces into four different concepts, which are: the state of your app; messages, which are user interactions or other meaningful events; view logic, which displays your state as widgets that can result in messages; and update logic, which offers a way to update your state and react to messages. Iced is very simple and easy to use, and is type-safe. It offers many great features including built-in widgets and custom widget support, debug overlay, a modular ecosystem and more.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Pundit

    Pundit

    Minimal authorization through OO design and pure Ruby classes

    Pundit (varvet/pundit) is a Ruby gem that provides a simple and effective framework for adding authorization logic to Rails (or other Ruby) applications. It centers around policy classes—one policy per model or resource—that define what actions a given user is permitted to perform (e.g., show?, update?, destroy?). Each policy method returns a boolean, and can be structured using combinators or shared logic to keep things DRY. In controllers and views, Pundit provides helpers like authorize, policy_scope, and policy to enforce those rules cleanly and consistently. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Clara Rules

    Clara Rules

    Forward-chaining rules in Clojure(Script)

    Clara Rules is an expressive, forward-chaining rules engine written in Clojure (and ClojureScript), designed to let developers encapsulate domain logic cleanly and declaratively using rules defined as code rather than domain-specific languages—while supporting Java interoperability. Clara is a forward-chaining rules engine written in Clojure(Script) with Java interoperability. It aims to simplify code with a developer-centric approach to expert systems. Clara is built, tested, and deployed using Leiningen. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 10
    Specification

    Specification

    Base class with tests for adding specifications to a DDD model

    Specification is a .NET library that implements the Specification pattern to encapsulate query logic into reusable, composable objects. Its primary goal is to pull filtering, sorting, and projection logic out of repositories and services, reducing duplication and improving maintainability. The library works especially well with Entity Framework Core, enabling developers to centralize query definitions instead of scattering LINQ expressions throughout the codebase.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Automaton

    Automaton

    The first AI that can earn its own existence, replicate, and evolve

    ...The repository focuses on giving developers and researchers a programmable environment to experiment with state machines, language recognition models, and algorithmic behaviors that mirror theoretical computer science constructs. Its architecture emphasizes modularity so users can extend or customize automaton types without rewriting core logic. The project is particularly useful in educational contexts, where visualizing or testing automata behavior helps reinforce concepts such as deterministic and nondeterministic machines. Developers can also use it as a foundation for research prototypes involving parsing, pattern recognition, or language processing. Overall, Automaton bridges the gap between abstract theory and practical implementation by providing a structured and extensible codebase for automata experimentation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Simple Evals

    Simple Evals

    Lightweight framework for evaluating large language model performance

    ...It is particularly useful for sanity checks, exploratory research, and comparing performance across different models or configurations. The project provides clear structures for defining datasets, metrics, and evaluation logic, while staying minimal enough to adapt for custom use cases. With its straightforward design, simple-evals is well-suited for rapid iteration and for teams that want to integrate evaluation into their model development workflows.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Laravel Doctrine ORM

    Laravel Doctrine ORM

    A drop-in Doctrine ORM 2 implementation for Laravel 5+

    Doctrine 2 is an object-relational mapper (ORM) for PHP that provides transparent persistence for PHP objects. It uses the Data Mapper pattern at the heart, aiming for a complete separation of your domain/business logic from the persistence in a relational database management system. The benefit of Doctrine for the programmer is the ability to focus on object-oriented business logic and worry about persistence only as a secondary problem. This doesn’t mean persistence is downplayed by Doctrine 2, however, it is our belief that there are considerable benefits for object-oriented programming if persistence and entities are kept separated.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Go Clean template

    Go Clean template

    Clean Architecture template for Golang services

    The purpose of the template is to show how to organize a project and prevent it from turning into spaghetti code, where to store business logic so that it remains independent, clean, and extensible, how not to lose control when a microservice grows. Configuration. First, config.yml is read, then environment variables overwrite the yaml config if they match. The config structure is in the config.go. The env-required: true tag obliges you to specify a value (either in yaml, or in environment variables). ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    opensrc

    opensrc

    Fetch source code for npm packages

    ...OpenSrc addresses this limitation by allowing agents to fetch the underlying source code of dependencies and analyze their implementation directly. This gives AI coding assistants richer context about functions, internal logic, and architectural patterns used within external packages. The tool is designed to integrate into AI-driven developer workflows where coding agents explore repositories, inspect dependencies, and reason about how to use libraries correctly.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    LangGraph.js

    LangGraph.js

    Framework to build resilient language agents as graphs

    ...This structure makes it easier to implement long-running agents, multi-step reasoning pipelines, and workflows that require persistent state. LangGraphJS supports advanced capabilities such as branching logic, loops, and conditional execution, enabling developers to build sophisticated AI systems that can adapt to dynamic conditions. The framework integrates seamlessly with language models, tools, and external APIs, allowing agents to retrieve information and perform actions across different systems. Developers can also build applications that maintain conversation history and state across multiple interactions.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Slint

    Slint

    Slint is an open-source declarative GUI toolkit

    Slint is a declarative GUI toolkit written in Rust (with bindings for C++, JavaScript, and Python) for building modern, native user interfaces across desktop, embedded, and mobile platforms. It uses a domain-specific UI markup that compiles to efficient native code.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 18
    CC Workflow Studio

    CC Workflow Studio

    Accelerate Claude Code/GitHub Copilot

    ...The “Edit with AI” feature lets users refine workflows through natural language feedback, effectively combining the visual editor with powerful language models to reduce manual friction in complex logic construction.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    SkillKit

    SkillKit

    Supercharge AI coding agents with portable skills

    ...It provides a set of abstractions, templates, helper utilities, and patterns that help developers define intents, actions, context handling, memory management, and multi-step logic so that skills can be built once and reused everywhere. Instead of reinventing the wheel every time a new conversational or automation feature is needed, SkillKit encourages engineers to encapsulate logic into coherent skill units that can be registered, tested, and composed together. It supports integration with common agent runtimes and toolkits, allowing skills to be plugged into existing architectures without requiring deep infrastructure rewrites. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    slua-unreal

    slua-unreal

    lua dev plugin for unreal engine 4 or 5

    Slua-unreal is an unreal4 plugin, which allows you to use Lua language to develop game logic and hot fix your code. It gives you 3 ways to wrap your C++ interface to Lua, including reflection by blueprint, C++ template, and static code generation. It also enables two-way communication between Blueprint and Lua. The advantage of Lua over C++ is that it requires no compilation for logic change, which significantly speeds up the game development process.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Payload

    Payload

    Free and Open-source Headless CMS and Application Framework

    Payload has, hands-down, the best developer experience out of any headless CMS. Build whatever you need, however you want, and never hit a functionality roadblock. Payload is the go-to headless CMS for websites, SaaS apps, native apps, and anything else you need to build. Power any website, from enterprise to personal portfolio with Payload as a headless CMS. Its powerful version system and layout-building functionality unlocks the best CMS experience for your editors on the market. Payload...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22
    Job DSL Plugin

    Job DSL Plugin

    Define Jenkins jobs using Groovy-based domain-specific language

    ...This enables infrastructure-as-code for Jenkins jobs, making CI/CD pipelines reproducible, version-controlled, and easy to update. The plugin simplifies the creation of complex build configurations and supports templates, conditional logic, and job generation through scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OAuthLib

    OAuthLib

    A generic, spec-compliant, thorough implementation of the OAuth

    A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python 3.8+. OAuthLib is a framework which implements the logic of OAuth1 or OAuth2 without assuming a specific HTTP request object or web framework. Use it to graft OAuth client support onto your favorite HTTP library, or provide support onto your favourite web framework. If you're a maintainer of such a library, write a thin veneer on top of OAuthLib and get OAuth support for very little effort.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    ZXingLite

    ZXingLite

    Simplified version of ZXing, optimized to scan codes to generate QR

    ...By inheriting CaptureActivity or CaptureFragment and customizing the layout. (Applicable to most scenarios, and you don’t need to care about the code scanning related logic, you need to override the getLayoutId method when customizing the layout) Implementation examples: CustomCaptureActivity and QRCodeActivity. Instantiate a CameraScan in the Activity or Fragment of your project. (Applicable to use when you want to write interactive logic on the code scanning interface, and cannot directly or indirectly inherit CaptureActivity or CaptureFragment due to project architecture or other reasons)
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    OpenAI CS Agents Demo

    OpenAI CS Agents Demo

    Demo of a customer service use case implemented with the OpenAI Agents

    ...The UI includes visualization of which agent is active, routing logic, and conversation tracking. It also demonstrates guardrails to validate or constrain responses, memory usage to maintain context, and tracing to help debugging of workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB