Shynet screenshot thumbnail

Shynet

Get ready to send those old-school analytics tools packing, because Shynet is here to revolutionize your data game! This open-source analytics maestro is like a privacy-loving ninja, delivering the lowdown on your website's traffic without creeping on individual users' digital footprints. Shynet's all about the big picture, serving up aggregated insights and trendsetting data that help you get chummy with your website's user dynamics. With features that are hotter than a server room in July, including real-time stats, session recon, and a nifty primary key integration, Shynet's got your back whether you're tracking clicks or counting conversions. And for those of you riding the single-page app wave, fear not! Shynet's got the chops to keep up with your page-hopping users, ensuring your data's as accurate as a Swiss watch. Fancy managing a digital empire? Shynet lets you set up multiple services, each with its own secret agent-style tracking script. Plus, with an API slicker than a greased otter, you can tap into your dashboard's brain from anywhere, anytime. So whether you're a mom-and-pop shop with big dreams, a code whisperer, or a data detective, Shynet's your go-to for making smart, informed website decisions. And hosting it on RepoCloud? That's like having your own digital butler, serving up top-notch hosting without burning a hole in your wallet. So why wait? Give your website the analytics hero it deserves, and let Shynet and RepoCloud be your dynamic duo!

Deploy
DomainMod screenshot thumbnail

DomainMod

Get ready to wrangle your web wonders with DomainMOD, the open-source superhero for domain management! Imagine a digital Swiss Army knife that helps you keep tabs on your domains, SSL certificates, and all those internet treasures in one nifty spot. With DomainMOD, you can update a whole herd of domains faster than a speeding bullet, thanks to the Bulk Domain Updater. And for the data-hungry, the Data Warehouse feature is like a candy store, letting you import and analyze data from your WHM web servers. It's as mobile-friendly as your favorite superhero sidekick, so you can manage your digital empire from the palm of your hand. Plus, DomainMOD is like a privacy fortress, guarding your precious data from prying eyes. Host it on RepoCloud, and you'll save a bat-load of cash compared to those other cloud hosts. It's time to take control of your internet assets with style and a smile!

Deploy
CyberChef screenshot thumbnail

CyberChef

GCHQ open-sourced its "Cyber Swiss Army Knife", and CyberChef became the web app security analysts, incident responders, and CTF players reach for when data needs decoding, decrypting, or dissecting. Its interface is four panes: paste or drag input (files up to 2GB), search a categorized library of hundreds of operations, drag them into a recipe with arguments, and read the output. Operations span Base64, hex, and XOR encoding; AES, DES, and Blowfish encryption; classical ciphers from Caesar to Railfence; hashes and checksums; compression; regex and string extraction of IPs, domains, and URLs; timestamp conversion; and parsers for IPv6, X.509 certificates, and more. Recipes chain arbitrarily - convert from a hexdump then decompress, decrypt AES pulling the IV from the cipher stream, or let the Magic operation auto-detect several layers of nested encoding. Auto Bake re-runs the recipe live as input or arguments change, Step executes one operation at a time for debugging, and flow control (forks, subsections, registers) applies different operations to different parts of the data. Recipes save to files or share as URLs encoding the full pipeline. Crucially, CyberChef is entirely client-side JavaScript - nothing uploads anywhere - and self-hosting guarantees an unmodified copy inside your own network, where malware artifacts belong.

Deploy
SQL Chat screenshot thumbnail

SQL Chat

Describe what you want in plain language and get real SQL against your real schema: SQL Chat is an open-source, chat-based SQL client from the Bytebase team. Instead of writing queries in a traditional editor, you connect a database and describe what you want in plain language; the AI reads your schema automatically, generates SQL that references real table and column names, executes it, and returns tabular results in the conversation. Follow-up messages refine the query, so exploration becomes a dialogue - narrow a result set, add a join, change an aggregation - without retyping statements. It supports MySQL, PostgreSQL, SQL Server, TiDB Cloud, and OceanBase from one interface, and covers modification as well as reads: insert, update, and delete operations phrased conversationally. Built with Next.js and TypeScript, it deploys as a single stateless Docker container in single-user mode - connection profiles live in the browser, so there is nothing server-side to maintain. A custom AI endpoint setting routes inference through any OpenAI-compatible API, including self-hosted models, and an optional database-backed mode adds accounts and quotas for offering the tool to a team. MIT-licensed.

Deploy