Showing 476 open source projects for "web app"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 1
    TV Show Manager Chrome App

    TV Show Manager Chrome App

    Easily manage your list of favourite TV Shows. Track upcoming shows.

    *INFO* Latest builds are available here: http://goo.gl/qx8mS0 TV Show Manager is a chrome app that can be used to track your favorite TV shows from the US tv channels. You can add your favorite shows and then get the details of each and every episode. You can track when the new episode of a show is coming and also get an overview of what will be happening in that particular episode. You can add as many shows as you want to the collection and find out detailed information about the and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Want to be able to easily track your headaches ? Brain Drain provides a phone app for quick and easy entry, a server which can collect the data, and a dashboard for inpection of the collected data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Random Name Generator

    Random Name Generator

    Android app to generate random names to use in books, games, etc

    This app will generate a random first, middle and last name. You can use these names in books, movies, animations, games, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    asperger

    A simple, no bullshit web app to manage customer ENVs

    Asperger is a simple, no bullshit web app to manage your customer credentials and hosts. It is meant for professional services, support and IT teams but you can use for other things too, I won't get angry:) Asperger is written in PHP, JS, has some CSS and uses SQLite as DB. Auth. is done via LDAP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 5
    VCL.JS

    VCL.JS

    TypeScript component based framework for enterprise web application

    A faster way to build enterprise app. VCL.JS is a TypeScript open-source platform for building enterprise web apps in a fraction of the time, whether you’re an expert developer or just getting started. for more information http://vcljs.com Friendly APIs help you get your job done faster. //Simple dbgrid bounded to a query import V = require("VCL/VCL"); export class PageHome extends V.TPage { constructor() { super(); //create a backend query var qur = new V.TQuery(this); qur.SQL = "SELECT CustomerKey, FirstName, LastName FROM Customers"; qur.open(); //create a grid on the screen var grd = new V.TDBGrid(this, "grid"); grd.Dataset = qur; //bind the grid to the dataset grd.PageSize = 15; var col = grd.createColumn(“FirstName”); var col = grd.createColumn(“Lastname”,”Last Name”); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Yana Nestable

    is an WUI hierarchical list creator with drag and drop.

    Yana Nestable is an WUI hierarchical list creator with drag and drop.you can easily use source code of this app in your projects and have fun! never can be easier to create menu,category and ... every nestable items can be create and store in database with this module!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    dynamide
    dynamide is a dynamic web application framework for handling the presentation and business layers in a traditional web app. See http://dynamide.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    App development kit

    Create Apps for Windows in pure HTML/JS

    This SDK leverages the windows trident engine to process javascript and render HTML as desktop applications. It provides background threading, multiple window management, skinning, file and registry access and much more. It is also possible to create your own plug-ins. We have used it successfully to create complex HTML applications, including several security suites and installation wizards. As an installation wizard tool it is very powerful: download only those files you need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    connect-flash

    connect-flash

    Flash message middleware for Connect and Express

    connect-flash is a simple middleware for Express and Connect frameworks that enables easy storage and retrieval of one-time flash messages in a user session, which are particularly useful for displaying success or error notifications after redirects in web applications. Once installed and wired into a session-enabled Express app, it lets you set messages that persist across a single request–redirect–response cycle and then automatically clears them so they don’t show up repeatedly. The API is minimal: you call req.flash(type, message) to store a flash and then read them back in views or route handlers when needed, which makes it a practical solution for form submission feedback, login failure notices, and other transient user alerts. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 10

    CC2

    Cyclos 3.7 port with improved UI and additional reporting app

    CC2 is a customised, repackaged version of Cyclos 3.7 which is designed to * Allow small communities to get up and running quickly with the world’s leading alternative currency software * Improve the look and feel of Cyclos and make it more intuitive for users * Add additional reporting functionality (x and z reporting, automated invoicing) for business users **Please see the Release Note** on the Wiki Tab for background of this project and non-technical aspects of setting up...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    typeint

    TypeINT aims to create useful web apps.

    TypeINT aims to create web apps - applications that run in your browser. This includes the TypeR app, to type in other character sets. More apps are to be expected in the future. TypeINT also has some programmer resources, including sponsoring Coders' Shed, programmer forums. (codersshed.webuda.com/forums)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BibleForge is a free, open source Bible study web app. It is currently in the early stages of software development, but it aspires to become the most advanced Bible program available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Localtrade

    Localtrade

    Facebook-application for trading locally

    This is a student project for a canvas-app for Facebook which will handle local trading. It's intended to be easily configurable for other developers who would like to implement their own version in their hom e country. Status: Alpha Users can advertise stuff for selling, buying and give-away. The advertisements will be searchable, and the users will get their own accounts for managing their ads. The advertisements will be bound to a geographically local region (In Norway:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Java HTTP REST interface

    Base for HTTP-REST Java application

    Simplified multithreaded Java HTTP server able to interpret GET/POST requests. Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client. ------- Requirements: For the Java HTTP server: - J2SE (SDK for compilation) For the exampe web app: - Apache2 with mod_rewrite and mod_proxy Client-side for the web app: - www browser supporting JS with jQuery --- Setup: - run Server.class from Java server files (java Server) in a terminal/console - unpack example app files under/within your apache2 document root file structure - open index.html (with a www browser, from a www server) - observe terminal output
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    OMPISpecto

    OpenMPI tool for monitoring openMPI applications

    Open MPI application monitoring (and steering) from a web-interface and a mobile device.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    jObject.js

    Simple JavaScript API

    jObject.js is a Simple JavaScript API to help users develop web app clients much easier and faster . It provides CSS manipulation,supports get elements by Class includes Event handling,Form validation, simplified AJAX, graceful ModalWindow, Calendar, Timer and some System support functions such as Java like System.out.println(). Every thing in this API is encapsulated in objects.It is also a cross browser compatible API. jObject.js lets you sleep earlier
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ourTinyTinySpace

    ourTinyTinySpace

    Experience the best connecting easy-to-use app with your friends

    Experience the best connecting easy-to-use application with your friends, with this smart real time easy forum. No much knowledge in programing required for install, no database is required. Written in PHP, uses XML as datastoring
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Aurora Application Server is a new Python Web Application Server and Framework. The main goal of the project is to provide the developer with a complete set of tools to speed up the application development process. See project wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DCI Bridge
    DCI Bridge is a web application (sevice) that provides standard access to the distributed computing infrastructures (DCIs) like grids, desktop grids, clusters, clouds and service based computational resources by implementing the specification of the OGSA Basic Execution Service 1.0. The DCI Bridge web application creates a transparent layer between the users (workflow systems) and the DCI systems. The user can submit jobs to the various DCI systems using the OGSA Basic Execution Service...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Soundbox
    Soundbox is a radio system application for IP.Board that displays your SHOUTcast Radio on the community, and manage it through AdminCP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SVG editor for ownCloud

    Create and edit SVG graphics directly in ownCloud. Based on svg-edit.

    This project provides an ownCloud-app (http://apps.owncloud.com) for editing and creating SVG vector graphics in your browser. It's based on the awesome "svg-edit"-project (http://code.google.com/p/svg-edit/). Features like collaborative editing may be implemented later.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    PHP Ticket System

    A refreshing and simple to use trouble ticket system project...

    PHP Ticket System was a small PHP MySQL trouble ticket or work order system. This project started out as a way to learn how to develop a CRUD web application in 2013. Since 2013 I have had have many carrier changes and honestly did not keep up with all of the changes to PHP. That being said I did learn more about NodeJS and Angular 2+. Almost a decade later I have decided to re-write this app using NodeJS 12 and Angular 9. If you would like to check out the new project "Node Ticket System", please visit the GitHub page here: https://github.com/node-ticket-sytem/node-ticket-system.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    TechDoc

    Technical documentation for mobile phones

    TechDoc is a distributed system composed of a number of applications: a central java based web application using a SQLite database to import Technical documentation from CSV files (catalogue + files) and an Android based app or an iPhone/iPad app to install in a mobile phone, which is synchronized with the central web application and is able to work off-line and show the catalogue and files (e.g. PDF files). iPhone/iPad app can be downloaded through the Apple App Store. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Cosas

    Cosas is a web emulation of the GTD app Things

    Cosas is a web emulation of the GTD app Things. My plan is to use the web interface at work where I can't use my phone. There will also be an implementation for the iPhone, Android and perhaps a thick client if the mood strikes me. The web interface is written using Ext/JS 4 and all information will be updated using tiny AJAX calls. This is because I want the back end to be as simple as possible to re-implement using whatever framework that is most convenient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    cloud4apps

    cloud4apps is a set of cloud services and tools for apps and websites

    cloud4apps is a set of FREE cloud services and tools designed to be consumed by any native or web app regardless of the platform. We provide the following services: - App translation (localization) via crowd-sourcing - In-App sales & licensing Management - Remote error logging - Cloud data storage for apps
    Downloads: 0 This Week
    Last Update:
    See Project