{% extends "main.html" %} {% block content %}

Need help with setup?

For the most up-to-date installation instructions and documentation, please visit our official guide:

Visit Official Setup Guide sourceView Source Code

Welcome to Changemaker Lite

A streamlined, self-hosted platform for documentation and development.

Changemaker Lite is a lightweight, self-hosted productivity suite that empowers you to build secure websites, blogs, newsletters, and automation workflows. With locally hosted tools and services, it helps you manage documentation and development projects—granting you complete control and security for your content.

Build your power, don't rent it.

Explore Applications code Code

Quick Start

Familiar with the terminal, git, and Docker? Get Changemaker up and running in minutes:

# Clone the repository
git clone https://gitea.bnkops.com/admin/Changemaker.git
cd changemaker.lite
# Run the config.sh script
./config.sh
# Start all services
docker compose up -d

That's it! After services start (which may take a few minutes on first run), visit the individual service ports to get started.

Access MkDocs (Documentation)

Detailed Installation Guide

What is Changemaker Lite?

Changemaker Lite is a streamlined version focused on documentation and development tools. It provides essential services for creating and managing content, including documentation sites, newsletters, automation workflows, and development environments.

Why Changemaker Lite?

Changemaker Lite offers a minimal but powerful self-hosted solution for individuals and small teams who need reliable documentation and development tools without the complexity of larger platforms. Perfect for personal projects, small campaigns, or development workflows.

Core Applications & Services

Changemaker Lite comes with essential self-hosted tools for documentation, development, and automation. Click on any app to learn more about its features and how to use it.

dashboardHomepage

Modern dashboard for accessing and monitoring all your self-hosted services from one place.

Learn More

codeCode Server

Visual Studio Code in your browser. Develop and edit code from any device with full IDE features.

Learn More

mailListmonk

Self-hosted newsletter and mailing list manager for full control over email campaigns.

Learn More

storagePostgreSQL

Reliable database backend for Listmonk and other applications requiring persistent data storage.

Learn More

descriptionMkDocs Material

Modern documentation site generator with live preview and beautiful Material Design theme.

Learn More

webStatic Site Server

Nginx-powered static site server for hosting your built documentation and websites.

Learn More

hubn8n

Workflow automation tool for connecting services and automating repetitive tasks.

Learn More

grid_viewNocoDB

No-code database platform that turns any database into a smart spreadsheet interface.

Learn More

Development Pathway

Changemaker Lite is continuously evolving. Here are some identified goals for development:

Stay tuned for updates and new features!

{% endblock %} {% block tabs %} {{ super() }} {% endblock %}