Loading universe

Solar system overview

Ali Amir — 17-year-old developer from Lebanon

ALI AMIR

SOLAR SYSTEM

Text version of this page — the 3D solar system presented as plain content.

Back to the 3D view

This browser can’t run the 3D view, so here is everything on the page as text.

Ali Amir — Developer

I am a 17-year-old full-stack developer and systems enthusiast from Lebanon, breaking down and building technology from responsive user interfaces down to low-level binaries and custom circuits.

Disciplines

Tech Stack

Languages

Systems & Tools

Projects

Planet FluxThe Screen Recorder

Mobile

A lightweight screen recording app built for old low-end phones that struggle with modern recording tools.

Performance optimization on resource-constrained devices and efficient video capture.

The hard part

The devices this is for are the ones that stall the moment anything heavy runs, so every feature had to be weighed against what it costs the phone while recording.

Highlights

  • Targets old, low-end Android hardware that modern recorders choke on
  • Capture path kept cheap enough to leave the device usable while running
  • Written in Flutter and Dart

Stack

  • Flutter
  • Dart
  • Android
  • Lightweight

Source: https://github.com/rpgoxa/flux

Planet EyeThe AI Detector

Computer vision

A computer vision system for real-time person detection and environmental analysis.

AI object detection models and optimizing visual data processing frames.

Highlights

  • Detects people in a live camera feed in real time
  • Object-detection models run per frame against a streaming source
  • Python computer-vision pipeline

Stack

  • Python
  • Computer Vision
  • AI Models

Source: https://github.com/rpgoxa/person-detection-project

Planet CircuitThe Hardware Core

Embedded

Electronics and microcontroller projects bridging firmware software and physical components.

Hardware logic, embedded systems prototyping, and IoT communication.

Highlights

  • Firmware driving real components rather than a simulation
  • Built on ESP8266 / ESP32 and Arduino boards
  • Devices talk to each other over IoT protocols

Stack

  • Arduino
  • ESP8266/ESP32
  • C++

Source: https://github.com/rpgoxa/arduino-esp

Planet AutomataThe WhatsApp Bot

Automation

Automated workflow utility handling logic, message parsing, and scripting through WhatsApp.

Automation engineering, background task loops, and API webhook integrations.

Highlights

  • Parses incoming WhatsApp messages and acts on them
  • Long-running background loops handle scheduled work
  • Webhook integrations against a messaging API

Stack

  • Node.js
  • Python
  • WhatsApp API
  • Event Scripting

Source: https://github.com/rpgoxa/whatsapp_bot

Planet AbyssThe Reader App

Mobile

Lightweight optimized local digital reading app emphasizing seamless visuals and smooth scrolling.

Interface customization, local file systems, and custom graphical UI design.

Highlights

  • Reads from local files — no account, no network round-trip
  • Scrolling tuned to stay smooth on modest hardware
  • Reading interface designed rather than templated

Stack

  • Mobile Frameworks
  • Asset Pipeline
  • Custom Design UI

Source: https://github.com/rpgoxa/abyss_reader

Planet BootAli's Boot

Android / systems

An Android app for rooted devices that prints logcat and dmesg straight onto the screen while the system boots, so a boot loop or a slow start can be read as it happens instead of guessed at afterwards.

Android system internals, root-level rendering, and getting software to run on hardware it was never tested against.

The hard part

The upstream app renders through a native OpenGL surface, and on some chipsets — a MediaTek Helio A22 among them — EGL simply fails to initialise that early in boot, so the overlay never appears. Rebuilding the renderer on SurfaceControl and Canvas dropped the native EGL dependency and made it work on the devices that needed it most.

Highlights

  • Draws the live boot log over the boot animation, before Android is up
  • Renders through SurfaceControl and Canvas instead of the original OpenGL path
  • Google Play Billing stripped out entirely — every option unlocked, GPLv3
  • Options for transparency, dark background, line count, word wrap and saving to /cache

Stack

  • Android
  • Java
  • Root
  • SurfaceControl
  • Gradle

Source: https://github.com/rpgoxa/ali-s-boot

A fork of Chainfire's LiveBoot.

Planet VantaThe Studio

Studio

VANTA is a creative digital studio for brands that intend to be remembered — websites, identities and interfaces built with uncommon precision.

Art direction and editorial layout, product design and Next.js engineering, interaction design and accessibility, interface motion and WebGL, and Core Web Vitals treated as a deliverable rather than an afterthought.

Highlights

  • Web design — art-directed, editorial marketing sites engineered to feel inevitable
  • Web applications — considered interfaces and robust architecture, built on Next.js
  • Motion as craft, not decoration: interface motion, scroll choreography, 3D and WebGL
  • Performance as a feature — lean, accessible builds that score in the high nineties
  • Quality over quantity, timeless over trendy, partners rather than vendors
  • Named after Vanta Black, which absorbs 99.965% of visible light — strip away every distraction until only the work remains
  • Co-founded with Ali Khafaji. Available for 2026

Stack

  • Next.js
  • WebGL
  • Motion
  • Design Systems
  • Core Web Vitals
  • Accessibility

Site: https://vantadevs.com

Contact