ecobricks-org

February 17, 2026 · View on GitHub

Official repository of the ecobricks.org website by the Global Ecobrick Alliance.


About This Repository

This repository contains the full-stack source code for:

https://ecobricks.org

The site is entirely hand-coded using:

  • PHP
  • MySQL
  • HTML
  • CSS
  • JavaScript

We have intentionally built and maintained our own stack since 2011 in order to embody regenerative principles directly in our digital infrastructure.

We deploy frequent updates from this repository, often daily.


Our Philosophy

Ecobricks.org is not built for venture scaling, ad-tech optimization, or extraction.

It is built as:

  • A regenerative commons
  • An educational platform
  • A planetary collaboration space
  • A long-term ecological knowledge archive

We operate without corporate, government, or venture sponsorship.
Our revenue comes from ecological services and educational programs.

More about us:
https://ecobricks.org/about


About Ecobricks

An ecobrick is a plastic bottle densely packed with clean and dry used plastic to create a reusable building block that achieves plastic sequestration.

Ecobricks can be used to create:

  • Furniture
  • Garden structures
  • Modular building systems
  • Community installations

Learn more:
https://en.wikipedia.org/wiki/Ecobricks


How You Can Contribute

We welcome contributions in:

  • Code improvements
  • Bug fixes
  • Translation
  • Proofreading
  • Documentation
  • Content development
  • Accessibility improvements
  • Performance optimization

Please submit a pull request or open an issue.

If you are unsure where to start, open an issue and introduce yourself.


License

This repository is licensed under:

Creative Commons Attribution–ShareAlike 4.0 International (CC BY-SA 4.0)

Attribution must be given to:

The Global Ecobrick Alliance — https://ecobricks.org

Logos and trademarks are not included under this license.

See LICENSE.md for full details.


Repository Structure

  • /en/ — English site pages
  • /fr/, /es/, /id/, etc. — Language directories
  • /scripts/ — Backend PHP scripts
  • /css/ — Stylesheets
  • /js/ — Frontend logic
  • /db/ — Database migrations and schema files

(Update this section if your structure differs.)


Tech Partners

We are grateful for the tools and infrastructure that support our work.

  • DewaWeb Hosting — server infrastructure
  • SVGator — animation tooling

March 2025 Code Reorganization

In March 2025, we made a major architectural shift and forked the repository for:

  • ecobricks.org (live site)
  • beta.ecobricks.org (development environment)

Ongoing refactoring and improvements are being implemented in the beta branch before deployment.