Back to Projects
Overview
SeedGenius is a developer tool I co-founded that uses AI to generate realistic, contextually aware mock data for PostgreSQL and MySQL databases. The CLI introspects your database schema — tables, columns, types, constraints, and foreign key relationships — then leverages LLMs to produce data that actually makes sense for your domain. Instead of random strings and integers, you get plausible names, addresses, product descriptions, and properly linked relational data.
Highlights
- Architected the Go CLI from scratch with schema introspection for PostgreSQL and MySQL
- Built intelligent foreign key resolution to maintain referential integrity across tables
- Integrated LLM-powered data generation that produces contextually relevant mock data
- Contributed to the Next.js marketing site and documentation
- Handled the full product lifecycle from ideation through launch