Skip to content

UltronTheAI/UltronTheAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

100 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Swaraj Puppalwar | UltronTheAI

πŸ‘‹ About Me

Hi, I'm Swaraj Puppalwar, a Full-Stack Web Developer and the Founder & CTO of Lioran Group. I started my journey in tech at the age of 11, driven by curiosity and a deep interest in how software systems work under the hood. Over the years, that curiosity matured into a strong focus on backend engineering, system architecture, and building production-grade platforms.

Rather than chasing trends, I aim to be a reliable, systems-oriented full-stack engineerβ€”someone who writes clean, maintainable code and designs systems that can evolve and scale without collapsing under complexity. Today, I actively build and operate real-world products while leading the technical vision at Lioran Group.


πŸ’Ό Role & Focus

  • πŸ‘¨β€πŸ’» Professional Full-Stack Web Developer
  • 🧠 Founder & CTO @ Lioran Group β€” system design, architecture & infrastructure
  • 🌐 Strong focus on backend systems, APIs, cloud-native platforms & scalability
  • πŸ§ͺ Building, shipping, maintaining & iterating on real products
  • 🀝 Open to collaboration, open-source contributions & engineering discussions

πŸ“Š Platform Metrics (Live & Real Usage)

  • ✍️ Post-Acle β€” ~100 monthly active readers

    • 🌍 Users from India, USA, China, and other regions
    • πŸ“ˆ Consistent returning readers
  • 🌐 Vortexly (Private)

    • πŸ‘₯ Used by 23 friends
    • 🟒 17 active users
    • πŸ“ 98 posts & πŸŽ₯ 16 reels shared
  • πŸ“Š Hushar Spreadsheet (MVP)

    • 🏫 Used by 11 teachers across 1 school
    • πŸ’° Generating β‚Ή1,000 – β‚Ή5,000/month in profit
    • πŸš€ Actively evolving based on real teacher feedback

πŸ’» Tech Stack

Frontend

  • React, Next.js
  • React Native (mobile apps)
  • Performance-focused UI architecture

Backend

  • Node.js, Express.js
  • TypeScript-first architecture (all major platforms)
  • RESTful API systems

Databases

  • MongoDB
  • PostgreSQL
  • Custom document database (LioranDB)

AI & Data

  • LangGraph-based agent systems
  • Groq.com hosted LLMs
  • Python (support tooling & data pipelines)

DevOps & Infrastructure

  • Docker, Kubernetes
  • Nginx, PM2
  • CI/CD pipelines
  • Git & GitHub

πŸ—οΈ Lioran Group – Internal Infrastructure

All major products are powered by in-house infrastructure, designed and architected by me:

  • πŸ—„οΈ LioranDB β€” Custom lightweight document database
  • πŸ” Lioran Auth β€” Authentication & authorization system
  • ☁️ Lioran Bastion β€” Secure storage & asset management layer
  • πŸš€ Lioran Deployments β€” Automated CI/CD pipelines
  • ☁️ Lioran Cloud Services β€” Compute, storage & internal tooling

This approach provides full control over security, performance, cost, and long-term scalability.


🧠 Engineering Philosophy

  • ✨ Clean, readable code over unnecessary abstraction
  • 🚒 Learn by shipping, failing, and iterating
  • 🧩 Systems that are simple today, scalable tomorrow
  • 🎯 Solve real problems for real users

πŸš€ Featured Projects

Each project below represents real-world learning, usage, and architectural decisions. System designs are shown using text-based diagrams.


🌐 Vortexly

Tag: Private Started: March 2025 Status: Actively used (private network)

A private social media platform built for meaningful and distraction-free interaction among close connections.

  • πŸ‘₯ 23 total users
  • 🟒 17 active users
  • πŸ“ 98 posts
  • πŸŽ₯ 16 reels

πŸ”— Preview Image: πŸ‘‰ View Vortexly Preview

🧩 Vortexly – Backend System Design (TypeScript)

[ Clients (Mobile/Web) ]
          |
          v
     [ Load Balancer ]
          |
   -------------------
   |                 |
[ API Server 1 ]  [ API Server 2 ]   (Node.js + TypeScript)
          |
          v
     [ Kafka Producer ]
          |
     [ Kafka Broker ]
          |
     [ Kafka Consumer ]
          |
     [ Worker Service ]
     (Emails, Notifications)
          |
   ---------------------------
   |                         |
[ LioranDB ]          [ Lioran Bastion ]
(Document DB)        (Media Storage)

🎨 Vortexly – Frontend System Design

[ React Native App ]
        |
        v
[ RESTful API Layer ]
        |
[ Vortexly Backend Services ]

πŸ“š eBookAura

Tag: Private Started: April 2025 Status: ❌ Closed

A digital e-book reading platform focused on clean UI and reading experience.

Why it failed:

  • Lack of consistent new content
  • Domain & sustainability issues

This project provided important lessons in content strategy, maintenance cost, and long-term product viability.

πŸ”— Preview Image: πŸ‘‰ View eBookAura Preview


✍️ Post-Acle

Tag: Public Started: May 2025 Status: Live

A lightweight blogging platform where I document engineering thoughts, experiments, and long-term learnings.

  • πŸ‘€ ~100 monthly active readers
  • 🌍 Readers from India, USA, China & more
  • πŸ” Strong retention among early users

πŸ”— Preview Image: πŸ‘‰ View Post-Acle Preview


πŸ’° SaaS Products

πŸ“Š Hushar Spreadsheet

Tag: Private (MVP) Started: July 2025 Status: Early revenue

An AI-powered spreadsheet & school data system built for Zilla Parishad teachers, converting natural-language input into structured data using LLM agents.

  • 🏫 Used by 1 school
  • πŸ‘©β€πŸ« 11 active teachers
  • πŸ’° β‚Ή1k–₹5k monthly profit

πŸ”— Preview Image: πŸ‘‰ View Hushar Spreadsheet Preview

🧩 Hushar Spreadsheet – Backend System Design (TypeScript)

[ Users ]
    |
    v
[ Load Balancer ]
    |
--------------------
|                  |
[ API Server 1 ]  [ API Server 2 ]
(Node.js + TypeScript)
    |
    v
[ Worker Service ]
(Emails, Payments, Logs)
    |
---------------------------
|            |            |
[ LioranDB ] [ Payments ] [ Logs ]

[ LangGraph Agent ]
      |
[ Groq LLM Models ]

🎨 Hushar Spreadsheet – Frontend System Design

[ Users (Browser) ]
        |
        v
     [ CDN ]
        |
   [ Load Balancer ]
        |
   ------------------
   |                |
[ Next.js Server 1 ] [ Next.js Server 2 ]
        |
        v
[ REST API Backend ]

πŸ“Œ Connect With Me


I focus on becoming a better engineer and CTO every day by building real systems, owning infrastructure, learning from failures, and improving through execution.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •