{"id":19489457,"url":"https://github.com/1j01/multifiddle","last_synced_at":"2026-04-08T19:39:57.614Z","repository":{"id":15459439,"uuid":"18192525","full_name":"1j01/multifiddle","owner":"1j01","description":"(development inactive) Fiddle with coffee, js, css, html, and all that, in a minimalistic collaborative environment","archived":false,"fork":false,"pushed_at":"2020-03-16T03:22:40.000Z","size":2154,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-25T19:44:22.437Z","etag":null,"topics":["ace-editor","code","code-fiddle","codepen","coding","coffeescript","collaboration","collaborative","css","fiddle-salad","firepad","html","javascript","js-bin","jsfiddle","live-coding","live-reload","livereload","programming","prototyping"],"latest_commit_sha":null,"homepage":"https://multifiddle.ml/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/1j01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-27T21:44:41.000Z","updated_at":"2023-08-03T19:17:03.000Z","dependencies_parsed_at":"2022-08-25T19:10:33.003Z","dependency_job_id":null,"html_url":"https://github.com/1j01/multifiddle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/1j01/multifiddle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1j01%2Fmultifiddle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1j01%2Fmultifiddle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1j01%2Fmultifiddle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1j01%2Fmultifiddle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1j01","download_url":"https://codeload.github.com/1j01/multifiddle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1j01%2Fmultifiddle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31571601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ace-editor","code","code-fiddle","codepen","coding","coffeescript","collaboration","collaborative","css","fiddle-salad","firepad","html","javascript","js-bin","jsfiddle","live-coding","live-reload","livereload","programming","prototyping"],"created_at":"2024-11-10T21:08:38.534Z","updated_at":"2026-04-08T19:39:57.596Z","avatar_url":"https://github.com/1j01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [MultiFiddle](https://multifiddle.ml/#hello-world)\nFiddle with code in a minimalistic collaborative environment.\n\nMultiFiddle is intended as a multilingual\u003cstrong\u003e\u003csup\u003e⁂\u003c/sup\u003e\u003c/strong\u003e alternative to\neditors like [JSFiddle][], [CodePen][], [JS Bin][], [Fiddle Salad][], and [CodeSandbox][]\nwith a simple interface.\n\n##### It currently fails because:\n\n1. **⁂** It is not multilingual;\n   in fact it assumes you'll want [CoffeeScript][];\n   you can still include `\u003cscript\u003e` tags, but\n   Fiddle Salad, CodeSandbox, JS Bin, JSFiddle, and CodePen all have better language support so far\n2. There is no versioning/forking system, and your code is NOT SAFE (anyone could see or even delete your code)\n3. You can't put the code beside the output horizontally (a fancy panes system was planned)\n4. There's not much sandboxing; (there's [a good list of best practices for making a code fiddling environment over here](https://github.com/jsbin/jsbin/wiki/Best-practices-for-building-your-own-live-paste-bin))\n\n##### Features:\n\n* Live editing like you get with CodePen, JS Bin, or Fiddle Salad\n* Dark and delicious\\* (CodeSandbox also achieves this, looks like (I haven't really tried it out tho as of writing btw, just for the record))\n* Nice errors, especially for CoffeeScript compilation where it even links to the position in the source\n* Link to the (live reloading!) contents of the output pane by adding `/output` to the URL\n* Generate a QR code that links to the output with \u003ckbd\u003eCtrl+M\u003c/kbd\u003e\\**\n  (since the output live reloads,\n  it's great for playing around with [device orientation](https://multifiddle.ml/#device-orientation-II)\n  or other mobile device APIs)\n* Built with [Ace Editor][] and [Firepad][]\n\n\\*Hm, outlines around panes don't work in Firefox\n\n\\*\\*Hm, doesn't work in Firefox because it mutes/unmutes the tab instead\n\n[JSFiddle]: https://jsfiddle.net/\n[CodePen]: https://codepen.io/\n[JS Bin]: https://jsbin.com/\n[Fiddle Salad]: http://fiddlesalad.com/\n[CodeSandbox]: https://codesandbox.io\n[CoffeeScript]: https://coffeescript.org/\n[Ace Editor]: https://ace.c9.io/\n[Firepad]: https://firepad.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1j01%2Fmultifiddle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1j01%2Fmultifiddle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1j01%2Fmultifiddle/lists"}