TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Jotted – jsfiddle for self-hosted client-side demos

47 pointsby ghindaover 9 years ago

5 comments

gravypodover 9 years ago
This is awesome! I love being able to host everything that my code touches. This way I'm sure it won't leave my company or the group I'm working with.
ahoyover 9 years ago
I like this a lot. codepen is great and I use it a ton, but being able to host it myself is a big plus!
simple10over 9 years ago
Super useful. Now I just need to wire it up to S3 to have a self hosted jsfiddle.
评论 #10904434 未加载
brianzelipover 9 years ago
Nice job. I like the familiar node approach.<p>ps, the author wrote a post about the CSS used to create the Material-like `:active` animations used on the demo page - <a href="https:&#x2F;&#x2F;ghinda.net&#x2F;article&#x2F;css-ripple-material-design&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ghinda.net&#x2F;article&#x2F;css-ripple-material-design&#x2F;</a>
fiatjafover 9 years ago
I wish it didn&#x27;t limit the number of resources to one HTML, one JS, one CSS.<p>It would be useful to be able to add hidden libraries or frameworks to build the example code on topof them, while only showing the example code itself as editable.