featured.ts

Hi, I'm Caleb.
Software engineer. There's never been a better time to build.
Honors CS @ KU '28 · SWE Intern at WellSky this summer
Browse the file tree on the left, or ask me anything — I can open any page for you.
1// 👋 Hi, I'm Caleb. This portfolio is designed like a code editor.2// Click any folder on the left to explore.3// Press / to search, or open `query` to ask me anything.4//5// Software engineer. There's never been a better time to build —6// AI is real, the tools are real, the stack is finally fast enough.7// Building accordingly. Founder of Cavor.8//9// Honors CS @ KU '28 · SWE Intern @ WellSky (summer 2026) · open to SWE roles1011export const FEATURED = [12{ name: 'VeriSnap', year: 2025,13prize: '$2,000 · Pinata Builder Track · Midwest Blockathon',14tech: ['Next.js', 'XRPL', 'Gemini', 'SUI', 'IPFS'],15open: () => ,16},17{ name: 'DayOne', year: 2025,18prize: '$2,500 · Vibeathon Winner',19tech: ['Next.js', 'Gemini 2.0', 'Supabase', 'Three.js'],20open: () => ,21},22{ name: 'Sententia', year: 2025,23prize: 'KU Programming Competition Winner',24tech: ['Python', 'Gemini', 'Raspberry Pi', 'Streamlit'],25open: () => ,26},27];2829// Explore: · · · ·30