Your Code, Your Rules
There's a dirty secret in the software tools industry: many platforms make it easy to start but hard to leave. Your data gets tangled up in proprietary formats. Your workflows depend on custom features that don't exist elsewhere. One day you realize you're stuck.
Eldrin is built on the opposite principle: you should be able to leave anytime, and take everything with you.
Standard Technology, No Tricks
The code Eldrin generates isn't some custom format that only works inside our tool. It's standard web technology — the same kind of code that millions of developers write every day.
Your app runs on Cloudflare Workers, one of the most widely used platforms for web applications. The frontend uses React, the most popular framework for building user interfaces. The backend uses Hono, a lightweight framework that works everywhere.
If you hired a developer tomorrow and showed them your Eldrin project, they'd recognize everything immediately. There's nothing proprietary to learn, no special syntax to decode, no Eldrin-specific magic that breaks without our tool.
Your Files, Your Folder
Every project lives in a regular folder on your computer. Inside, you'll find organized files — the kind any developer would create. HTML, CSS, JavaScript, configuration files, a package manifest listing the libraries used.
You can open these files in any text editor. You can copy the folder to a USB drive. You can email it to someone. The project doesn't need Eldrin to exist.
Version Control Built In
From the moment you create a project, Eldrin tracks every change using Git — the same version control system used by virtually every software team in the world.
This gives you a complete history of your project. But more importantly, it means your project is already set up for collaboration. Push it to GitHub, GitLab, or any Git hosting service. Hand it off to a developer who can continue where Eldrin left off.
There's no export step. No conversion process. It's already in the format the rest of the world uses.
Deploy Anywhere
Eldrin makes it easy to deploy to Cloudflare with one click. But that's a convenience, not a requirement.
Your app is a standard Cloudflare Workers project. You can deploy it using Cloudflare's own tools. You can modify it to run on other platforms. The code doesn't phone home to Eldrin or depend on our servers to function.
Once deployed, your app runs independently. If Eldrin disappeared tomorrow, your app would keep working without missing a beat.
Why This Matters
Vendor lock-in is a tax on your future self. It limits your options, increases your costs, and puts you at the mercy of someone else's business decisions.
We don't want that relationship with you. We want you to use Eldrin because it's the best way to build your app — not because you're trapped.
Your code. Your rules. Always.