Bismit Panda

Projects

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

Web Projects

01

EB5 Loan

A sleek Next.js landing page integrated with a Sanity-powered blog CMS, delivering a compelling narrative around a $400K-upfront EB-5 loan solution. Showcases dynamic cost-savings comparisons, fully-compliant financing details, investor benefits (like faster work authorization, institutional-backed projects), and seamless expert engagement via Calendly-embedded calls to action.

Next.jsReactTypeScriptTailwind CSSNode.jsSanityShadcn/UI
View Project
EB5 Loan
02

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 CMSShadcn/UI
View Project
Open Admits
03

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/UISanityConvertKit
View Project
Open Venture
04

Portfolio

A portfolio website for me.

Next.jsshadcn/uiReactTypeScriptTailwind CSSNode.js
View Project
Portfolio
05

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/UISanity
View Project
ShoutStart
06

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.jsShadcn/UI
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.jsPostgreSQLRustDockerRedis
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