algofunds

Independent · Bengaluru

Small products, shipped and kept running.

A working index of things I have built and keep alive. Private products running on the edge at algofunds.in, plus the tools, extensions, and experiments around them.

9 live on the edge 18 shipped Solo build
01

Selected work

Products in the open, each live at its own address.

  • SHIPPED PRODUCT

    twine

    One private, end-to-end encrypted space for a couple. Plan dates, keep a places wishlist, save photo memories, share a watchlist, and leave little surprises.

    Cloudflare WorkersEnd-to-end encryption
    View project WebiOSAndroid2026
  • SHIPPED PRODUCT

    chat

    Password-protected group chat. Open or closed rooms, PINs, file sharing, desktop and web push, so a message finds you even with the tab closed.

    Cloudflare WorkersDurable ObjectsR2
    View project Web2026
  • SHIPPED PRODUCT

    Kitten

    A personal assistant that stays yours. Tasks, reminders, notes, a daily briefing, and home-screen widgets, all on your own backend.

    Cloudflare WorkersFastAPIPostgres / pgvector
    View project WebiOSAndroid2026
  • SHIPPED TOOL

    CallGuard

    A call-screening system for iOS. Decide who gets through, keep lists of numbers to trust or block, and let the phone check them at ring time with private, encrypted lookups.

    Cloudflare WorkersWorkers KVSwift / SwiftUI
    View project iOSWeb2026
  • SHIPPED TOOL

    Exam Practice Portal

    Practice for computer proficiency exams in English and Hindi. A timed mock that mirrors the real interface, then a plain results report.

    Cloudflare WorkersD1Flutter
    View project WebiOSAndroid2026
  • SHIPPED TOOL

    DSA Vault

    A quiet place to keep data-structures and algorithms practice: problems worked through, patterns, and notes worth coming back to.

    Cloudflare WorkersD1Hono
    View project Web2026
  • SHIPPED DEV TOOL

    lcex

    LeetCode practice with cloud sign-in, so progress follows you across devices. The web companion to the lcex VS Code extension.

    Cloudflare WorkersVS CodeCloud sync
    View project WebVS Code2026
  • SHIPPED GAME

    Fletch

    An arrow-ordering puzzle. Tap an arrow and it flies off the board; tap a blocked one and it crashes. Every order clears the board, so the order itself is the score.

    FlutterDartCloudflare Workers
    View project WebiOSAndroid2026
  • SHIPPED PRODUCT

    Tasker

    A daily task manager. Plan today, check work off, and let whatever you did not finish overspill into the next day instead of vanishing.

    TypeScriptViteFirebase / Firestore
    View project Web2026
02

Tools & extensions

Things I use every day, shipped for other people too.

  • SHIPPED DEV TOOL

    Asymptote

    A VS Code and Cursor extension that statically analyzes the open file and shows the time and space complexity of every function inline, next to its signature. When it cannot prove a bound, it says O(?) instead of guessing.

    TypeScriptVS Code APIStatic analysis
    View project VS Code2026
  • SHIPPED TOOL

    Claude Remote

    Drive Claude Code on your VPS from your phone. Start several sessions at once, watch them work, steer mid-task, approve the risky commands, and get a push when something needs you. It uses your Claude Code subscription login, with no API key.

    FlutterCloudflare TunnelWebSocket
    View project iOSAndroid2026
  • SHIPPED MAC APP

    Calendar Banner

    A macOS menu-bar app that flies an airplane-towed banner across every screen to remind you of a meeting. It reads the system Calendar, so any Google, Zoho, iCloud, or Exchange account already set up is picked up automatically.

    SwiftSwiftUIEventKit
    View project macOS2026
  • BUILDING DEV TOOL

    Conduit

    A VS Code extension that turns .conduit.yaml files into dashboards, fetchers, and explorers. Chain built-in steps, query Postgres or SQLite, download and parse files, sign and inspect JWTs, and render results as tables, trees, or an interactive editor.

    TypeScriptVS Code APIesbuild
    View project VS Code2026
  • SHIPPED DEV TOOL

    Algolify

    A VS Code and Cursor extension for HTML-only DSA lessons stored in .algolify files. A custom editor runs the lessons, with in-page explain and chat generated by AI.

    TypeScriptVS Code APIWebview
    View project VS Code2026
03

Projects

Larger builds, from AI pipelines to a game engine.

  • SHIPPED PRODUCT

    Astra

    A local-first AI task manager. It turns natural language into structured tasks, links related items into a knowledge graph, and keeps everything on a SQLite backend you control.

    Node.jsTypeScriptSQLite + FTS5
    View project Web2026
  • SHIPPED PRODUCT

    Storyboard

    A five-stage AI pipeline that turns a prompt into a comic and a short video. It patches ComfyUI workflows, generates the panels, assembles them, and publishes to Instagram.

    Node.jsExpressComfyUI
    View project CLI2026
  • SHIPPED UE5 PLUGIN

    WorldBuilder

    An Unreal Engine 5 C++ plugin for procedural worlds. Click to lay down roads, then generate buildings along them, all inside the editor.

    C++Unreal Engine 5Splines
    View project Game / UE52025
  • SHIPPED WEB APP

    VehicleAIPlan

    A visualization of autonomous-vehicle decision-making. It renders the decision flow as Mermaid diagrams, backed by Firebase.

    JavaScriptViteMermaid
    View project Web2026
04

Systems & infra

Small building blocks the products lean on.

  • AWS Lambda

    http-relay

    An AWS Lambda that forwards HTTP requests, so a blocked client can leave from AWS instead. Method, headers, body, and binary all pass through untouched.

  • Node · SQLite

    domainsearch

    Finds domains that look premium but register at ordinary price. Generate, DNS prefilter, RDAP verify, price, and rank, all into SQLite with a live dashboard.

  • MCP server

    zoho-sheet-mcp

    A zero-dependency MCP server and Claude skill for Zoho Sheet: list workbooks, query records with criteria, and write safely over the Data API.

    Public repo