Showing 54 open source projects for "python application template"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    webpack DevServer

    webpack DevServer

    Serves a webpack app and updates the browser on changes

    webpack-dev-server can be used to quickly develop an application. Options that are compatible with webpack-dev-middleware have a key icon next to them. This set of options is picked up by webpack-dev-server and can be used to change its behavior in various ways. When the server is started, there will be a message prior to the list of resolved modules. If you're using dev-server through the Node.js API, the options in devServer will be ignored. Pass the options as a second parameter instead: new...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    ZEG / Zero-Effort-Groupware

    ZEG / Zero-Effort-Groupware

    SOGo Zero-Effort-Groupware

    The ZEG (Zero Effort Groupware) edition of SOGo is intended to provide a complete out-of-the-box testing environment of SOGo, the Open Source messaging and calendaring software.
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • 3

    TOMUSS

    TOMUSS: The Online Multi User Simple Spreadsheet

    TOMUSS is an interactive web application (groupware) allowing multiple concurrent users to edit data tables. Its primary goal is the management of students grades.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    Ascoos Web Server

    Ascoos Web Server

    Is a web server for all Web Developers and Web Designers

    ...-install the package. In other words, it is possible to accommodate the newest versions of the components without removing the previous ones. Needless to say, this brings great advantage to developers who want to test their application on several editions of PHP and MySQL.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 5
    ASCOOS CMS Extensions
    ASCOOS CMS Extensions includes applications, blocks, plugins, editors, 3LT Templates, typographies, widgets, themes, end more... more....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    DevConnector 2.0

    DevConnector 2.0

    Social network for developers, built on the MERN stack

    devconnector_2.0 is a full-stack MERN example application that demonstrates how to build a social network for developers from scratch. The backend uses Node.js and Express with JWT-based authentication and MongoDB for persistence, modeling users, profiles, posts, and comments. The frontend is a React app that implements routing, protected pages, Redux-style state management, and UI flows such as registration, login, profile creation, and post feeds. It shows end-to-end patterns like form...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    twert

    twert

    Website, application blocking with scheduling. Self/Parental control.

    Anti-procrastination website and application blocker with scheduling. Perfect for students and parents alike. A free and open-source alternative to Cold Turkey. Made by Dang Nam Anh, Truong Duc Quan and Trieu Tran Duc Tri.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8
    FormaVid

    FormaVid

    Small Business Appliance

    The FormaVid Small Business Appliance https://formavid.org is designed to integrate a content management system (CMS), an issues tracker and an invoicing application into a single, well constructed, offering. It is an excellent starting point for any developer(s) wishing to support the CMS or any of the other components, including the appliance itself. All components are stable, open source and well supported. The appliance is built using scripts so no hidden "monkey business" and you can...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    React Most Wanted

    React Most Wanted

    React starter kit with "Most Wanted" application features

    React Most Wanted is a set of starter kits, tools, features, and best practices that you can choose from and use around your React projects. Choose from 3 different starter kits. From a basic one to a full-featured application. You start easy like with every other template but you can also update the template parts over time. And with the updates you don't only update the components but also get new features and bug fixes. Every template is a collection of very carefully picked packages...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    QPyDesk

    QPyDesk

    Code editor and real-time QR code generator for QPython

    QPyDesk is a code editor, and real-time QR code generator for QPython. It is a Python code editor with syntax highlighting that also generates the QR code that represents said code in real time. This application also allows you to print the generated QR code to distribute the created application. However, because QR codes have a limited storage capacity, if the code is very long, QPyDesk creates a QR code that is only valid while the application is running, that is, the QR code generated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Mozilla GPO plugin/module

    Mozilla GPO plugin/module

    Firefox and Thunderbird addon to manage settings using AD Group Policy

    Firefox, Thunderbird and Pale Moon autoconfig module for manage user preferences and user profile CA certificates from Active Directory Group Policy. I highly recommend using the Group Policy addon with Firefox ESR releases. Regular releases may contain changes to which the addon is not adapted. Since 53 Firefox support only WebExtensions. WebExtensions can't access to registry and can't do anything with application preferences. Therefore the **last version** of Firefox in which...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    FreeMarker template engine

    Generates text that depends on changing data (like dynamic HTML).

    FreeMarker is a template engine. That is, it provides an easy way to generate text (HTML, source code, configuration files, emails, etc.) that depends on changing data. It's designed to separate the rendering/formatting logic (like visual design, HTML issues, etc.) from the backing application logic and technical complexity. It has a flexible API so you can integrate it into your application the way that best fits it.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 13
    KeystoneJS

    KeystoneJS

    Node.js CMS and web app framework

    KeystoneJS is an open source framework for developing database-driven websites, applications and APIs in Node.js. Built on Express and MongoDB. Keystone will configure express - the de facto web server for node.js - for you and connect to your MongoDB database using Mongoose, the leading ODM package. Keystone starts with best practices for setting up your MV* application, and makes it easy to manage your templates, views and routes. IDs, Strings, Booleans, Dates and Numbers are the building...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    bento-starter

    bento-starter

    Full-Stack solution to quickly build PWA applications with Vue.js

    Provides a completely well-configured environment so you can immediately focus on writing your web app code. BentoStarter uses Vue.js because it is cool, fast, and probably the easiest javascript framework to learn today. Your app is deployed to firebase hosting as soon as you commit a new version. Provides a strong PWA configuration so your web app can be used as a mobile (IOS / Android) or desktop application with offline support. BentoStarter uses firestore which provides a cloud NoSQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    pyindi-client

    Python binding to the libindi library

    ... there are also bindings for node.js, Tcl (incomplete) and PHP (not useful). As application examples you will find a Python Websocket server with which you may build a web application interacting with Indi servers, and a simple PyQt application similar to the Kstars Indi Control Panel (was built as an exercise). Finally there is an equatorial mount 3D simulator written with Freecad and Python, planned to be connected with the PyIndi module. *** The pyindi-client binding has moved to github. ***
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    survol

    RDF-based framework monitoring business systems activity

    A Python agent and a web interface aiming to help the analysis and investigation of a legacy application. A set of machines, processes, databases, programs etc ... all communicating with each other, manipulating your data, and whose software architecture has become, with time, complicated, difficult to understand, and undocumented. Data are aggregated with an RDF inference engine, creating a global vision of the business information processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LiveCommentsCasparCG

    LiveCommentsCasparCG

    Web application that generate XML data and using it in Flash Template

    Improving CasparCG Client to show Live Comments from Flash Template that using XML data from web application called LiveComments CasparCG
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    Naam Tamilar RTMP Server This project updated as open source for future use of Naam Tamilar Political Party. To contribute to the party and in some case if there is any possibilities if i cannot support them for long term. I thought of sharing this source code so in future it may be helpful for the community and party in which other software developers can help them to upgrade. This source is forked from - https://github.com/arut/nginx-rtmp-module and modified with multiple broadcast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Jigy Generator Linux

    Jigy Generator Linux

    The best way to generate a Spring Java Web Application. It just works!

    The Jigy Generator is the simplest way to build and code a Java web application with a Spring Framework by using a project creation wizard and now it's been made even simpler by downloading a very small HTML file (337 bytes) and filling out a few form fields and let it construct your project with ease! The resulting project will be a Java web application with a Spring Framework configured to run in Eclipse or Netbeans. The project is annotation-based and provides dependency injection of project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Jigy Generator OSX

    Jigy Generator OSX

    The best way to generate a Spring Java Web Application. It just works!

    The Jigy Generator is the simplest way to build and code a Java web application with a Spring Framework by using a project creation wizard and now it's been made even simpler by downloading a very small HTML file (337 bytes) and filling out a few form fields and let it construct your project with ease! The resulting project will be a Java web application with a Spring Framework configured to run in Eclipse or Netbeans. The project is annotation-based and provides dependency injection of project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Roxy Fileman

    Web file manager

    Free file browser for CKEditor and TinyMCE. Can be used in any web application. Ready for use with ASP .NET and PHP - all scripts are included. User unterface completely separated from the server side logic. Language independant server side scipts - can be implemented in any programming language - PHP, ASP .NET, Python etc. Latest versions is available at http://www.roxyfileman.com/download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ALPHA CMS
    ALPHA CMS is an A.P.I - free, MVC based Content Management System. ALPHA CMS architecture gives the ability to easily create advanced web pages, add-ons or even other CMS. ALPHA CMS is based on PHP, JavaScript and MySQL.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Ristomeal

    Ristomeal

    Ristomeal is web application for restaurants, yacht, pizzerias, cafè

    Ristomeal is web application specific for restaurants, yacht, pizzerias, cafè that help to manage menu, dish, calendar and shopping list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Intrapages

    Intrapages

    Social Intranet

    .... Download the zip file and place intrapages.ntf in your IBM Notes data directory 2. Create a new application based on the template and add it to your Domino server 3. Sign the application 4. Create the first user using the IBM Notes client 5. Open intrapages in the webbrowser, add the apps you want and invite users
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Open CarPool

    Open source framework for company carpools

    A simple open source framework for carpools within companies reduces traffic in daily commute and seeds ridesharing culture. OPEN CARPOOL SOURCES HAVE MOVED TO https://github.com/open-carpool
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next