Showing 70 open source projects for "render"

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
    minireset.css

    minireset.css

    A tiny modern CSS reset

    ...Unlike heavy resets or opinionated base styles, it aims to be non-intrusive and safe to drop into any project. It normalizes margins, box sizing, and some inline element behaviors so that components render predictably. The file is intentionally short and readable, making it easy to audit and tailor to your needs. Because the footprint is tiny, it’s friendly for performance-sensitive apps and component libraries. It’s well-suited for situations where you want consistent baseline behavior but prefer to supply your own design system styles on top.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    aframe-react

    aframe-react

    Build virtual reality experiences with A-Frame and React

    ...Internally, React does tons of computation to compute what changed, and flushes it to the entire application. It is apparent React ecosystem does not care much about memory as most examples allocate functions and objects in the render method, and where immutables are popular.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    stats.js

    stats.js

    JavaScript performance monitor

    This class provides a simple info box that will help you monitor your code performance. FPS Frames rendered in the last second. The higher the number the better. MS Milliseconds needed to render a frame. The lower the number the better. MB MBytes of allocated memory. (Run Chrome with --enable-precise-memory-info). CUSTOM User-defined panel support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Rendr

    Rendr

    Render your Backbone.js apps on the client and the server

    Rendr is a small library that allows you to run your Backbone.js apps seamlessly on both the client and the server. Allow your web server to serve fully-formed HTML pages to any deep link of your app, while preserving the snappy feel of a traditional Backbone.js client-side MVC app. We believe there has to be a better way to build rich web apps today. In the last few years, we've seen more of the application moved to the client-side, with JavaScript representations of views, templates, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 5
    Flight

    Flight

    A component-based, event-driven JavaScript framework from Twitter

    ...Flight is distinct from existing frameworks in that it doesn't prescribe or provide any particular approach to rendering or providing data to a web application. It's agnostic to how requests are routed, which templating language you use or even if you render your HTML on the client or the server. While some web frameworks encourage developers to arrange their code around a prescribed model layer, Flight is organized around the existing DOM model with functionality mapped directly to DOM nodes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    koa-hbs

    koa-hbs

    Handlebars templates for Koa.js

    ...We stash an instance of koa-hbs for you in the library so you don't have to manage it separately. Configure the default instance by passing an options hash to #middleware. To render a template then, just yield this.render('templateName').
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    CubeScribe

    CubeScribe

    Render Rubiks Cube OLL and PLL Algorithm Diagrams with HTML5 & JS

    A simple JavaScript class that utilizes the HTML 5 canvas element to render the face diagrams often used to document Rubik's Cube algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LABjs

    LABjs

    Loading And Blocking JavaScript

    LABjs is a lightweight JavaScript loader focused on speeding up page performance by controlling how and when scripts download and execute. It provides an expressive API to load multiple files in parallel while guaranteeing execution order, so dependent scripts don’t break. By decoupling fetch from execute, it avoids the blocking behavior of traditional tags and helps reduce perceived load time. LABjs embraces a “load groups, then wait” model that makes dependency management clear without a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Protein SDK

    Web. Desktop. Best of both worlds.

    ...You can create a desktop application using python, html, css, javascript or jquery in minutes! The SDK allows you to: - Run python code, on any javascript event. - Render result of python function dynamically - Create HTML User Interfaces, using standard HTML. The SDK is powered by: - Google Chrome apps - Python anywhere - Cherrypy Web Framework Though it is a desktop application sdk, it is purely web hosted locally. This makes it extremely easy to deploy these applications to web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Nonprofit Budgeting Software Icon
    Nonprofit Budgeting Software

    Martus Solutions provides seamless budgeting, reporting, and forecasting tools that integrate with accounting systems for real-time financial insights

    Martus' collaborative and easy-to-use budgeting and reporting platform will save you hundreds of hours each year. It's designed to make the entire budgeting process easier and create unlimited financial transparency.
    Learn More
  • 10

    Joe SDK

    Web. Desktop. Best of both worlds.

    ...You can create a desktop application using python, html, css, javascript or jquery in minutes! The SDK allows you to: - Run python code, on any javascript event. - Render result of python function dynamically - Create HTML User Interfaces, using standard HTML. The SDK is powered by: - Google Chrome apps - Python anywhere - Cherrypy Web Framework Though it is a desktop application sdk, it is purely web hosted locally. This makes it extremely easy to deploy these applications to web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Hogan.js

    Hogan.js

    A compiler for the Mustache templating language

    ...It's best to serve your templates precompiled whenever you can (rather than the raw templates), as parsing is the most time consuming operation. Once compiled, call the render() method with a context and optional partials object. If supplying partials, you can compile them ahead of time, or pass string templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jpSizer

    jpSizer

    jpSizer - php user window information

    jpSizer is javascript script that informs PHP about user window sizes. Thanks to what you can render your site in proper sizes of elements
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EJS

    EJS

    Embedded JavaScript templates for node

    ...You write templates using <% %> scriptlet tags, <%= %> for output, and you can include other templates, pass data, and control flow with loops and conditionals. It’s fast because it compiles templates to JavaScript functions and caches them by default, so subsequent rendering is efficient. EJS supports both server-side render (in Node/Express) and client-side use in the browser, making it versatile for universal apps. Because you’re using raw JS, debugging is simple—the errors are standard JS stack traces with template line numbers included. While it doesn’t impose a rigid structure (you’re free to organize templates however you like), it works reliably and is simple to adopt.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14

    Sarcoex's Blender Web Interface

    A simple web interface for Blender, for rendering animations..

    A simple web interface for Blender, for rendering animation with clusters. "Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License."
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DCForm is OO module written with PHP, which can be use to work with HTML forms. It help to create, validate and render any kind of forms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PyHelper is a modular automatic documentation generator. Docs are generated directly from source code and can use different skins (python modules that render the documentation) to produce the doc-pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JSCP (Javascript Client Page) is a lightweight javascript library based on Prototype, used to render page template with data on browser-side in web app development, it changes the traditional web model and gives programmers more power and flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    webdialog is a java Servlet/JSP framework for writing applications that use a standards based web browser (Mozilla 1.01+, IE 6+) to render their gui. The framework will make the fact that the application is browser based as transparent as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Libray for Pro/ENGINEERs Java and JavaScript API. Contains methods to retrieve and render Data from Pro/ENGINEER content. Methods to modify and control Pro/ENGINEER Content interactively from a Webservice or client plug-in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SurveyJS - Form Builder Libraries

    SurveyJS - Form Builder Libraries

    Build and Run Dynamic JSON-based Forms and Surveys Right in Your App

    SurveyJS is a product suite of open-source JavaScript form libraries that utilize JSON for survey metadata and results. You can use SurveyJS to render web forms and collect responses, or set up a form management system fully integrated in your IT infrastructure, where admin would create and edit multiple forms in a no-code drag-and-drop form builder UI. The form builder comes with a CSS Theme Editor—a set of UI controls for form styling. Any alterations you make, from colors to fonts and layouts, are immediately visible. ...
    Downloads: 0 This Week
    Last Update:
    See Project