Skip to content
View Sharann-del's full-sized avatar

Block or report Sharann-del

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sharann-del/README.md

Sharann Manojkumar

Portfolio Resume LinkedIn X Email

01 — whoami

I'm a third-year Computer Science student at Vellore Institute of Technology, Chennai, building across the full stack — SwiftUI interfaces, React frontends, PostgreSQL schemas, Node.js backends, and CLI tooling that runs entirely in the terminal.

Drawn to projects where design meets data — keyboard-driven personal operating systems, drone-powered land analytics, AI terminal assistants. Clean architecture and user experience in equal measure.

focus     iOS & Mobile · Full-Stack Systems · Terminal UI / CLI · AI-integrated architectures
status    open to internships, freelance, and collaboration
clubs     iSpace Club — Web & App Development department

02 — system map

Ten projects, four platforms, one pipeline. Every node is a real, working system.

System map

now

03 — projects


Kern

A keyboard-driven personal data OS. Schema-free JSONB storage, Monaco editor views, live integrations with GitHub, Notion, Calendar, Linear, and RSS feeds. Ships an MCP server for AI interaction with your personal data.

React TypeScript PostgreSQL Supabase MCP

live ↗ · code


Cosmos

An AI chatbot that lives in your terminal. 25+ free models via OpenRouter, cloud-synced chat history across devices, file attachments, rich Markdown output — free forever, installable in one command.

Node.js OpenRouter TUI Supabase

live ↗ · code


Landroid

Drone imagery → land intelligence. FastAPI backend ingests orthomosaic GeoTIFFs and derives NDVI-based insights, plant health zone maps, tree count estimations, and overlay PNGs. Supabase + PostGIS for spatial data.

Flutter FastAPI Python Supabase PostGIS

code


Student Dashboard

One app instead of five broken portals. Unified academic platform for VIT students — attendance tracking, timetable management, and planning tools consolidating fragmented institutional systems into a single interface.

React Node.js TypeScript PostgreSQL

code


Arbor

Problem-solving as a tree. Every node is a task or sub-problem. Recurse down, solve, backtrack — structured reasoning and AI-assisted thinking organized visually with React Flow.

React TypeScript React Flow OpenAI API

code


NotionWidgets

Notion databases on your home screen. Native iOS app that connects to Notion databases and renders custom home screen widgets — schedules, tasks, academic events. Smart filtering, widget-first design.

Swift SwiftUI WidgetKit Notion API

code


Planner

Scheduling and focus, native. Productivity-focused planner in SwiftUI — task scheduling, deadlines, prioritization, and clean visual organization for students and developers who want structure without clutter.

Swift SwiftUI Core Data

code


Lobe

Personal knowledge OS for the web. Organize thoughts, projects, and life in one place — rich documents, databases, calendar views, kanban boards, and a full mind map of everything you've built.

TypeScript React PostgreSQL

code


Billing System

Full-stack invoicing platform. Dynamic customer sales, multi-product invoices, automatic totals, structured backend storage. JSONB-based PostgreSQL schema, JWT role-based access across admin/franchise/cashier tiers. Built at GeoPacific Solutions.

Node.js TypeScript PostgreSQL Express Handlebars

code


TerminalType

Monkeytype for your terminal. Real-time WPM and accuracy tracking, instant feedback, and a distraction-free TUI — for developers who want typing practice without leaving the CLI.

Node.js JavaScript TUI CLI

code



04 — telemetry

Telemetry

GitHub stats Top languages Contribution graph

05 — the route

Timeline

2025 MAR – JUL   GeoPacific Solutions · Billing System Developer Intern · Chennai

  + Designed a JSONB-based PostgreSQL schema for flexible product storage and dynamic
    invoice generation, reducing schema migration overhead.
  + Built role-based access with JWT authentication — admin, franchise, cashier workflows.
  + Developed RESTful APIs in Node.js and Express covering invoice lifecycle, inventory
    updates, and reporting endpoints.
  + TypeScript-first codebase with type safety across all data models and API contracts.

2024 – present   VIT Chennai · B.Tech Computer Science · Full-Stack & iOS Track
                 iSpace Club — Web & App Development department

06 — stack

languages   Swift · TypeScript · JavaScript · Python · Dart · C++
mobile      SwiftUI · WidgetKit · Core Data · Flutter
web         React · Next.js · Node.js · Express · Tailwind
data        PostgreSQL · Supabase · FastAPI · PostGIS · JSONB
ai          MCP servers · OpenRouter · OpenAI API · AI-native architectures
terminal    TUI / CLI · Node.js blessed · keyboard-driven workflows
tooling     Git · Docker · Figma · Notion · Postman · Neovim

status

Pinned Loading

  1. Cosmos Cosmos Public

    A full AI chatbot that lives right in your terminal — with 10+ free models via OpenRouter, cloud-synced chat history, file attachments, and rich Markdown output. Fast, flexible, and built for your …

    Makefile 3

  2. terminaltype terminaltype Public

    A terminal-based typing test inspired by Monkeytype, built for developers who love the CLI. Features real-time WPM and accuracy tracking, smooth instant feedback, and a clean, distraction-free TUI …

    JavaScript

  3. Arbor Arbor Public

    A web application that visualizes problem-solving as a hierarchical tree structure. Each node represents a task or sub-problem, enabling structured reasoning, backtracking, and iterative refinement…

    TypeScript

  4. NotionWidgets NotionWidgets Public

    A native iOS app that connects to Notion databases and renders custom widgets such as schedules, tasks, and academic events. Built to provide fast, glanceable information with smart filtering, clea…

    Swift

  5. Student-Dashboard-WP Student-Dashboard-WP Public

    Student Dashboard is designed to eliminate fragmentation across platforms like VTOP, LMS, and personal planning tools. It provides a single interface where students can track academics, manage task…

    TypeScript

  6. Landroid Landroid Public

    Landroid is a land management platform that uses drone-captured orthomosaic imagery (GeoTIFF) as the primary data source. A FastAPI backend processes this imagery to derive NDVI-based insights, pla…

    Dart