[go: up one dir, main page]

Showing 74 open source projects for "blueprint"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • SIEM | API Security | Log Management Software Icon
    SIEM | API Security | Log Management Software

    AI-Powered Security and IT Operations Without Compromise.

    Built on the Graylog Platform, Graylog Security is the industry’s best-of-breed threat detection, investigation, and response (TDIR) solution. It simplifies analysts’ day-to-day cybersecurity activities with an unmatched workflow and user experience while simultaneously providing short- and long-term budget flexibility in the form of low total cost of ownership (TCO) that CISOs covet. With Graylog Security, security analysts can:
    Learn More
  • 1
    Blueprint

    Blueprint

    A React-based UI toolkit for the web

    ...They adhere to the standard NPM package layout, which allows us to keep clear API boundaries for build configuration and isolate groups of devDependencies. They are published to NPM in order to allow other Blueprint-related projects to use this infrastructure outside this monorepo.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Blueprint Framework

    Blueprint Framework

    Powerful, fast and developer-friendly extension framework

    Blueprint Framework is an open-source extension framework for Pterodactyl, a popular game server management panel. It enables developers to create versatile, easy-to-install extensions that system administrators can deploy within minutes, without the need for custom coding across multiple panel modifications. Blueprint aims to provide a powerful, fast, and developer-friendly environment for building and managing extensions, offering comprehensive documentation, developer commands, and community support. ​
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Blueprint MCP

    Blueprint MCP

    Diagram generation for understanding codebases and system architecture

    Blueprint-MCP also supports templated server configurations so game environments can be versioned, replicated, and deployed consistently across regions or cloud providers. The control plane includes hooks for event-driven automation, allowing rules like “scale up at peak hours” or “restart unhealthy nodes automatically” to be codified and managed without manual intervention.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Blueprint Design

    Blueprint Design

    Feature-rich, easily customizable Android dashboard for icon packs

    Free, feature-rich, easily customizable Android dashboard for icon packs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Network Management Software and Tools for Businesses and Organizations | Auvik Networks Icon
    Network Management Software and Tools for Businesses and Organizations | Auvik Networks

    Mapping, inventory, config backup, and more.

    Reduce IT headaches and save time with a proven solution for automated network discovery, documentation, and performance monitoring. Choose Auvik because you'll see value in minutes, and stay with us to improve your IT for years to come.
    Learn More
  • 5
    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: 5 This Week
    Last Update:
    See Project
  • 6
    Blueprint Framework

    Blueprint Framework

    Modding platform for the Pterodactyl panel.

    Blueprint is an open-source extension framework/manager for Pterodactyl. Developers can create versatile, easy-to-install extensions that system administrators can install within minutes (usually even seconds!) without having to custom-code compatibility across multiple panel modifications. We aim to introduce new developers to Blueprint with easy to understand guides, documentation, developer commands, community support and more.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Unreal Engine 4/5 Scripting System

    Unreal Engine 4/5 Scripting System

    Injectable LUA scripting system, SDK generator, live property editor

    Lua scripting system platform, C++ Modding API, SDK generator, blueprint mod loader, live property editor and other dumping utilities for UE4/5 games. The goal of UE4SS is not to be a plug-n-play solution that always works with every game. The goal is to have an underlying system that works for most games.
    Downloads: 106 This Week
    Last Update:
    See Project
  • 8
    The Cognitive3D SDK for Unreal

    The Cognitive3D SDK for Unreal

    Cognitive3D SDK for Unreal, Analytics for VR/AR/MR

    This SDK for Unreal provides analytics and insights about your project. In addition, Cognitive3D empowers you to take actions that will improve users' engagement with your experience. Ensure that the Analytics Blueprints Plugin is enabled. You can either enable it in the Plugins browser in the Unreal Editor or by modifying the project file. Close the Unreal Editor and re-open it through the Epic Games Launcher. You should be prompted to recompile your project and the cognitiveVR Plugin. If...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Llama Coder

    Llama Coder

    Open source Claude Artifacts – built with Llama 3.1 405B

    ...The project includes a web interface where you can enter prompts, see generated code, and run or tweak the result directly in the browser. Technically, it is built using a modern TypeScript/Next.js stack and integrates with Together’s API, making it a good blueprint for building your own AI-powered developer tools. By focusing on small self-contained apps or components, it keeps scope manageable while still showcasing the power of code generation. Developers can fork the repo to plug in different models, change the UI, or integrate it into their own IDE-adjacent workflows.
    Downloads: 28 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 10
    City Map Poster Generator

    City Map Poster Generator

    Transform your favorite cities into beautiful, minimalist designs

    ...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, blueprint-like styling, warm neutrals, or high-contrast variants), making it easy to produce multiple aesthetic directions without rewriting code. It is structured as a reproducible Python project with a clear install story and an emphasis on “run it once and get a finished poster” ergonomics. The output is designed to be visually striking and consistent across cities, which is useful for gifting, decor, or generating a catalog of posters programmatically.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    Flask-Limiter

    Flask-Limiter

    Rate Limiting extension for Flask

    ...The fast endpoint respects the default rate limit while the slow endpoint uses the decorated one. ping has no rate limit associated with it. By adding the extension to your flask application, you can configure various rate limits at different levels (e.g. application wide, per Blueprint, routes, resource etc). To include extra dependencies for a specific storage backend you can add the specific backend name via the extras notation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Wireflow

    Wireflow

    User flow chart real-time collaborative tool

    ...It supports real-time collaboration, meaning multiple people can work on the same flow simultaneously, making it useful for distributed teams and remote workshops. Users can drag and drop nodes, connect steps with directed lines, and annotate interactions, producing a visual blueprint for app behavior, website navigation, or feature flows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Containerization (Apple)

    Containerization (Apple)

    Containerization is a Swift package for running Linux containers

    ...The samples highlight security hardening considerations—such as process isolation, filesystem scoping, and least-privilege execution—so that containers are not just portable, but safer by default. Developers get a blueprint for taking standard container images and running them in a way that respects platform conventions, tooling, and policies. The emphasis is on clarity and standards alignment rather than building a production-grade engine, which makes the code ideal for learning and experimentation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    lean-side-bussiness

    lean-side-bussiness

    Guide to building and running lean side businesses

    ...The materials are clear and tactical, helping you avoid common pitfalls such as over-engineering, unclear positioning, or unfocused marketing. For developers who want repeatable processes, it offers a blueprint that turns weekend hacks into sustainable micro-products.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RestorePhotos.io

    RestorePhotos.io

    Restoring old and blurry face photos with AI

    ...The project is production-oriented, not just a toy: it uses Bytescale for storage and image processing, Vercel for hosting and serverless functions, Auth.js + Neon for authentication and database, and Upstash Redis for rate limiting. This combination makes it a good blueprint for building real-world AI apps that must deal with authentication, quotas, and storage as well as inference.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Vis. Fireworks Display Planning Designer

    Vis. Fireworks Display Planning Designer

    A Pyrotechnics Planning and Designing Visualization Software

    Plan your show with a visual blueprint designing software by adding a mortar racks, cakes, firing modules, etc. then configure the firing events by placing the effects into the selected IDs from the blueprint and address them to a firing modules with selected cues then export it into plans formats. This software worked for both consumers and professional pyrotechnicians audiences!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Kedro

    Kedro

    A Python framework for creating reproducible, maintainable code

    Kedro is an open sourced Python framework for creating maintainable and modular data science code. Provides the scaffolding to build more complex data and machine-learning pipelines. In addition, there's a focus on spending less time on the tedious "plumbing" required to maintain data science code; this means that you have more time to solve new problems. Standardises team workflows; the modular structure of Kedro facilitates a higher level of collaboration when teams solve problems...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Self-Hosted Sentry nightly

    Self-Hosted Sentry nightly

    Sentry, feature-complete and packaged up for low-volume deployments

    In addition to making its source code available publicly, Sentry offers and maintains a minimal setup that works out-of-the-box for simple use cases. This repository also serves as a blueprint for how various Sentry services connect for a complete setup, which is useful for folks willing to maintain larger installations. For the sake of simplicity, we have chosen to use Docker and Docker Compose for this, along with a bash-based install and upgrade script. Environment specific configurations can be done in the .env.custom file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AV1 AVIF

    AV1 AVIF

    AV1 Image File Format Specification - ISO-BMFF/HEIF derivative

    AV1 AVIF is the official specification and reference design for the AV1 Image File Format (AVIF), defining how AV1-encoded bitstreams are packaged into the HEIF container format (based on ISOBMFF) to produce AVIF files. The project outlines the syntax and semantics required for AVIF compliance, including support for multiple image profiles, color depths, chroma subsampling modes, HDR/WCG, alpha channels, animation/image sequences, and various color-space/bit-depth combinations — making AVIF...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20
    mall-admin-web

    mall-admin-web

    frontend component of the “mall” e-commerce system

    ...The codebase offers modular UI architecture, Vue component patterns, dynamic menu and permission handling, and visualization of statistics and reports. For teams building an admin portal or internal operations system, this project provides a concrete blueprint for UI design, API integration, state management and role-based access control. It also shows how to work with enterprise features (search, pagination, batch actions, uploads) in a consistent framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ServiceStack

    ServiceStack

    Simple, fast, versatile and full-featured services framework

    ...Write your HTTP APIs once and take advantage of end-to-end typed integrations for all popular web, mobile and desktop platforms. ServiceStack's primary goal is to enhance the value of System APIs which serve as the blueprint that most features centered around. By using simple & pure dependency-free DTO models decoupled from any implementation we're free to continue layering on features which now sees ServiceStack APIs as the most versatile in the world where the same high-performance APIs can be consumed from HTTP in any combination of Route, QueryString, FormData or a myriad of data formats, via popular resilient MQ Servers whilst simultaneously supporting legacy integrations like SOAP or adopting new technologies like gRPC without sacrificing any native HTTP integrations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MGIE

    MGIE

    Guiding Instruction-based Image Editing via Multimodal Large Language

    ...This bridges a gap between free-form prompts and precise edits by letting users describe “what” and “where” in everyday language. The repo includes instructions, examples, and links that situate MGIE within Apple’s broader line of multimodal research. For practitioners, MGIE provides a blueprint for text-to-edit systems that are more semantically grounded than naive prompt-only pipelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    UEVR

    UEVR

    A tool to easily transform Unreal Engine games into VR experiences

    ...It works with OpenVR and OpenXR runtimes, enabling a smooth VR experience with optional roomscale movement and motion controls. UEVR also features a user-friendly GUI, in-game menu, and per-game configurations, allowing modders to enhance VR functionality with C++ and Blueprint support.
    Leader badge">
    Downloads: 57 This Week
    Last Update:
    See Project
  • 24
    kiro

    kiro

    Kiro is a minimal, flexible, and fully customizable Arch-based ISO

    ...The source code, build scripts, and configurations are all version controlled and open. It also serves as the foundation for Buildra, another custom distro project that uses Kiro as a blueprint. This ISO is meant to be changed and built, not downloaded. https://shorturl.at/qT4xK We leave you with one last ISO - https://www.arcolinux.info
    Leader badge">
    Downloads: 270 This Week
    Last Update:
    See Project
  • 25
    Conductor

    Conductor

    Conductor is a microservices orchestration engine

    We built Conductor to help us orchestrate microservices-based process flows at Netflix with the following features, a distributed server ecosystem, which stores workflow state information efficiently. Allow creation of process/business flows in which each individual task can be implemented by the same/different microservices. Simple interface to connect workers, which execute the tasks in workflows. Full operational control over workflows with the ability to pause, resume, restart, retry and...
    Downloads: 13 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next