mongoosejs / mongoosejs/studio

Expand "Create Document" modal to support code execution

Open
#177 1 comment 0 reactions 1 assignee View on GitHub

@IslandRhythms is already working on this.

Since Mar 11, 2026.

enhancement
Dominant language
JavaScript
Stars
25
Forks
0
Avg merge
8h 23m
Merged PRs (30d)
2

Description

Right now the "Create Document" modal just allows you to enter in a JSON object, or use LLMs to generate a JSON object:

Image

However, frequently you want to pull data from other sources to generate the object - for example, you might want to pull the booking's current status when creating a booking event. It would be great if, instead of just passing in a raw document, the "Create Document" input could also execute code on the backend to generate the document (or if the LLM input could generate the code for you)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.