Showing 81 open source projects for "web database server"

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
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 1
    My Blog Technology

    My Blog Technology

    Custom web server for my blog

    This is a minimal web server designed to host my blog. It's built from scratch to be robust enough to face the public internet. No reverse proxies are required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Surmon.me

    Surmon.me

    Personal website and blog

    Surmon.me is a full-featured personal website and blog platform built with Vue and designed as part of a larger ecosystem of interconnected applications and services. The project functions as a server-side rendered (SSR) web application that delivers content dynamically while maintaining performance and SEO optimization. It is powered by a dedicated backend service called NodePress, which provides RESTful APIs for content management, data retrieval, and system operations. The platform is not just a static blog but part of a modular architecture that includes an admin dashboard, a mobile app, and even AI-assisted features, all designed to work together cohesively. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pelican

    Pelican

    Static site generator that supports Markdown and reST syntax

    Pelican is a static site generator that requires no database or server-side logic. Chronological content (e.g., articles, blog posts) as well as static pages. Integration with external services. Site themes (created using Jinja2 templates). Publication of articles in multiple languages. Generation of Atom and RSS feeds. Code syntax highlighting via Pygments. Import existing content from WordPress, Dotclear, or RSS feeds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Blog4u

    Blog4u

    A simple but beautiful blogging system that doesn't require a database

    ...Does HTML stand for more than just „How To Make Love“ to you, but also and above all for „HperText Markup Language“? Then download my little blog software and install it on your own web space! This blog system does not require a database and consists of just a „handful“ of PHP files. It is easy to install and, if necessary, can also be easily moved to another web space provider without any time-consuming migration. Thanks to the open HTML file format, you always have full control over the content and design of the blog articles. ...
    Downloads: 6 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5
    e107 bootstrap content management system

    e107 bootstrap content management system

    Content management system built on PHP, MySQL, Twitter Bootstrap

    e107 is a website content management (CMS) system written in PHP and MySQL. It installs a completely dynamic website on your server allowing you complete control of your site from a secure and intuitive, yet powerful and flexible admin area. Coded HTML5, Twitter Bootstrap 5, jQuery. Full source and changelog available on Github.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 6
    Drukkar

    Drukkar

    Lightweight flat-file blog engine and CMS

    Drukkar is a lightweight and simple blogging platform written in PHP 5 with no external dependencies. It uses XML files to store posts and doesn't need a database.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Rabio-WP-Grid

    Rabio-WP-Grid

    A Bootstrap - PHP Grid for a Headless Wordpress Blog.

    Rabio WP Grid is an extra light weight grid that retrieves all published posts directly from a wordpress database. It was developed to be used as an alternative way for presenting blog posts to visitors or administrators of a wordpress blog. It is a Headless WordPress standalone utility. Please note that this is not a wordpress plugin. It is a standalone software that connects directly to a wordpress database without making any changes. It was developed using PHP and Bootstrap ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    VBlog

    VBlog

    V Tribe, a multi-user blog management platform

    ...It also handles common concerns such as pagination, file uploads (for images or attachments), session management, and role-based access control, showing how these are tackled in practice. By exploring VBlog’s code, developers can understand best practices in routing, security, database interaction, and component-based UI design across a full application stack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TriTan CMS

    TriTan CMS

    TriTan is a developer centric, headless, or nearly headless CMS.

    TriTan is a developer centric, lightweight content management system (CMS) and content management framework (CMF). It is easy to install, easy to manage, and easy to extend. The majority of TriTan's codebase is derived from WordPress, however, TriTan is not a fork of WordPress. It also should not be seen as a replacement for WordPress, Drupal, Joomla or any of the top used CMS's out there. The main purpose of TriTan is to give developer's an option that is geared toward how they think,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
    Mara CMS

    Mara CMS

    The file based CMS with full-featured editing

    ...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 lecture slideshow, a secure contact form, rollback of changes, plus much more. For the experienced Web developer, Mara's use of industry standard HTML5 and CSS3 instead of proprietary markup or database structures makes for a shallower learning curve. If you already understand the fundamentals of webpage creation you can get productive really quickly. Open source, unrestricted, and free to use. Coders are welcome to contribute themes or plugins to the project.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Microblog

    Microblog

    Microblogging application developed in my Flask Mega-Tutorial series

    Microblog is a Flask-based social blogging application that serves as the companion example project to the author’s Flask tutorial book, demonstrating how to build a production-ready web application with features typical of modern social systems. The project includes user registration and login, password hashing, profile editing, and avatar support, but it goes deeper by illustrating how to implement following/follower relationships, posting short messages, and displaying personalized feeds....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Free engine of social networks. Like Digg and Habr style. Written in PHP 5, using the database MySQL, template engine Smarty. Website is here - http://livestreetcms.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CuteNews.RU / Strawberry

    CuteNews.RU / Strawberry

    Мощная система публикации новостей

    Strawberry - это мощная и несложная в обращении система публикации новостей, построенная на оригинальной разработке CutePHP Team и его ветки AJ-Fork, использующая в качестве базы данных текстовые файлы или СУБД MySQL. Системные требования для работы скрипта минимальны, а возможности неограниченны! Вы можете использовать Strawberry для ведения новостной ленты, как дневник (блог) или как настоящую систему управления контентом.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BIGACE

    BIGACE

    PHP based CMS with multi-site and extension support

    BIGACE is an easy-to-use multi-site, multi-language and multi-user Web CMS, written in PHP/MySQL. Uses FCKeditor for HTML editing. Features: Content versioning, workflows, user and right management. Many templates and extensions available. Find out more about Bigace at https://github.com/bigace/bigace2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Nibbleblog

    Nibbleblog

    Powerful engine for creating blogs, all you need is PHP to work.

    Easy, fast and free CMS Blog. Nibbleblog it's a powerful engine for creating blogs, all you need is PHP to work. Very simple to install and configure (only 1 step).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Anastasia Publishing Platform

    Anastasia Publishing Platform (aka APP) is a publishing platform

    Anastasia Publishing Platform (aka APP) is a publishing platform and cms built with Laravel. We aim to create the best publishing experience with our main focus on the average user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This Project is based on a former community project SCDP. It was build as a blog software build with ajax functionality. Because of many problems, i decided to write it again, but this time without ajax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Hakkah~CMS is ReloadCMS (reloadcms.com) 1.2.6 fork. It is light, powerful and secure full-featured content management system with a big amount of uses from homepages/blogs to big corporate portals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    C# CMS

    C# CMS

    CMS .NET in C# (gallery, forum, wiki, blog, multi site all in one)

    CMS .NET in C#, Features: HTML5 + ritch snippets, Responsive Web Design, multi site, multi server, multi user, multilingual, gallery, forum, blog, wiki, all made in EASY, database-less stand-alone ("portable", no installation required!).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    gRSShopper is an application that allows you to define your own community of RSS feeds, aggregates content from those feeds and organizes it, and helps you integrate that content into your own posts, articles and other content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    ITKalam Project

    Articles Viewer WebSite that is perfect for technology, social updates

    A WebSite that is good for technology news and social webpages and can be used for many other goals like medical website or tech-blog
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AllianceCMS

    AllianceCMS

    AllianceCMS - A Community Centric Content Management System

    A secure, flexible, web standards compliant PHP 5.4+ Content Management System which allows easy 3rd party code integration. Our Module API and Template system promotes secure coding practices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Very simple and very customizable content management system created using php - mysql. Page content to be added directly into database. Very useful for quick and running static web page creation in minutes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Qool CMS

    Qool CMS

    Qool is a cms that allows you to take advantage of your site

    A content management system born from the need to create and manage your content easier than ever. We have been working hard to create a CMS that will be able to do anything the user wants. There are virtually no limits on what you can accomplish with Qool CMS. Other content management systems are article based platforms and need addons and extensions to add extra functionality. This is not the case with Qool. Qool supports unlimited content types. Addons are extensions to Qool but you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Liferay for Virgo

    The research of an ability to port Liferay to Virgo

    This project is a result of my tries to port Liferay portal Community Edition to Virgo. I have done this work in the research purpose to analyze an ability of development a serious mass enterprise system on very perspective and great Virgo platform couple with the most powerful open source portal Liferay. My theoretical research has pointed these two product like the most perspective flexible and multi functional solutions matching my aims very well. But practically Virgo has turned out...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB