Showing 744 open source projects for "website"

View related business solutions
  • 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
  • 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
  • 1
    Pjax module

    Pjax module

    Easily enable fast Ajax navigation on any website

    Pjax is a standalone JavaScript module that uses AJAX (XmlHttpRequest) and pushState() to deliver a fast browsing experience. It allows you to completely transform the user experience of standard websites (server-side generated or static ones) to make users feel like they are browsing an app, especially for those with low bandwidth connections. Pjax does not rely on other libraries, like jQuery or similar. It is written entirely in vanilla JS. Pjax loads pages using AJAX and updates the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Trip.js

    Trip.js

    Trip.js is a plugin that can help you customize a tutorial trip easily

    Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibility. Right now Trip.js supports lots of useful stuff like keyboard binding, animations, changing themes ... etc. If you want to highly customize your own tutorial trip, then Trip.js is definitely worth giving it a try.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SustainOSS.org Website

    SustainOSS.org Website

    The sustainoss.org website

    The easiest way to contribute to this project is via GitPod. GitPod will set up your developer environment in the browser with your GitHub credentials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Feflow

    Feflow

    How to write cross-platform Node.js code

    ...Why you should care: according to the 2018 Node.js user survey, 24% of Node.js developers use Windows locally and 41% use Mac. In production, 85% use Linux and 1% use BSD. Installers for each major OS are available on the Node.js website. To install, switch and update Node.js versions nvm can be used on Linux/Mac. It does not support Windows but nvm-windows, nvs and ps-nvm (for PowerShell) are alternatives that do. nve can be used to run a single command with one or several different Node.js versions. nvexeca can be used to do the same programmatically. The character encoding can be specified using an encoding option with most relevant Node.js core methods. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    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: 3 This Week
    Last Update:
    See Project
  • 6
    Electron API Demos

    Electron API Demos

    Desktop app to demonstrate the core features of the Electron API

    ...You can download the latest release for your operating system or build it yourself. For easier developing you can launch the app in fullscreen with DevTools open. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Mara CMS

    Mara CMS

    The file based CMS with full-featured editing

    Mara CMS is a file based content management system. Mara offers the kind of helpful features you would expect to find in the big commercial products, but in a more concise form. This makes it remarkably easy to use, even for the inexperienced content creator. Features include direct editing of the actual webpage so you see your changes as you type, drag and drop photo and video content addition, easy YouTube video linking, a photo gallery that can also double as a presentation or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    System-GoodStat
    The GoodStat system is a web application, operating in the hosting environment, counting the statistics of entries, page views and much more. After downloading you will be able to install it yourself on your hosting. The data can be read as soon as the installation is completed and pasted into a monitored page on each subpage, a special JavaScript code. I would like to share with you the script I created called the GoodStat System. You will probably think that the name is a little bit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MaterializeCSS

    MaterializeCSS

    Materialize, a CSS Framework based on Material Design

    A modern responsive front-end framework based on Material Design. We did most of the heavy lifting for you to provide a default stylings that incorporate our custom components. Additionally, we refined animations and transitions to provide a smoother experience for developers. By utilizing elements and principles of Material Design, we were able to create a framework that incorporates components and animations that provide more feedback to users. Additionally, a single underlying responsive...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Slika REST API

    Slika REST API

    Open Source REST API for creating a community for your college

    Open Source REST API for launching an App|| Website for Educational Purposes and Making a Community out of it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    React Performance Devtool

    React Performance Devtool

    A browser developer tool extension to inspect performance

    ...Along with the browser extension, the measures can also be inspected in a console. A demo of the extension being used to examine the performance of React components on my website. Performance measures can also be logged to a console. With every re-render, measures are updated and logged to the console. To use this devtool extension, you'll need to register an observer in your app which will observe a collection of data (performance measures) over time. Registering an observer hooks an object containing information about the events and performance measures of React components to the window object, which can then be accessed inside the inspected window using eval().
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    express-vue

    express-vue

    Vue rendering engine for Express.js. Use .Vue files as templates

    ...Then this is the library for you. The idea is simple use Node+Express for your Controller and Models, and Vue.js for your Views.. you can have a secure server-side rendered website without all the hassle. Your Controller will pass in the data to your View through. Requires Node V6 or greater, and Vue 2.0 or greater. (Latest Vue.js is included in this project) To use Data binding into the vue files you need to pass data in through the data object as above. express-vue will automatically add anything you put here to the root element of your Vue components. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Awesome Portfolio

    Awesome Portfolio

    It displays Joomla articles with different filters

    The Awesome Portfolio is a simple module that displays articles as portfolios based on different filters.It is a very useful and applicable extension for news website, company websites, shopping websites and otherwebsites that work with portfolios or filterable items. The Awesome Portfolio enables you to show your articles based on different filters and items. You can set the options of this module to filter articles based on their tags, their categories or their authors. It gains AJAX method for loading more articles to improve the performance for your website. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Modern-Portfolio

    Modern-Portfolio

    Display Wordpess posts in a filterable style.

    The Modern Portfolio is a simple widget that displays posts as portfolios based on different filters. It is a very useful and applicable plugin for news website, company websites, shopping websites and other websites that work with portfolios or filterable items. The Modern Portfolio enables you to show your posts based on different filters and items. You can set the options of this widget to filter posts based on their tags, their categories or their authors. It gains AJAX method for loading more posts to improve the performance for your website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    favorites-web
    We have made a website that can be categorize your favorite websites or articles on this website, and you can also check what other people have favorited. It can be imported from browser favorites to our website, or exported from our website for backup. Based on our common collections, we can find out who we are interested in each other. We are a group of IT people who love life, open source, and sharing!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Active Intelligence Server

    Active Intelligence Server

    Reporting, Dashboarding, Analytic, Self-service BI, Ad-hoc reporting

    ...Tightly integrated user and role management ensure correct information distribution that prevents unauthorized access to information, collaboration is ever so easy with AIS that people with no BI knowledge can start real-time collaboration in minutes. AIS 2 is also available from the website http://activeintelligence.co.uk/download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    VR World Creator

    VR World Creator

    Allows anyone to create a VR or AR website for free!

    Using the A-Frame WebVR framework, this web based application allows users to create VR and AR webpages for whatever they want - teaching resources, visualization, sharing your 3d models in a very cool way, and much much more! The VR pages can be used with google cardboard, but also can be viewed in the browser and used with the steam vive and oculus rift (untested). You can try it at aframe-tools.sourceforge.io More features are planned to be added in the near future!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WEB  Family Budget Planner

    WEB Family Budget Planner

    Family Budget Planner is a PHP MultiLingual easy to use tool .

    Full working System :- http://familybudget.unaux.com Feel Free to use the Link if you prefer to work with a ready to use system without Installation . UserGuide :- http://familybudget.unaux.com/UserGuide.php Support : rafi.farchi@gmail.com You Can install the Tool on any Website dealing with Family Economy as a free tool for the benefit of the Community . If you prefer You can also install it locally on you Android Device . Recommended PHP Server for Android (Free) Penguin Php/MySQL server https://play.google.com/store/apps/details?id=com.bans_droid&hl=en Will appreciate if you post Reviews and comment on the the tool as well as any ideas or suggestion for improvements .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OFOS

    OFOS

    OFOS is an open source Online Food Ordering platform

    ...This option enables one to pay for their order as well. It accredits the restaurant’s personnel to the list, manage, and coordinate the several branches of a restaurant from the same website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    TAC-PLUS

    TACACS+ server for network devices

    Free TACACS+ (tac_plus) engine (written in C++) and webui (PHP) allows network administrators to limit access to network devices. This project (tacplus/webui) use to be on www.networkforums.net. New and improved features been added since the last release on old website. ** New Release of WebUI ** Improved useability More searching capabilities in reports
    Downloads: 9 This Week
    Last Update:
    See Project
  • 21
    canvas-nest.js
    A nest background of website draw on canvas. It does not depend on jQuery and the original javascript is used. Small size, only 2 Kb. Easy to implement, simple configuration. You do not have to be a web developer to use it. Modularized with area rendering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Weave A Design

    Weave A Design

    Show how Math can be used in our Real World (Weaving in this Example)

    Try it now: http://weaveadesign.sourceforge.net/ A design weaver that runs on open source JavaScript. The goal of the project is to provide students, teachers, and the general public with a free open source website that allows them to learn about the math involved in weaving and also weave designs!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MV Video Sharing Software

    MV Video Sharing Software

    MV Video Sharing Software is a free video sharing script like Youtube

    MV Video Sharing Software is a free video sharing software that allows the capability of creating a video sharing website like Youtube. Setting up is easy. All you have to do is download, upload the contents to the directory of your choice, and use your favorite web browser to visit the directory in order to start the installation process. Once you have completed the installation process, you will be ready to start your video sharing website! If anything, you can also have Melero Video set everything up: www.melerovideo.com/software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Holarse

    Holarse

    website software for holarse

    HolaCMS 3 Source Code which will power the new Holarse website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Historify

    Historify

    Finally a better history with images. - Mozilla Firefox WebExtension

    ...You will definitely need this Add-on if you wish to find websites again that you accidentally closed a while ago. The screenshots will help you to search faster for the website since most people slightly remember what the website looked like. Please be aware that this is still in development and that bugs currently do exist. Neat features will be added soon (e.g. search, visit dates).
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB