Projects
From full-stack apps to games and ML experiments — a curated lab of things I've built.
Supwils Personal Website + Blog
FeaturedA nextjs based personal website with blog features. Showcaseing basic info, expeiences, projects, and a blog section. Then rest would be a custom section that inplements my ideas and creativity.
LLM Attack Lab | LLM Attack and Security Evaluation Platform
A platform for LLM security research and evaluation. It includes visualization of experiment results, comparison of attack strategies, analysis of failure modes, and knowledge base content. It also provides reproducible experiment scripts and data structures.
SwilClip
A minimal, keyboard-first clipboard manager for macOS. Frosted-glass panel, up to 50 entries, zero dock footprint. Summon with Cmd+Shift+V, paste instantly with Enter.
S-News | Local-First Daily News Desk
A local-first multi-topic daily news reader. Cursor-generated reports (general, finance, AI/tech, etc.) are stored as Markdown in NEWS/; this Next.js app lets you browse by date and topic, search titles and summaries, and read full reports with dark/light theme. No cloud—data stays on your machine, versionable and scriptable.
Web Social Media Platform
A fullstack web app with modern social media features like login, post, comment, follow, etc. Seprated frontend and backend. Followed Test Driven Development approach. Used Jest for testing.
Solar System Simulator
A windows application that simulates the solar system. It has 3D models of the planets and the sun. It also has a camera that can be moved around the system.
Shoot the 🏀 Web Game
A very simple web game that you can shoot basketballs to the basket.
Dice Game
Python GUI game that simulates a dice game. It has a simple UI and a dice animation.
Vgg-16 based Similar Image Search
A image search system that integrates vgg16 model, solr search engine, data crawler concepts.