Showing 100 open source projects for "create interactive demo"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • 1
    Autoprefixer

    Autoprefixer

    Parse CSS and add vendor prefixes to CSS rules by Can I Use

    ...Write your CSS rules without vendor prefixes (in fact, forget about them entirely). Autoprefixer will use the data based on current browser popularity and property support to apply prefixes for you. You can try the interactive demo of Autoprefixer. Autoprefixer uses Browserslist, so you can specify the browsers you want to target in your project with queries. It can help you get prefixes for: animations, transition, transform, grid, flex, flexbox and others. You can configure which browsers to generate prefixes for in the distribution. The IE grid layout polyfill is enabled, which is not by default in autoprefixer. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    jstree

    jstree

    jquery tree plugin

    jsTree is jquery plugin, that provides interactive trees. It is absolutely free, open-source and distributed under the MIT license. jsTree is easily extendable, themable and configurable, it supports HTML & JSON data sources and AJAX loading. jsTree functions properly in either box-model (content-box or border-box), can be loaded as an AMD module, and has a built in mobile theme for responsive design, that can easily be customized. It uses jQuery's event system, so binding callbacks on...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Umami

    Umami

    A simple, fast, website analytics alternative to Google Analytics

    ...The tracking script is tiny (only 2KB) and supports legacy browsers like IE. Umami can be used to host data for friends or clients. Just create a separate account and they can start tracking their own websites on their own dashboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TiddlyWiki

    TiddlyWiki

    A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda

    TiddlyWiki5 is a mature, self-contained open-source personal wiki application and non-linear notebook implemented entirely in JavaScript that runs in the browser or a Node.js environment, letting users create, organize, and interlink small pieces of content called tiddlers without the need for a server backend or traditional hierarchical pages. Its entire application — including content, interface, and logic — can live in a single HTML file that users open and edit directly in a web browser,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 5
    Kubeflow

    Kubeflow

    Machine Learning Toolkit for Kubernetes

    Kubeflow is an open source Cloud Native machine learning platform based on Google’s internal machine learning pipelines. It seeks to make deployments of machine learning workflows on Kubernetes simple, portable and scalable. With Kubeflow you can deploy best-of-breed open-source systems for ML to diverse infrastructures. You can also take advantage of a number of great features, such as services for managing Jupyter notebooks and support for a TensorFlow Serving container. Wherever you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ZK - Simply Ajax and Mobile
    ZK is an open-source Java framework for building modern web and mobile applications. It enables developers to create rich, interactive UIs using only Java — no JavaScript required. With 200+ Ajax-powered components, event-driven architecture, and support for popular technologies like Spring, Java EE, and JSP/JSF, ZK makes it simple to deliver powerful and user-friendly web applications.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7

    mqottrace

    An mqtt client to subscribe to owntracks events

    For owntracks, see https://owntracks.org/ mqottrace collects location data from the mqtt server and writes it into an sqlite3 database. You can convert the data into gpx tracks with mqott2gpx.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SEO Tool

    Seo Tool: AI Autoblogger for ArtikelSchreiber.com and UNAIQUE.net

    Seo Tool: AI Autoblogger for https://www.artikelschreiber.com/ and https://www.unaique.net/ Function: Create Mini site based on Config File on your server https://linktr.ee/textgenerator Use a Shared Hosting Server Change the "seo-marketing-tool.conf" config to fit your needs (eg: Create a Mini Site about "Cars" then change the AI Software API Keywords to "car") Start the Tool "python3 seo-marketing-tool.py" Your mini site will be created on your Shared Hosting Server HTML5...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Automatic Drawing Generation

    Automatic Drawing Generation

    A canvas library for generating technical drawings

    The ADG library (Automatic Drawing Generation) is a set of functions focused on automating the drawing of mechanical parts. It is not a CAD system but a GObject-based library where a custom application can put common CAD entities such as paths, hatches and dimensions, to automatically create technical drawings. A demo application is provided in order to show the capabilities of the canvas. Although it is possible to interact with the library directly in C (that is what the adg-demo program is doing), the canvas is expected to be used from higher level languages, much in the same way as what done in the GNOME stack. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Autobahn|Java

    Autobahn|Java

    WebSocket & WAMP in Java for Android and Java 8

    Client library providing WAMP on Java 8 (Netty) and Android, plus (secure) WebSocket for Android. The WebSocket layer is using a callback-based user API, and is specifically written for Android. Eg it does not run any network stuff on the main (UI) thread. The WAMP layer is using Java 8 CompletableFuture for WAMP actions (call, register, publish, and subscribe) and the Observer pattern for WAMP session, subscription and registration lifecycle events. The library is MIT licensed, maintained...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    tinyREST

    tinyREST

    Small Java based REST server

    TinyREST allows a Java programmer to easily create a REST server without having to install a J2EE server. Creating a new server is as easy as copying the service jar, setting up a configuration file and writing your own service handler class. The resulting project can be made to start up as a service. Annotations can now be used to write handler class and methods. JDBC database access as well as file system access is allowed from the service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    QA Wolf

    QA Wolf

    Create browser tests 10x faster

    ...By combining the best parts of in-house QA & test platforms, we deliver ultra-high end-to-end test coverage that never slows you down. First step is getting to know your app. You don’t have to have any kind of test plan; a short demo is all we need.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    NoSleep.js

    NoSleep.js

    Prevent display sleep, enable wake lock in any Android or iOS browser

    Prevent display sleep and enable wake lock in all Android and iOS web browsers. Check out the live demo in any Android or iOS web browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OpenNHRP implements NBMA Next Hop Resolution Protocol (as defined in RFC 2332). It makes it possible to create dynamic multipoint VPN Linux router using NHRP, GRE and IPsec. It aims to be Cisco DMVPN compatible.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    DigiOz .NET Portal

    DigiOz .NET Portal

    ASP.NET MVC Based Portal CMS System to Create an Instant Website

    DigiOz .NET Portal is a FREE web based portal CMS system written in ASP.NET MVC 5 in C# which uses a Microsoft SQL Database to allows webmasters to setup and customize an instant website for either business or personal use. List of Technologies used: - ASP.NET MVC 5 - Microsoft SQL Server - Bootstrap - HTML 5 - jQuery Demo Site: http://digioznetportal.digioz.net/ Source Code: https://sourceforge.net/p/digioznetportal/codenew/ci/master/tree/ Installation Instructions:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    hordes

    hordes

    WordPress Plug curates list of links with titles icons and categories.

    Creates a front side submitted form that allows logged in user to add links or bookmarks of their favorite websites. Just copy and paste your address into the link text box and add then a title. Hordes will do the rest. There are many options including the ability to show all the data about your link, or to only show the title and the link which is handy to show more links on the page when you know what they are by only looking at the title and the link. If you need to search for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SourceForge  Wiki Front

    SourceForge Wiki Front

    Create a product website directly from SourceFrorge Wiki

    Wik-Front create a website from the data of your SourceForge project. You could totally leave it after you install! demo: https://wiki-front.sourceforge.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    lein-figwheel

    lein-figwheel

    Figwheel builds your ClojureScript code and loads it into the browser

    ...It works great with Leiningen or the new Clojure CLI Tools. So head over to Figwheel Main to give it a try. Get a quick idea of what figwheel does by watching the 6-minute flappy bird demo of figwheel. If you write reloadable code, figwheel can facilitate automated live interactive programming. Every time you save your ClojureScript source file, the changes are sent to the browser so that you can see the effects of modifying your code in real-time. The inclusion of a static file server allows you to get a decent ClojureScript development environment up and running quickly. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    NativeScript plugin showcase

    NativeScript plugin showcase

    An app I'm using to showcase a bunch of NativeScript plugins

    nativescript-pluginshowcase is a demo application showcasing various NativeScript plugins in a single mobile app. It serves as a reference for developers exploring the capabilities of the NativeScript ecosystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    OpenCms ANT Build allows to build OpenCms modules from a build tree (e.g. in your IDE) which then may be installed on your OpenCms server. It contains 2 ANT task for scripting custom build processes. A sample tree with build.xml is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    doorGets CMS - Responsive/Bootstrap PHP

    doorGets CMS - Responsive/Bootstrap PHP

    doorGets CMS PHP offers a free, Open-source Website solution

    Demo: www.doorgets.com/demo/ Content management system (CMS) open source and free, allowing you to create a collaborative website with versioning of all your publications. Create your professional responsive website! Get started in less than 10 minutes is 100% free! 20 Included languages English, Français, Deutsch, Español, Polski, Український, Pусский, Türk, Português, Svenska, Italiano, Italiano, Slovenčina, Indonesia, हिंदी, 日本の, 한국의, ภาษาไทย, 中国, עברית, العربية 17 Themes responsive With the default bootstrap integration in all themes to simply create a responsive website that incorporates all the new features of the moment. 16 Modules & Widgets Page Static, Static Multi-Page, Landing Page, Blog, News, Sharing links, Video gallery, Image gallery, FAQ, Partners, Contact Form, Redirection link, Block Static, Form, Survey, Carousel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    VTun is the easiest way to create Virtual Tunnels over TCP/IP networks with traffic shaping, compression, and encryption. It supports IP, Ethernet, PPP and other tunnel types. VTun is easily and highly configurable. VPN, Mobile IP, Shaping, etc
    Leader badge
    Downloads: 5,362 This Week
    Last Update:
    See Project
  • 23
    Snap! C++

    Snap! C++

    Fast Websites: Powerful CMS for Apache written in C++

    Snap! C++ runs your CMS using binary code written in C and C++. (We use some libraries that are written in C, all of our server code is written in C++.) The basic concept is taken from a large set of Drupal 6.x modules from Drupal Core and necessary 3rd party modules (we've been using over 220 modules on top of the Core modules.) The result is quite extensible as it offers a plug-in mechanism that everyone is welcome to use to create their own extensions. Debian Packages can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Zenario

    Zenario

    One of the world's leading multilingual website platforms

    View the Demo - http://zenar.io/demo Zenario is a web-based content management system. It can be used for simple sites, with many "wysiwyg" features, but is really designed to run extranet sites, such as customer portals. It also has multi-lingual features built in from the core.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Project to take a thetvdb.com account's favorited shows and create a Caldav or webdev calendar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next