A professional real-time bridge service designed to compile and distribute Construct 3 Addons (SDK v2) directly from source repositories.
C3Addon Community Compiler acts as a transparent bridge between public source code collections and the final distribution format. This service automates the process of wrapping repository content into a valid .c3addon package in real-time.
- Frontend Host: Cloudflare Pages
- API Bridge: Hosted on SwapLab Private VPS
- Primary Source: EMIINDO GitHub Repositories
The compiler follows a strictly transparent workflow to ensure the integrity of the original source code:
- Direct Fetch: The system pulls the latest source code from the public repositories at EMIINDO.
- Real-time Wrapping: The bridge processes the project root, ensures the presence of
addon.json, and wraps the contents into a.c3addonZIP structure. - Instant Distribution: Users receive a ready-to-install package for Construct 3 without any modification to the original logic or scripts.
For developers looking to understand the underlying SDK structure or porting process:
- Official Manual: SDK v2 Porting & Documentation
- SDK Reference: Construct 3 Plugin SDK v2 standards.
Transparency is our core principle. This project is a utility tool and does not claim ownership over the addons compiled through this service.
Important
Original Works & Developers: All community addons, original logic, and documentation are credited to their respective owners. You can find the original developer resources, community support, and documentation for every addon at the Construct 3 Official Addon Store: π https://www.construct.net/en/make-games/addons
We provide a suite of free tools to support the Construct 3 ecosystem:
- Public SwapLab: A sign-in-free build service for testing custom addons.
- Details & Discussion: Construct Forum Thread.
- Keystore SwapLab: A dedicated management tool for Android Keystore files, essential for mobile application publishing.
This repository is deployed using Cloudflare Pages for maximum availability and speed.
- DDoS Protection: Secured by Cloudflare & Rate-Limiting Redis.
- Real-time Synchronization: Fetches live data from GitHub API.
- Automated Cleanup: Temporary build files are purged automatically from the bridge server.
This is a public repository under the SwapLab Engine organization. We welcome transparency and community feedback to improve the compilation bridge.
Β© 2025 SwapLab Engine | C3Addon Community Compiler