We’ve been hard at work improving Mongoose Studio and building the next generation of data browsing for MongoDB.
As always, feedback is hugely helpful - whether it’s feature requests, rough edges, or setup issues. Join our Discord or open an issue on GitHub, I read everything.
🎨 New Logo + Streamlined Layout
A more modern UI, built for focus.

Mongoose Studio now has a refreshed logo and a redesigned layout inspired by tools like Vercel and Linear.
The goal: less visual noise, more clarity.
Fewer colors across the UI
Clear hierarchy with a single primary action
Secondary actions moved into menus
More consistent spacing and structure
Instead of every action competing for attention, there’s now a clear “what should I do next?” at every step. It’s faster to scan, easier to navigate, and feels more like a tool you’d actually want open all day.
📊 $table Renderer
Structured data, now rendered as actual tables.
The Chat tab and dashboards now support rendering data as a table alongside charts, maps, and plain text. Use the new $table syntax:
{
$table: {
columns: ['name', 'email'],
rows: [...]
}
}
Clean tabular display for query results
Works in Chat responses and dashboards
Pairs well with AI-generated outputs
Great for sharing query results with non-technical team members
🌙 Dark Mode + Consistent Charts
A darker UI - with consistency across the entire stack.

Mongoose Studio now supports dark mode, and it’s not just a color inversion:
Code editors updated for dark mode
Maps styled to match
Charts use consistent, readable color palettes
Improved contrast across the app
Even the logo changes color for better contrast
The key improvement is consistency - charts, maps, and UI components now feel like part of the same system. Colors are optimized to pass the WCAG contrast test to ensure maximum legibility.