Showing 16 open source projects for "scope"

View related business solutions
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    awilix-koa

    awilix-koa

    Awilix helpers/middleware for Koa 2

    Awilix helpers, router and scope-instantiating middleware for Koa.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Vibe

    Vibe

    Transcribe on your own

    Vibe is an open-source project by thewh1teagle designed to deliver a collaborative and interactive social application experience, though its specifics depend on its evolving community scope; its development often focuses on connecting users through dynamic features that can include chat, shared spaces, and immersive interactions. The repository typically includes backend logic, frontend integration, and real-time communication stacks to support live user engagement, performance optimizations, and modular features that adapt to social workflows. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    CountUp.js

    CountUp.js

    Animates a numerical value by counting to it

    ...To run module-enabled scripts locally, you'll need a simple local server setup, because otherwise you may see a CORS error when your browser tries to load the script as a module. CountUp is also wrapped as a UMD module in ./dist/countUp.umd.js and it exposes CountUp as a global variable on the window scope.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    FlowGram

    FlowGram

    Extensible workflow development framework

    ...Instead of shipping as a ready-made product, it provides the building blocks — a canvas for wiring together nodes, a form engine for configuring node parameters, a variable-scope and type-inference engine, and a set of “materials” (pre-built node types such as code execution, conditional logic, LLM calls, etc.) that can be composed into larger workflows. This makes FlowGram highly flexible: you can prototype data-processing pipelines, AI-agent flows, automation scripts, or even business process automation without writing all the plumbing yourself. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud Icon
    Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud

    Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.

    Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
    Try Cloud SQL Free
  • 5
    Llama Coder

    Llama Coder

    Open source Claude Artifacts – built with Llama 3.1 405B

    ...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: 12 This Week
    Last Update:
    See Project
  • 6
    Peinture

    Peinture

    A general-purpose AI image generation framework that supports HF

    Peinture is a sleek, dark-themed web application that brings AI-powered image generation to artists, designers, and casual creators through a modern interface built with React, TypeScript, and Tailwind CSS. Instead of tying users to a single service, Peinture integrates multiple backend providers, including Hugging Face, Gitee AI, Model Scope, and others, so you can switch between models or extend support to custom endpoints — giving you flexibility over where and how your images are generated. It not only generates images from prompts but also includes tools to edit those images after creation, with features like selection tools and reference image support that let you refine artwork in place. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    mgrep

    mgrep

    A calm, CLI-native way to semantically grep everything, like code

    ...It also includes features such as background indexing to keep your search index up to date without interrupting your workflow and web search integration to expand the scope of queries beyond local files. Designed for both programmers and agents, it integrates naturally into development and research workflows while offering thoughtful defaults that keep output clean and informative.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Substrate

    Substrate

    An Open-source Framework for Human Understanding, Meaning, Progress

    ...The goal is to enable communities to collectively build and maintain a repository of these objects so that complex systems of meaning and progress can be mapped, analyzed and improved. It is relatively ambitious in scope—seeking to help humanity organise knowledge and action around matters that matter rather than purely technical concerns. The project invites crowdsourced contribution and is structured as modular lists of object types that can interlink and form larger networks of thought. While still early, it reflects a philosophical stance: that in order to progress we must first clarify the objects and relations of meaning, belief, and decision.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sign-In with Ethereum

    Sign-In with Ethereum

    Sign-In with Ethereum library

    ...Already used throughout web3, this is an effort to standardize the method with best practices and to make it easier for web2 services to adopt it. Sign-In with Ethereum describes how Ethereum accounts authenticate with off-chain services by signing a standard message format parameterized by scope, session details, and security mechanisms (e.g., a nonce). The goals of this specification are to provide a self-custodied alternative to centralized identity providers, improve interoperability across off-chain services for Ethereum-based authentication, and provide wallet vendors a consistent machine-readable message format to achieve improved user experiences and consent management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 10
    Delightful JavaScript Testing

    Delightful JavaScript Testing

    Delightful JavaScript Testing

    ...To make things quick, Jest runs previously failed tests first and re-organizes runs based on how long test files take. Jest uses a custom resolver for imports in your tests, making it simple to mock any object outside of your test’s scope. You can use mocked imports with the rich Mock Functions API to spy on function calls with readable test syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Path-to-RegExp

    Path-to-RegExp

    Turn a path string such as `/user/:name` into a regular expression

    ...It works the same the named parameter, except it will be numerically indexed. When dealing with query strings, escape the question mark (?) so it doesn't mark the parameter as optional. Handling unordered data is outside the scope of this library. Parameters can be suffixed with an asterisk (*) to denote a zero or more parameter matches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Redux Toolkit

    Redux Toolkit

    Toolset for efficient Redux development

    ...We can't solve every use case, but in the spirit of create-react-app and apollo-boost, we can try to provide some tools that abstract over the setup process and handle the most common use cases, as well as include some useful utilities that will let the user simplify their application code. Because of that, this package is deliberately limited in scope. It does not address concepts like "reusable encapsulated Redux modules", folder or file structures, managing entity relationships in the store, and so on. Redux Toolkit also includes a powerful data fetching and caching capability that we've dubbed "RTK Query". It's included in the package as a separate set of entry points.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ChainSafe UI Monorepo

    ChainSafe UI Monorepo

    ChainSafe Files & Storage UI Monorepo

    ...Various components (atoms/molecules) are used in the development of UI's. This package forms the base of the UI providing composable components, form elements, icons, small-scope elements. Theme context and other utilities for generating and using the theming capabilities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    identia

    identia

    Decentralized, censorship resistant social media on IPFS

    ...The meta-object is a store for arbitrary data that can be used to describe complex relationships between various types of data. These relationships can be stored in a post object to add context to a specific post or in the identity object to provide an identity-wide context scope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    HAUL

    HAUL

    Haul is a command line tool for developing React Native apps

    Haul is a drop-in replacement for react-native CLI built on open tools like Webpack. It can act as a development server or bundle your React Native app for production. @haul-bundler/cli and other packages under @haul-bundler scope are an overhaul of haul package and support only React Native 0.59.0 and above. If you need to support older versions, please check legacy branch. @haul-bundler/cli and other packages require Node 10 to be installed. If you're running an older version, please upgrade to Node 10 LTS or newer. Add the configuration needed to make Haul work with your app, e.g. add haul.config.js to your project, which you can customize to add more functionality. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Gitgraph.js

    Gitgraph.js

    A JavaScript library to draw pretty git graphs in the browser

    A JavaScript library to draw pretty git graphs. GitGraph.js codebase is a monorepo. Packages are released under @gitgraph/ scope. As a contributor, you might be interested in checking out gitgraph-core. It contains the core logic for rendering libraries to use. To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs that have a relatively limited scope. This is a great place to get started. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →