Hosting

Three ways to get a running trip2g instance.

Demo

Try it at simplecloud.2pub.me. It's a free shared instance — no registration, no payment. Just open it and log in with your email.

Good for: seeing how the service works before committing to anything.

Not for: publishing real content. It's a demo environment, not a permanent home for your site.

Managed hosting

Send an email to alexes.dev@gmail.com. I'll install trip2g on your server and get it running. You'll need a server (any VPS works) and a domain.

Good for: people who want their own instance without dealing with setup.

Self-hosting

Read the README and set it up yourself: github.com/trip2g/trip2g

trip2g is a single Go binary with SQLite. No external dependencies. Runs on any Linux server. The README covers installation, reverse proxy setup, and configuration.

Good for: developers who want full control.