Experiments
A hands-on showcase of mini-projects spanning Data Analysis, Data Engineering, Backend, and Frontend. Every experiment runs entirely in your browser with no setup required.
JSON Formatter & Validator
Paste raw or minified JSON to instantly format it with indentation, validate its structure, and catch syntax errors with descriptive messages.
CSV Data Profiler
Paste CSV data to get instant column statistics: inferred data types, row counts, null values, min/max/average for numeric columns, and top values for categorical ones.
Color Palette Generator
Pick a base color and generate harmonious palettes: complementary, analogous, triadic, or monochromatic. Click any swatch to copy its hex value to the clipboard.
Text Frequency Analyzer
Analyze any text to get word count, unique words, sentence count, estimated reading time, and a ranked frequency bar chart of the most common words.
Live Regex Tester
Write a regular expression and test it against any string in real-time. Highlights all matches inline and lists each matched value below.
Mini ETL Pipeline
Coming SoonA visual in-browser data pipeline: load sample JSON, then chain transform steps (filter rows, select columns, sort, rename fields) and inspect the output at each stage. Mimics ETL thinking without leaving the browser.
HTTP Request Sandbox
Coming SoonA lightweight API explorer. Pick from curated public API endpoints, fire a real GET request from the browser, and inspect the response status, headers, and formatted JSON body.
All experiments run entirely client-side. No data is sent to any server.