My Projects

Route Planner
Blazingly fast and minimalistic route planning web app, inspired by Strava. Create, manage and share your routes with friends through an interactive map interface. Written in Solidjs and Rust.

FileGPT
Upload your PDF/MP3 files and chat with its contents. Data is converted into embeddings and stored in Pinecone, queries are made with the help of OpenAI and Langchain. Reactive UI made with Solidjs.

SQL Visualiser
Converts your SQL DDL statements into models and diagrams. Easily visualise and organise entity attributes and relationships. Includes a built-in code editor and an interactable diagram view with the use of React Flow.

Multiplayer Wordle
Compete in Wordle with your friends. Both players receive the same word, and can see the progress of the other player. Realtime communication made possible using websockets.