Extension Marketplace
Custom editors and tools that extend your Nimbalyst workspace. Each extension adds high bandwidth, rich visual editing for specific file types, powered by AI.
Featured
CSV Spreadsheet
by NimbalystVisual CSV editing with formulas and column formatting, with AI assistance
Open CSV and TSV files in a full spreadsheet with formulas, column resizing, frozen rows, and sortable headers. Edit visually while the CSV stays git-friendly.
.csv.tsv
DatamodelLM
by NimbalystVisual database schema design with Prisma syntax, powered by AI
Design database schemas as entity-relationship diagrams backed by real Prisma. Drag entities, define fields and relations, or edit Prisma directly.
.prisma
Excalidraw
by NimbalystHand-drawn style diagrams with AI-assisted editing
Create architecture diagrams, flowcharts, wireframes, and sketches on an Excalidraw canvas. AI creates and modifies diagrams from natural language and Mermaid.
.excalidraw
MockupLM
by NimbalystAI-generated UI mockups rendered as live HTML/CSS
Design UI mockups by describing them in natural language. AI generates HTML/CSS mockups as live previews. Iterate visually or edit the source HTML directly.
.mockup.html All Extensions
CSV Spreadsheet
Visual CSV editing with formulas and column formatting, with AI assistance
.csv.tsv DatamodelLM
Visual database schema design with Prisma syntax, powered by AI
.prisma Excalidraw
Hand-drawn style diagrams with AI-assisted editing
.excalidraw MockupLM
AI-generated UI mockups rendered as live HTML/CSS
.mockup.html 3D Object Editor
Design and edit 3D objects with AI assistance
.obj.stl Astro
Visual editor for Astro website pages
.astro Git
Visual git log with push, pull, and branch management, with AI assistance
Image Generation
Generate images from text prompts with multiple style options, powered by AI
.imgproj Namenym
AI-powered brand naming and domain brainstorming
.namenym Nimbalyst Mindmap
Freeform spatial mindmap editor with AI-assisted editing
.mindmap Nimbalyst Slides
Presentation editor with live reveal.js preview, powered by AI
.slides.md PDF Viewer
View PDF documents directly in the editor, with AI assistance
.pdf SQLite Browser
Browse and query SQLite databases with AI assistance
.db.sqlite.sqlite3.db3 Build Your Own Extension
When data has a purpose-built visual editor, you work with higher bandwidth — you see patterns, catch errors, make changes, and complete your workflow in seconds. The extension SDK lets you build that editor for any data or file type.
Custom File Type Editors
Register your extension against any file extension — .csv, .excalidraw, .mockup.html, or anything you invent. Your editor renders directly in Nimbalyst's workspace.
AI Tool Integration
Expose MCP tools so the AI agent can read from and write to your extension. The agent can create diagrams, edit spreadsheets, or update any custom format through your tools.
Full Web Stack
Build with HTML, CSS, and JavaScript — use any frontend framework. Your extension runs in a sandboxed webview with full access to the Nimbalyst Extension API.
Hot Reload Development
Use the Extension Dev Kit to build, install, and iterate on your extension with instant hot reload — no restarts needed.