GRAVIET

Projects

Things I've built

Annex

Featured

A validation landing page for a curated network of extraordinary industrial and commercial workspaces. Annex helps startups and growing businesses discover flexible space inside hangars, warehouses, workshops, and industrial campuses built for teams doing real work.

Next.jsTypeScriptTailwind CSSLanding PageMarketplace

TopPrompt

Featured

A platform for developers to discover, rank, and share battle-tested AI prompts. Engineered as a Turborepo monorepo featuring a Next.js web application and a Plasmo Chrome extension, powered by PostgreSQL and Drizzle ORM.

Next.jsTypeScriptPostgreSQLPlasmoTurborepo

OhSheet

Featured

An automation service that synchronizes upcoming Canvas assignments into a single, collaborative Google Sheet. Powered by a Python/FastAPI backend with Redis, and features a React/Vite frontend for streamlined setup.

PythonFastAPIReactRedisGoogle Sheets API

Thread Pool Management System

Featured

A custom C++20 thread pool implementation built from scratch as a systems programming learning project. Features a thread-safe task queue, worker thread management, and concurrent execution using modern concurrency primitives.

C++20CMakeConcurrencySystems Programming

Helix

Featured

Self-extending AI agent that identifies missing capabilities and writes, containerizes, and deploys its own microservices. Features a Skill Factory using FastAPI and Jinja2 with a multi-provider agent loop and Telegram bot for real-time task management.

PythonDockerFastAPIAnthropic APIPydantic

Code Quintet

Featured

LLM ensemble system that generates five distinct code variants for a single task and benchmarks them in parallel using Daytona sandboxes against HumanEval datasets. Includes a Variant Marketplace for hot-swapping prompt strategies.

PythonDaytona SDKOpenAI APIHumanEval

PolySandbox

Featured

Backend-agnostic API to run and evaluate code across Daytona, E2B, and Docker through a single interface. Features a normalization layer for cross-sandbox metrics and a Streamlit dashboard for visual benchmarking.

FastAPIStreamlitDockerE2BDaytona

infertrace

Featured

High-throughput monitoring layer for ML models inspired by distributed tracing systems like Jaeger. Uses Go and gRPC for low-latency telemetry with a Go-Python bridge for seamless data science integration.

GogRPCPython