Showing 34 open source projects for "web pages"

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
    sigma.js

    sigma.js

    A JavaScript library dedicated to graph drawing

    Sigma is a JavaScript library dedicated to graph drawing. It makes easy to publish networks on Web pages, and allows developers to integrate network exploration in rich Web applications. Sigma provides a lot of built-in features, such as Canvas and WebGL renderers or mouse and touch support, to make networks manipulation on Web pages smooth and fast for the user. The default configuration of sigma deals with mouse and touch support, refreshing and rescaling when the container's size changes, rendering on WebGL if the browser supports it and Canvas else, recentering the graph and adapting the nodes and edges sizes to the screen. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Stremio

    Stremio

    Stremio - Freedom to Stream

    ...Playback hooks into the stream types exposed by add-ons and the core’s selection logic, with UI affordances for choosing sources, subtitles, and quality. Because the heavy business logic lives in the core, the web app stays focused on UX, routing, accessibility, localization, and smooth state transitions between pages.
    Downloads: 38 This Week
    Last Update:
    See Project
  • 3
    Blockly

    Blockly

    The web-based visual programming editor

    ...It outputs syntactically correct code in the programming language of your choice. Custom blocks may be created to connect to your own application. Blockly in a browser allows web pages to include a visual code editor for any of Blockly's five supported programming languages, or your own. Blockly plugins are self-contained pieces of code that add functionality to Blockly. Blockly codelabs provide step-by-step instructions on how to use and customize Blockly. From a user's perspective, Blockly is an intuitive, visual way to build code. ...
    Downloads: 49 This Week
    Last Update:
    See Project
  • 4
    draw.io

    draw.io

    JavaScript client-side editor for general diagramming & whiteboarding

    ...draw.io is a diagramming or whiteboarding application, depending on which theme is selected. It is not an SVG editing app, the SVG export is designed only for embedding in web pages, not for further editing in other tools. The application is designed to be used largely as-is. It's possible to alter the major parts of the interface, but if you're looking for an editor with very specific editing features, the project is likely not a good base to use. That is to say, if you wanted to create/deploy a whiteboard or diagramming application where the functionality in the main canvas is as this project provides, it is more likely to be a good base to use.
    Downloads: 2 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
    eGuideDog free software for the blind
    eGuideDog project develops free software for the blind. Currently, we focus on WebSpeech, Ekho TTS and WebAnywhere.
    Leader badge
    Downloads: 157 This Week
    Last Update:
    See Project
  • 6
    UNA

    UNA

    PHP & MySQL based CMS with messenger

    Full featured CMS with social features. It has limited functionality by default and can be extended with additional modules. Additional modules includes such features as Education solution, Video Messenger, Events, Polls, Tasks, Forum, Market, Videos, Video Streaming and more
    Downloads: 13 This Week
    Last Update:
    See Project
  • 7
    3DHOP

    3DHOP

    3D Heritage Online Presenter

    3DHOP (3D Heritage Online Presenter) is an application for the creation of multimedia interactive Web presentations of digital cultural artifacts. 3DHOP allows easy visualization of 3D models directly inside HTML pages and streaming of multiresolution 3D meshes over HTTP, supporting the exploration of very large models on commodity computers and standard internet connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Firescreen - Screenshots webpage

    Firescreen - Screenshots webpage

    Get in an immediate screenshots of your web pages for Firefox

    Get in an immediate screenshots of your web pages with this useful extension reserved for the famous Firefox browser. For installation of the addon you can click directly on the download button using your Firefox browser and authorize the addition of the extension. The project was realized with the support of the library: PDF API HTML5 - http://ulmdevice.altervista.org/pdfapihtml5 ========================== Opera add-on: http://opr.as/20Njeed Firefox add-on: http://mzl.la/23AD5P9
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WaveDrom

    WaveDrom

    Digital timing diagram rendering engine

    WaveDrom is a free and open-source online digital timing diagram (waveform) rendering engine that uses javascript, HTML5 and SVG to convert a WaveJSON input text description into SVG vector graphics. WaveJSON is an application of the JSON format. The purpose of WaveJSON is to provide a compact exchange format for digital timing diagrams utilized by digital HW / IC engineers. The engine is using WaveDromSkin skin mechanism to render a complete picture. WaveDrom draws your Timing Diagram or...
    Downloads: 13 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 10
    NASH OS

    NASH OS

    Nash Operating System for Modern Ecommerce

    The all-built-in-one, automatic, ready-to-go out-of-box, easy-to-use state-of-the-art, and really awesome NASH OS! Over 25,000+ flexible features and controls and all scalable!! The most powerful solution ever built to instantly deliver new heights of online ecommerce enterprise to you.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    tracking.js

    tracking.js

    A modern approach for Computer Vision on the web

    ...Unzip the project somewhere on your local drive. The package includes an initial version of the project you'll be working with. While you're working, you'll need a basic HTTP server to serve your pages. Test out the web server by loading the finished version of the project. The main goal of tracking.js is to provide those complex techniques in a simple and intuitive way on the web. We believe computer vision is important to improve people's life, bringing it to the web will make this future a reality a lot faster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Lazy Load Remastered

    Lazy Load Remastered

    Vanilla JavaScript plugin for lazyloading images

    Lazy Load delays loading of images in long web pages. Images outside of viewport will not be loaded before user scrolls to them. This is opposite of image preloading. This is a modern vanilla JavaScript version of the original Lazy Load plugin. It uses Intersection Observer API to observe when the image enters the browsers viewport. Original code was inspired by YUI ImageLoader utility by Matt Mlinac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FidoReadJS

    FidoReadJS

    A FidoCadJ Reader written in JavaScript

    The FidoCadJ format is a way to store technical drawings and electronic circuits in a very compact text, easy to embed in an Usenet, forum messages and web pages. FidoReadJS is a reader written in JavaScript able to convert on the fly these drawings and show them on your web site. More info: FidoCadJ: http://fidocadj.sourceforge.net/ Similar projects: FidoReadPHP: https://sourceforge.net/projects/fidoreadphp/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HTML5 Editor

    HTML5 Editor

    HTML5 editor, free and open-source website builder based on Silex

    This editor is a free and open-source online tool which lets you design html pages with an interface very close to dreamweaver's or powerpoint's one. But we've put a special touch in it ;) The HTML5 editor is now available online and called Silex. Only developers will want to download Silex source code from github. **No need to download it, simply follow the link bellow**
    Leader badge
    Downloads: 77 This Week
    Last Update:
    See Project
  • 15
    Wave Framework

    Wave Framework

    Open Source API-centric PHP Micro-framework

    Wave is a PHP micro-framework that is built loosely following model-view-control architecture and factory method design pattern. It is made for web services, websites and info-systems and is built to support a native API architecture, caching, user control and smart resource management. Wave is a compact framework that does not include bloated libraries and features and is developed keeping lightweight speed and optimizations in mind. While not necessary for using Wave Framework, it comes by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    epgstuff

    multisource epg collect & stream.

    EPG collecting and streaming software. The collection can be done from XMLTV files, DVB Adapter, Website or IP Streams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Supersized Slideshow Silverstripe Module

    Silverstripe module to create a fullscreen background slideshow

    Silverstripe CMS module to create an image gallery slideshow with fullscreen background. * Installation Unpack the files in a folder called supersized Run dev/build Usage SuperSizedPageHolder ( if you plan to have multiple galleries as children pages ) At the CMS add a new page of "Super Sized Page Holder" type At the "Main Content" tab set the thumbnail width At the "Main Content" tab set the thumbnail height At the "Main Content" tab select the thumbnail rollover...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    musify
    musify aims to be quick and easy mark-up for chord notation on the web. Enables better formatting of chord symbols, figured notation, time signatures, pitch class set theory, simple macro music analysis in web pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Active Graphs and Charts

    Active Graphs and Charts

    Add Powerful reporting features to your Web / Intranet pages and appli

    With the advanced graphing functionality you will be quickly adding impressive and dynamic charting capabilities. The graphing software is completely self contained within a single file making this an ideal solution for the incorporation of graphs and charts into web / intranet pages and applications. Versatile components provide the ability for web authors and developers to easily build and publish dynamic and interactive graphs and charts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DBiblio helps to store and categorize your books. It provides many fields like title, subtitle, ISBN, number of pages and many more. DBiblio run on Apache+PHP and MySQL. The interface is based on Dojo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Browsers support rendering shapes within your web pages. This library provides a JavaScript cross-browser API for drawing and editing shapes using VML, SVG, and canvas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Allows images to be plotted on a map for display on a web page or pages. A link can then be placed on the pages which will display an interactive interface on which viewers can select a place on the map and view the closest image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DUPS can be used to present any set of images depicting a chronological sequence. It creates a set of HTML pages acting as a browser based picture/pdf viewer. The emphasis lies on displaying two pictures side by side enabling the user to compare them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PositLog is an open source CMS for building custom-made Websites. It provides you with the capability to write text, draw pictures, and paste photos and any HTML code anywhere on draggable and zoomable web pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FotoHound is a basic PHP script, that generates simple image gallery web pages. One needs only to push up an image and a thumbnail to a server and FotoHound takes care of the rest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB