About
Three college devs, problems we kept running into, tools to fix them.
AiLane is a small collection of free AI tools built by three college devs in Mumbai — Siddharth Gholap, Jay Gadekar, and Aryan Banafal — working on it together in whatever hours college leaves us. It exists because the AI tool space has been pulled in a particular direction — credit-card walls, "free trial" countdowns, modal popups asking for an email before you've even seen the product — and there's a different way to do it that's worth proving out: tools that work like a calculator. Open, use, leave.
Why no signup
Most signup walls aren't there for product reasons. They exist to collect emails for marketing funnels, build retention dashboards, and grow login-based metrics that look impressive in a fundraising deck. None of those are reasons that make a tool better for the person using it. If a tool genuinely needs an account — say, for saving state across sessions — that's different, and we'd build it. For an image upscaler, you don't. So we don't ask.
How AiLane is funded
Hosting and compute aren't free. AiLane is funded entirely through Google AdSense display ads on this site and (eventually) on individual tool pages. We don't sell user data, run sponsored content, or take affiliate deals. The bargain is straightforward: you see a few ads, the tools stay free, and that's the entire business model.
How we build
Everything in the lane is built collectively. There's no "Siddharth's tool" or "Jay's tool" or "Aryan's tool" — every product goes through all three of us, from the half-baked idea on a group chat, to the design, to the code, to the deploy. Slower than a solo build, but the things that ship are sharper for having survived three opinions. AiLane isn't a company; we're not raising; nobody has a title. It's a shelf the three of us put things on when they're ready.
The stack (in case you're curious)
AiLane itself is a static Astro site served from Vercel's CDN — it's fast because there isn't really anything to it. The actual AI tools have varying architectures depending on what they do. Upskale, for example, runs Real-ESRGAN on a consumer-grade NVIDIA GPU; the inference happens on a Mumbai-based machine and a Cloudflare tunnel routes browser requests in. Vscape (in development) is a VSCode extension. Loom (in development) runs in the browser. Each tool's tech is documented on its own page.
What's next
The roadmap is short and honest: ship the two tools currently marked "Coming Soon" (Vscape and Loom), then add roughly one new tool per quarter — only when there's an actual itch to scratch, not because a content calendar says so. Tools that don't get used get retired. Nothing here is built to grow at all costs; the goal is for each individual tool to be the best small free version of itself.
Get in touch
Bug reports, feature ideas, broken links, or just to say hello: tryailane@gmail.com. The inbox is shared between the three of us — whoever sees it first replies. Expect a response within a few days.