nowfound

Alternatives

Products that do what embedcurl.com - Pretty curl commands for your web site or blog does

Hey all, As a CEO of a growing startup I don't get to code as often as I like and when I do, I try not to annoy my team with my terrible code :) So to scratch the itch, I've built some of side projects related to what our company does. The latest is embedcurl.com I see a lot of API docs and blogs posting curl commands that are really hard to read and I figured I could make them easier to read and add some niceties like easier copy/paste, tooltips on flags, etc. They also gracefully degrade if javascript isn't enabled back to a element. The parsing is done in Python with shlex and…

  1. 1

    Embeddable curl commands for your web site, blog or API docs

    2013

  2. 2
    curlx168

    If cURL and Postman had a baby 👶

    2019

  3. 3CH

    2020 · ec2.shop

  4. 4

    A much easier way to install slash commands!

    2015

  5. 5GC
  6. 6MW

    A place to learn and share html5/css3/js snippets. Its on a alpha/mvp stage right now. Let me know what you think. Http://html5snippets.com

    2011

  7. 7CL

    Hey HN, this is a side-project I've been working on for my senior year independent work in CS. Would appreciate any comments or feedback. www.aperator.com Thanks!

    2012

  8. 8MF

    Hi! Long time reader, first time submitter. I've finallllyy got my first webapp online. It's been a long time coming, I started it over a year ago and just been an hour here, a couple of hours here, and a period of a couple of months of nothing. I first wrote it as a way to learn some python it sort of grew to fill a need I had. It's at a point now where I'd LOVE some feedback as I am going round in circules. Please, it's free, just hit the home page, plugin in a name/email and url you want to links checked on. If you use the name 'DeleteMe' I will remove the account after a week, so feel…

    2012

  9. 9LC

    For some of my work with LLMs and RAG I needed to be able to fetch content from my customer's support site. Basic cURL calls weren't working because the site is an SPA and is rendered completely through javascript. The trouble it took me to figure out how to capture the rendered HTML from a headless browser and how to do it reliably in production inspired me to create LinkGrabs.com so others would not have to go through the same pain.

    2024 · linkgrabs.com

  10. 10UA

    Recently several AI labs have published experiments where they tried to get AI coding agents to complete large software projects. - Cursor attempted to make a browser from scratch: https://cursor.com/blog/scaling-agents - Anthropic attempted to make a C Compiler: https://www.anthropic.com/engineering/building-c-compiler A few weeks ago I posted xmloxide, an agent-made Rust replacement for libxml2 made by pointing Claude code at the libxml2 test suite: https://news.ycombinator.com/item?id=47201816 curl is arguably the most widely deployed…

    Mar 2026 · github.com

  11. 11MS

    Hello HN! I've been working on http://underthesite.com for the last month and now think it is ready for some full strength HN feedback. What do you guys think? It crawls up to 10 pages of a given site while you wait, looking for community-provided CSS / XPath selectors and regular expressions. Additionally, I'd like to appeal to you to submit matchers for technologies that you care about. Technologies are easy to add, so add your favorite jQuery plugins, analytics tools, client-side node.js wrappers, what have you. I'm going to be running a large crawl in the next few days and want to make…

    2011

  12. 12MC

    I built murl because interacting with MCP (Model Context Protocol) servers from the command line was way more painful than it needed to be. MCP uses JSON-RPC 2.0 over HTTP, so every request means hand-crafting payloads with method names, params objects, and id fields. I wanted something that felt like curl. Given an MCP server at https://mcp.deepwiki.com/mcp, murl lets you append virtual paths like /tools or /tools/read_wiki_structure that map to MCP methods. These aren't real HTTP endpoints — murl translates them into the right JSON-RPC calls behind the scenes:…

    Feb 2026 · github.com

  13. 13AS

    Was bored at work so I threw this together. First bash at a Node app. Built a simple Chrome extension for it too.

    2011 · github.com

  14. 14PT

    Hey all, I built a quick PoC that scrapes a webpage, sends the content to Gemini Flash, and outputs a clean, structured JSON — ready for RAG workflows. In my case, I’ll use this structured data to enhance models by integrating external knowledge sources during the generation process. Curious if you think this has potential or if there are any use cases I might have missed. Happy to share more details if there's interest!

    2025 · structured.pages.dev

  15. 15CP

    I thought it would be great to share code snippets without saving them on a server, so I created http://mem.pe It allows you to paste code and save it in your browser's local storage. When you share the URL of the pasted code, other people will connect to it via web sockets. For example, this http://mem.pe/#sge/5 you will be pulling from my browser. I'll keep it open for a while. If you close the web app, your code paste will not be available for anyone to see, until you open the web app again. This is obviously, not suitable for using at forums and other places…

    2013

  16. 16RC

    Hey, OpenAI recently released "assistants" - These have RAG built into the API, which means that you can provide up to 10.000 files to the assistant without the overhead of dealing with vector databases, splitting files into chunks and more. They work surprisingly well, so I've built a free simple tool to embed them on websites. It has no dependencies and simply uses fetch to communicate to my backend which proxies openai. In the future I plan to add more widget embedding options (currently only chat is available). Let me know if you have any specific questions about either the tool or…

    2024 · rispose.com

  17. 17IB

    Hey HN! Last week I was working on a website and needed a way to synchronise visuals with live music. I've used MIDI controllers for this before, but I am travelling right now and don't have mine with me. So I had the crazy idea to build a browser extension that uses the keyboard as input and includes a sequencer. I gave myself 24 to work on it. It ended up taking longer (of course), specially since I ended up creating a demo, a small landing, docs, and an intro video. Took me one week from idea to launch (pushed quite a bit tbh). Features: - Works as a browser extension. Atm distributed…

    2024 · minitap.io

  18. 18WW

    2014 · wurl.io

  19. 19IM

    Hey guys, I needed a way to convert Code, CSV, and Markdown snippets to shareable images so I built this over the weekend. It all runs locally in the browser using a few lines of jQuery. Nothing fancy. Sharing in case someone else might find it useful!

    Mar 2026 · snip2img.com

  20. 20SC

    I am sorry to submit this again, but I feel it didn't get its share yesterday on HN. So I am giving it one last try. stk8.co allows you to stack several Links or Text and share them under one shortened url. It embeds a preview of the link for common services like youtube, vimeo, amazon, cnn, scribd, etc... It also has a bookmarklet to easily stack links. Feedback is appreciated. Thanks!

    2010

  21. 21TO

    Learn how to write Rules Engines with CLIPS in your browser! I found the Tour of Go super useful when learning Go, so I went for something similar for evangelizing the awesomeness of CLIPS. A few things I'm proud of with this project: - No front-end frameworks - Compiled WASM binary; your code isn't sent to a back-end server - Code editor/syntax highlighter written from scratch (that I'm sure you'll find bugs in ;)) This is my first attempt at this, and I'd like to expand on it in the future. Let me know what you think! About CLIPS: CLIPS is a programming language useful for building…

    2022 · ryjo.codes

  22. 22AG

    Put this together this afternoon. I've been after something to quickly jot down the odd piece of information that I can access later in the day when browsing the web. Hopefully you find it useful. Criticism/thoughts/ideas greatly appreciated. I should add, since all the hard work here lies in the work of others here — garlic.js is a great plugin for handling localstorage. Cheers Jason

    2012 · a5.gg

  23. 23OC

    2016 · curl.build

  24. 24US

    Hi all! We are a tiny team of two that enjoyed using del.icio.us back in the day. It was a simple and efficient tool for two things: saving urls for later, and browsing the web thanks to the tags and some other basic features. So we wondered about rebuilding it. Its been quite a ride, but we finally have a streamlined version of what we are looking for. This is www.urligram.com: a prototype for a new social bookmarking platform. We have been using it for some time, and while there is a lot of work to be done yet, we think it is stable enough to be useful. Currently you will be able to save…

    2023 · urligram.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →