Junior at North Creek High School in Bothell, WA. I build full-stack apps, research PostgreSQL replication, lead student organizations, and play the violin. This whole site is one big database — go ahead and query it.
Every section of this site is a table. Click one to query it.
I'm Rithvika Devisetti, a high school junior from Bothell, Washington. Most people meet databases in a textbook; I met them while building things — and I never really left. What started with a GPA-calculator web app for an FBLA competition turned into full-stack platforms, research automation for a University of Washington lab, and eventually independent research on PostgreSQL logical replication.
I love the moment when a messy real-world problem turns into a clean schema — when "we need to track businesses, reviews, and bookings" becomes tables, relations, and constraints that just work. That same instinct for structure shows up everywhere: in the nonprofit I founded, in the honor society I lead, and even in orchestra, where sixty musicians somehow commit one transaction of sound together.
Outside of code, I care a lot about people. I founded Mind Mission, a student-run nonprofit for mental health awareness, and I serve as Western Regional Director for Address Teen Stress. Technology is my favorite tool — community is the reason I build.
Full source and more experiments at github.com/rithvika1221.
Predictive modeling of PostgreSQL logical replication lag under high-throughput workloads. Controlled workload experiments, large-scale metric ingestion, and a model that predicts when replicas fall behind — before they do.
A local business discovery platform: search, reviews, favorites, bookings, AI chatbot support, owner dashboards with analytics, and admin approval workflows — database-driven with SSR and secure auth.
Automated energy-assessment reporting for UW's Industrial Assessment Center. JavaScript + Apps Script pipelines to search, clean, and summarize industrial data — supporting 50+ professional reports.
An interactive storytelling web app where users shape their own adventure through dynamic choices — custom branching-narrative logic with an immersive, user-tested interface.
A GPA calculator web app with AI features that helps students track academic performance — built for FBLA and refined through rounds of real user feedback.
Creative coding projects built with JavaScript and p5.js through Girls Who Code's Summer Immersion Program and competitions, with mentorship from industry engineers.
How I got here — every step feeds the next one.
This prompt is real. Try \dt, \d projects, or a SELECT.
help · \dt · \d <table> · SELECT * FROM <table>; · SELECT gpa FROM academics; · \q