Hello, I'm

BS Applied AI & DS  |  IIT Jodhpur  |  LeapStart School of Technology

Building strong foundations in technology
to shape a smarter future.

scroll
7+
Programming Languages
3+
Live Projects
20+
AI Tools Explored

Quick Navigation

Explore My Portfolio

About Me Who I am, my story & what drives me Ctrl + 2 Education IITJ, LST & my journey timeline Ctrl + 3 Projects Honey, PlayHub, Lexis & more Ctrl + 4 Tech Stack Languages, tools & AI platforms Ctrl + 5 >_ Terminal Interactive CLI — try it out! Ctrl + 6 Contact Let's connect & collaborate Ctrl + 7

Open Source

GitHub Activity

broskell contributions in the last year
View on GitHub
GitHub Contribution Chart
Learn how we count contributions
Less
More

Live activity from github.com/broskell

profile.js
const profile = {
  name:        'Saathvik Kellampalli',
  role:        'Student · Tech Enthusiast · Builder',
  education:  ['IIT Jodhpur', 'LeapStart School of Technology'],
  skills:     ['Python', 'JavaScript', 'PostgreSQL', 'Linux', 'TailwindCSS'],
  cgpa:        9.75,
  hardWorker:  true,
  quickLearner:true,
  hireable:   function() {
    return this.hardWorker && this.skills.length >= 5;
  }
};