Bismit Panda

Projects

A showcase of my work, featuring web applications, design projects, and experiments.

Web Projects

01

Open Admits

A polished Next.js landing page enriched with a Sanity-driven blog CMS, positioning Open Admits as a high-touch Ivy League admissions consultancy. Showcases AI-powered evaluations, mentorship from elite alumni, strategic extracurricular and research planning, mock interviews, and task tracking—all underpinned by insightful blog content.

Next.jsReactTypeScriptTailwind CSSSanity CMS+1 more
View Project
Open Admits
02

Open Venture

An all-in-one U.S. concierge service site offering visa assistance, housing, tax filing, incubator support, media services, and EB-5 loan programs to ease immigrant transitions.

Next.jsReactTailwind CSSTypeScriptShadcn/UI+2 more
View Project
Open Venture
03

Portfolio

A portfolio website for me.

Next.jsshadcn/uiReactTypeScriptTailwind CSS+1 more
View Project
Portfolio
04

ShoutStart

A Next.js + Sanity-powered PR platform that guides users through the process of writing, submitting, refining, publishing, and amplifying press releases across high-authority channels. The site highlights complementary services such as book publishing, awards recognition, LinkedIn growth, and podcast features—managed through a CMS for seamless content updates.

Next.jsReactTypeScriptTailwind CSSShadcn/UI+1 more
View Project
ShoutStart
05

Terrabridge

A financing portal enabling investors to access the EB-5 Green Card program with half the capital, complete with loan comparisons, process timelines, and due-diligence downloads.

Next.jsReactTypeScriptTailwind CSSNode.js+1 more
View Project
Terrabridge

Other Projects

These projects focus on computer science fundamentals and systems programming. They're available on GitHub for code review and educational purposes.

Monkey

Monkey

An interpreter/compiler for the Monkey language as presented in Thorsten Ball’s books, extended with extra built-in functions and VM introspection utilities.

Go
Panda

Panda

This is a toy interpreter for the panda programming language, featuring both an AST tree-walker evaluator and a compiler + VM architecture. It’s inspired by the Monkey language implementation in Go.

Rust
Pass Manager

Pass Manager

A command-line password manager written in Rust. It securely stores passwords using AES-256-GCM encryption, with the encryption key provided by the user.

Rust
Steg

Steg

A Rust library for simple image steganography, hiding messages in images.

Rust
VFS

VFS

A “Very Fast and Secure” virtual filesystem in Rust with compression and encryption.

Rust
Athena

Athena

A platform for hosting CTFs with a focus on security and scalability.

ReactNext.jsTailwind CSSTypeScriptNode.js+4 more
LOX

LOX

Lox is a C-based implementation of a programming language following the Compiler + VM architecture, directly inspired by crafting interpreters.

CCMakeGMP/MPFR/MPCPCRE2SQLite
SFS

SFS

A TypeScript sandboxed file system for browser-based demos and tutorials.

TypeScript
Sudoku Solver

Sudoku Solver

A Sudoku puzzle solver implemented in Rust, utilizing Crook's algorithm. This project showcases algorithmic problem-solving skills and proficiency in Rust programming.

Rust
Planr

Planr

Planr is a modern planning and task management application designed to help users organize their projects and workflows efficiently. The tool provides an intuitive interface for creating, managing, and tracking tasks across different projects and contexts.

BunTypeScriptNext.jsReactTailwind CSS+19 more
Port Assigner

Port Assigner

A professional CLI tool for managing port assignments across multiple projects. Keep your development environment organized by assigning unique ports to each project and service, preventing conflicts and maintaining separate session tokens. Supports multiple services per project, port ranges, conflict detection, and automatic environment file injection.

RustCLI