TextRelay
A lightweight tool for quickly sharing text or code snippets between restricted environments using a short ID.
The Problem
Sharing small pieces of text or code between devices is often slower than it should be, especially when you just need a quick, no-setup solution.
Approach
Built a minimal web-based tool that allows users to paste text, generate a short ID, and retrieve it from another system. Used PHP with file-based storage to keep the system simple, fast, and deployable on basic hosting without a database.
My Role
Designed and built the entire tool with a focus on simplicity, fast access, and minimal dependencies, ensuring it works reliably even in constrained environments.
Outcome
Delivered a fast and practical utility for quickly sharing snippets across devices without setup overhead, improving everyday developer workflow.