Open Source Engine
The flat-file PHP engine that powers MySocials.Info — open source, zero-database, and portable enough to unzip and host in minutes. No cloud required. No lock-in.
What This Is
Most link-in-bio tools are rented. This one is owned. MySocialsInfo is a full-featured engine — themes, modules, galleries, link management — stored entirely as flat JSON files. Drop it on any PHP host. Back it up with a zip. Move it with an FTP client. No Postgres. No Redis. No vendor to disappear on you.
It's the same core that runs the SaaS at MySocials.Info, extracted and packaged so you can self-host the whole thing or export your data from the SaaS and run it yourself tomorrow.
Quick Start
Prefer a zip? Download the latest release from the GitHub releases page, unzip into your web root, and you're done. No build step. No package manager.
Self-Host vs. Hosted
Both options run the same engine. Pick the one that fits your situation.
Not sure which to pick? Start at MySocials.Info for free — no commitment. If you ever want to move to self-hosted, export your data and you're running the same engine five minutes later.
Architecture
The engine follows a clean layout with no magic directories. Everything has a clear home — data, templates, and logic are separated from the web root.