Active Deployments
A registry of public builds, automation tools, and SaaS platforms engineered by Stuck Cog.
Project Kymera
Project Kymera is an automated content creation tool designed specifically for streamers to help them grow their channels with minimal effort. It focuses on turning Twitch clips into viral content by automatically stitching together top-performing clips into montages. This eliminates the need for hours of manual video editing in software like Premiere, allowing content creators to focus on streaming while the tool handles the post-production process. The platform streamlines the workflow into three simple steps: connecting Twitch and YouTube accounts via secure OAuth, generating montages based on smart curation (filtering by views and dates), and uploading the final product directly to YouTube Shorts with a single click. By utilizing GPU-accelerated workers for instant rendering and offering direct integration with YouTube Studio, Project Kymera aims to provide a "hands-off" growth strategy for modern streamers.
deploy_wp
deploy_wp is a Python-based automation tool designed to streamline the often tedious process of deploying WordPress on Linux servers. By wrapping the manual steps of setting up a LAMP stack—such as database creation, user permissions, Apache virtual host configuration, and the WordPress core installation—into a single executable, it significantly reduces setup time and minimizes the risk of configuration errors. The tool operates using a modular architecture, with specific scripts dedicated to handling database interactions (setup_db.py), system user management (setup_user.py), and web server routing (apache_conf.py). To use it, an administrator simply runs the main script and provides a DNS hostname and username. The system then leverages wp-cli and Jinja2 templates to provision the entire site environment automatically, making it an ideal solution for developers who need to spin up staging or production sites quickly without heavy DevOps infrastructure.