Showing 1713 open source projects for "simple-draw"

View related business solutions
  • 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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    Ladda

    Ladda

    Buttons with built-in loading indicators

    Ladda is a small UI library that makes buttons feel responsive by combining loading indicators and progress feedback directly inside the button itself. Instead of showing spinners elsewhere on the page, Ladda turns the button into the stateful element: click it, it shows loading, and optionally it can show progress. This pattern improves user experience on forms and actions that take more than a split second, because users immediately understand that the click was received. Ladda ships with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    koa-views

    koa-views

    Template rendering middleware for koa (hbs, swig, pug, anything)

    Template rendering middleware for koa@2. koa-views is using consolidate under the hood. You must still install the engines you wish to use, add them to your package.json dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Boop

    Boop

    A scriptable scratchpad for developers. In slow yet steady progress

    Boop is a magical place to paste some plain text and run some basic text operations on it. Goodbye, unreadable XML! So long, HTML entities. Au revoir, undecipherable time-stamps. Boop allows you to get those simple tasks done in a native, safe, and welcoming environment without having to paste your precious data into some random website as many of us did before. If you're feeling adventurous, you can import your own scripts to extend the built-in capabilities. If you're up for a challenge, Boop's open source codebase is waiting for you to bring it to the next level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Webhook-Client

    Webhook-Client

    Manage Your Discord Webhook Online

    Manage Your Discord Webhook Online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • BoldTrail Real Estate CRM Icon
    BoldTrail Real Estate CRM

    A first-of-its-kind homeownership solution that puts YOU at the center of the coveted lifetime consumer relationship.

    BoldTrail, the #1 rated real estate platform, is built to power your entire brokerage with next-generation technology your agents will use and love. Showcase your unique brand with customizable websites for your company, offices, and every agent. Maximize lead capture with a modern, portal-like consumer search experience and intelligent behavior tracking. Hyper-local area pages, home valuation pages and options for rich lifestyle data keep customers searching with your brokerage as the local experts. The most robust lead gen tools on the market help your brokerage, teams & agents effectively drive new business - no matter their budget. Empower your agents to generate free leads instantly with our simple to use landing pages & IDX squeeze pages. Drive more leads with higher quality and lower cost through in-house tools built within the platform. Diversify lead sources with our automated social media posting, integrated Google and Facebook advertising, custom text codes and more.
    Learn More
  • 5
    wfCodeEditor

    wfCodeEditor

    A simple portable Code Editor for any language

    A simple portable Code Editor for any language. Signed application. View a preview of features here - https://wyntonfranklin.github.io/wfcodeeditor/ Embeded snippets for various languages Add your snippets Add your task wfTutorials right at your fingertips Feature a dark mode Portable Simple Command line interface Works with various languages (PHP, JAVA, Javascript, Python)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    levelup

    levelup

    A wrapper for abstract-leveldown compliant stores, for Node.js

    Fast and simple storage. A Node.js wrapper for abstract-leveldown compliant stores, which follow the characteristics of LevelDB. LevelDB is a simple key-value store built by Google. It's used in Google Chrome and many other products. LevelDB supports arbitrary byte arrays as both keys and values, singular get, put and delete operations, batched put and delete, bi-directional iterators and simple compression using the very fast Snappy algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JSON Form

    JSON Form

    Build forms from JSON Schema, easily template-able

    ...If values are valid, the JSON Form library uses submitted values to create the JavaScript data structure that matches the data model. The layout of the generated HTML form may be entirely fine-tuned through a simple declarative mechanism. If you're more of the acting type than of the reading type, the JSON Form Playground is a simple JSON Form editor that lets you try out and extend all the examples in the doc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Krajee bootstrap-star-rating

    Krajee bootstrap-star-rating

    A simple yet powerful JQuery star rating plugin with fractional rating

    A simple yet powerful JQuery star rating plugin for Bootstrap that supports advanced features like fractional star fill and RTL input support. Developed with a focus on utilizing pure CSS-3 styling to render the control. The plugin uses Bootstrap markup and styling by default, but it can be overridden with any other CSS markup. Ability to size the rating control to any size including the stars, caption, and clear button.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Bot Framework Samples

    Bot Framework Samples

    Welcome to the Bot Framework samples repository

    ...A collection of experimental samples exist, intended to provide samples for features currently in preview or as a way to solicit feedback on a given design, approach, or technology being considered by the Bot Framework Team. Introduces the concept of adapter and demonstrates a simple echo bot on console adapter and how to send a reply and access the incoming message. Demonstrates how to use waterfall dialog, prompts, and component dialog to create a simple interaction that asks the user for name, age, and prints back that information. Demonstrates how the multi-turn dialog can use a card to get user input for name and age.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payments you can rely on to run smarter. Icon
    Payments you can rely on to run smarter.

    Never miss a sale. Square payment processing serves customers better with tools and integrations that make work more efficient.

    Accept payments at your counter or on the go. It’s easy to get started. Try the Square POS app on your phone or pick from a range of hardworking hardware.
    Learn More
  • 10
    JavaScript MD5

    JavaScript MD5

    Compatible with server-side environments like node.js

    JavaScript-MD5 is a small, dependency-free implementation of the MD5 hashing algorithm written entirely in JavaScript, designed to run consistently across browsers, Node.js, and popular module loaders. It allows you to generate MD5 hashes from strings, arrays, ArrayBuffers, and other binary-like data types, making it useful for checksums, fingerprinting, and simple integrity checks on the client or server. The library is exposed as a plain function, so usage is as simple as calling md5(value) and receiving the 32-character hexadecimal hash. It supports multiple packaging formats, including UMD, making it easy to drop into legacy codebases as well as modern bundlers like webpack or Browserify. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Turnout Response Systsem

    Turnout Response Systsem

    Enables QFES members to indicate their response to an incident

    ...For Brigade Officers it allows them to quickly determine who will be responding to an incident so Firecom can be notified of a Brigade's response, and also provides the Officer a list at a glance of who is responding and when. For responders it provides a simple and safe mechanism for indicating their response without having to phone or SMS a Brigade Officer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Panini

    Panini

    A super simple flat file generator

    A super simple flat file generator for use with Gulp. It compiles a series of HTML pages using a common layout. These pages can also include HTML partials, external Handlebars helpers, or external data as JSON or YAML. Panini isn't a full-fledged static site generator—rather, it solves the very specific problem of assembling flat files from common elements, using a templating language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    localForage

    localForage

    Offline storage using a simple but powerful API

    Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API. localForage is a JavaScript library that improves the offline experience of your web app by using an asynchronous data store with a simple, localStorage-like API. It allows developers to store many types of data instead of just strings. localForage includes a localStorage-backed fallback store for browsers with no IndexedDB or WebSQL support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    smartcrop.js

    smartcrop.js

    Content aware image cropping

    ...Usually just cutting out the center of the image works out ok. It's often a compromise and sometimes it fails miserably. Smartcrop.js is the result of my experiments with content aware image cropping. It uses fairly simple image processing and a few rules to attempt to create better crops of images. This library is still in it's infancy but the early results look promising. So true to the open source mantra of release early, release often, I'm releasing version 0.0.0 of smartcrop.js. Smartcrop.js implements an algorithm to find good crops for images. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Phalcon Devtools

    Phalcon Devtools

    Phalcon Developer Tools

    These tools help you to generate skeleton code, maintain your database structure, and helps to speed up development. Core components of your application can be generated with a simple command, allowing you to easily develop applications using Phalcon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Water.css

    Water.css

    A drop-in collection of CSS styles to make simple websites

    water.css is a “classless” CSS framework that instantly beautifies plain HTML without adding custom classes to your markup. By targeting native HTML elements—headings, paragraphs, forms, tables, and buttons—it applies sensible defaults for spacing, typography, and contrast, producing a clean, readable layout out of the box. The stylesheet is intentionally small and dependency-free, making it a convenient drop-in for prototypes, documentation, and minimalist sites where heavy frameworks are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JSONCrush

    JSONCrush

    Compress JSON into URL friendly strings

    This simple system allows for excellent compression of uri encoded JSON strings using the JSCrush algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    vue-wait

    vue-wait

    Complex Loader and Progress Management for Vue/Vuex

    ...Components can then reactively show spinners, disable buttons, or block routes based on those named states. It’s useful in complex UIs where multiple concurrent requests must be tracked independently yet surfaced consistently in the UI. The API plays well with Vuex or simple event flows, and it exposes helpers to bind buttons or sections to specific wait keys. This keeps UI feedback predictable and removes boilerplate from components that would otherwise each manage their own loading flags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CueLake

    CueLake

    Use SQL to build ELT pipelines on a data lakehouse

    With CueLake, you can use SQL to build ELT (Extract, Load, Transform) pipelines on a data lakehouse. You write Spark SQL statements in Zeppelin notebooks. You then schedule these notebooks using workflows (DAGs). To extract and load incremental data, you write simple select statements. CueLake executes these statements against your databases and then merges incremental data into your data lakehouse (powered by Apache Iceberg). To transform data, you write SQL statements to create views and tables in your data lakehouse. CueLake uses Celery as the executor and celery-beat as the scheduler. Celery jobs trigger Zeppelin notebooks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    phpCollab

    phpCollab

    Open source project management

    Project management and collaboration over the internet. Features team/client sites, task assignment, document repository/workflow, gantt charts, discussions, calendar, notifications, support requests, weblog newsdesk, invoicing, and many other tools.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Muuri

    Muuri

    Infinite responsive, sortable, filterable and draggable layouts

    Muuri creates responsive, sortable, filterable and draggable layouts. Comparing to what's out there Muuri is a combination of Packery, Masonry, Isotope and Sortable. You can build pretty amazing layouts without a single line of JavaScript these days. However, sometimes (rarely though) CSS just isn't enough, and that's where Muuri comes along. At it's very core Muuri is a layout engine which is limited only by your imagination. You can seriously build any kind of layout, asynchronously in web...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Lumber

    Lumber

    Install Forest Admin in minutes

    ...Don’t just visualize your data, handle it in the most convenient way possible. With Forest Admin, your business teams can manipulate and organize data through one simple interface. Don't just showcase your data, have full control over it. With Forest Admin, basic actions such as creating, reading, updating, and deleting data are all a breeze. Forest Admin has a built-in search function allowing you to run queries and retrieve your application's data, as well as advanced, field- and relationship-based filtering to handle complex use cases. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MyWebSQL
    MyWebSQL is a web based WYSIWYG Database client written in PHP. It has a simple and intuitive interface with the look and feel of a desktop application, and offers rich features for database management. No installation is needed, just download, extract and you are ready to go. It even has a single file compact version with full functionality, which you can quickly deploy on your server. Currently MyWebSQL supports working with MySQL, PostgreSQL and SQLite databases.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    Microsoft Bot Framework SDK

    Microsoft Bot Framework SDK

    Tool for building conversation applications

    Bot Framework provides the most comprehensive experience for building conversation applications. With the Bot Framework SDK, developers can build bots that converse free-form or with guided interactions including using simple text or rich cards that contain text, images, and action buttons. Developers can model and build sophisticated conversation using their favorite programming languages including C#, JS, Python and Java or using Bot Framework Composer, an open-source, visual authoring canvas for developers and multi-disciplinary teams to design and build conversational experiences with Language Understanding, QnA Maker and sophisticated composition of bot replies (Language Generation). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Johnny-Five

    Johnny-Five

    JavaScript Robotics and IoT programming framework

    ...The J5IK includes a Tessel 2, and everything else you need to do 14 experiments! No programming or soldering experience is required. Microcontrollers and SoC platforms like to say "Hello World" with a simple blinking LED; the following demonstrates how to do this with the Johnny-Five framework.
    Downloads: 0 This Week
    Last Update:
    See Project