mongoosejs / mongoosejs/studio
Expand "Create Document" modal to support code execution
@IslandRhythms is already working on this.
Since Mar 11, 2026.
- 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:
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.