Swil.

Projects

From full-stack apps to games and ML experiments — a curated lab of things I've built.

01

Supwils Personal Website + Blog

Featured

A 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.

Fullstack·Nextjs·React·Tailwind + css module
02

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.

Fullstack·Nextjs·React·TypeScript·Tailwind
03

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.

Tauri 2.0·Rust·React·TypeScript·macOS
04

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.

Fullstack·Next.js·React·TypeScript·Tailwind
05

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.

Fullstack·React·Nodejs·Expressjs·MongoDB
06

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.

C++·OpenGL
07

Shoot the 🏀 Web Game

A very simple web game that you can shoot basketballs to the basket.

Html/CSS·Game
08

Dice Game

Python GUI game that simulates a dice game. It has a simple UI and a dice animation.

Python·Game·tag3
09

Vgg-16 based Similar Image Search

A image search system that integrates vgg16 model, solr search engine, data crawler concepts.

Python·Machine Learning