Source-Available Link in Bio Engine

Your Server.
Your Rules.

The flat-file PHP Link in Bio engine that powers MySocials.Info — source-available, zero-database, and portable enough to deploy in minutes.

Self-Host — Coming Soon License & Use Try Hosted Free ↗

What This Is

A link-in-bio engine
built different.

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.

Personal use, internal organizational use, and one public-facing profile or site for your own organization are allowed. If you want to resell it, offer it as a hosted service, roll it out as a platform for others, or otherwise commercialize the software itself, that requires a separate license.

Flat-File Storage
All data lives in JSON files. No database engine, no migrations, no connection strings.
Full Theme Engine
Colors, fonts, background patterns, spacing — fully configurable. Live preview included.
Module System
Links, galleries, and more. Modules are self-contained and swappable.
SaaS Export Compatible
Export your data from MySocials.Info and host it yourself — same engine, no data loss.
Apache / Nginx
Standard .htaccess routing. Runs on shared hosting. No exotic server config needed.
Simple Backups
Your whole site is a folder. Copy it. Zip it. Restore it. Done.

Quick Start

Up and running
in minutes.

Coming soon. The self-host package and install docs are in preparation. Check back here — or try the hosted version in the meantime.

Self-Host vs. Hosted

Own it, or let us
run it for you.

Both options run the same engine. Pick the one that fits your situation.

// Self-Host (this engine)
  • Full data ownership — files live on your server
  • No monthly fee
  • Import directly from a MySocials.Info export — up and running in minutes
  • Customize anything — fork it, extend it, break it
  • You manage updates, backups, and uptime
  • Source-available for personal and internal use
// Hosted at MySocials.Info
  • Zero server setup — live in seconds
  • Free tier available, no credit card required
  • Automatic updates and backups
  • Theme marketplace and community themes
  • Supporter + VIP tiers with extra features
  • Export your data to self-host anytime — or import it back just as easily

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. Changed your mind? Import back just as easily.

Using this at work? Running one public-facing profile or site for your own organization is fine. Franchise, chapter, client, member-platform, commercial redistribution, resale, paid hosted resale, or bundling the software into a commercial product requires a separate license. See License & Use.

Nonprofit or mission-driven organization? Special nonprofit / NFP licensing options are planned worldwide. If you need broader use than the default allowance, reach out.

Architecture

Simple by design.

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.

project layout
mysite/
├── public_html/ ← web root (point your vhost here)
├── engine/ ← core runtime, modules, theme engine
├── _data/ ← all site data (JSON files, outside web root)
├── config/ ← your config.php lives here
└── data/themes/ ← per-site theme configuration