nowfound

Alternatives

Products that do what XYMake – Turn Your Posts into LLM-Ready Data does

I just built XYMake (https://xymake.com), a tool that lets you convert any X (Twitter) thread into clean markdown, making your conversations accessible for LLMs, MCPs, or any API. ## What it does: - Transforms any X thread URL into markdown by simply changing "x.com" to "xymake.com" in the URL - OAuth2 login to "free your data" and make your threads available - Auto-generates OG images with token counts and participant info for easy sharing - Serves different content types based on whether the request is from a crawler, browser, or agent ## Why I built it: I believe people should…

  1. 1
    tweet.md239

    X posts as clean Markdown

    May 2026

  2. 2
    Bulkmark151

    Transform your Twitter/X Bookmarks into real knowledge

    May 2026

  3. 3
    The.Rip126

    Unroll Twitter threads to Markdown

    2020

  4. 4
    Xeder110

    Your X.com feed as a podcast

    Mar 2026

  5. 5

    RAG-ready web scraping that cuts your LLM token costs

    Apr 2026

  6. 6AB

    Recently i stumbled on too many clickgates on the Medium blog Towards Data science. Considering that most people publish to share knowledge on Medium and are driven into putting their content behind a paywall, without actually getting paid for it, including myself. I felt like Medium is running the academic publishing scheme. Get free content and get paid for it. So I decided to create a small script to bypass the paywall on Medium, it turns out it also works on other newssites. Heres the website: https://sugoidesune.github.io/readium/ For the curious I will explain the…

    2019

  7. 7
    x.md1

    change the host, read the post

    29d ago · x.pcstyle.dev

  8. 8BA

    Hi HN, I recently built a simple Chrome extension called Twinbox to help organize DMs on X (formerly Twitter - yes, I reminded you again haha). The idea came from my own frustration with managing multiple conversations – it’s easy for things to get lost, especially when juggling personal, work, and project-related chats. The extension lets you: - Create folders to categorize your DMs (e.g., “Work,” “Friends,” “Projects”). - Keep things tidy and easier to follow up on. It’s free to use, lightweight, and privacy-focused – all the organization happens locally in your browser. I’d love to hear…

    2024 · twinbox.me

  9. 9MF

    I recently finished the Front-End Web Development program at General Assembly in San Francisco. My final project turned out being a quick, easy, and free way to convert a Tweet into various properly formatted citations. Inspired by a Hacker News post a few months back: https://news.ycombinator.com/item?id=3751295

    2013 · tweet2cite.com

  10. 10IB

    After fine-tuning GPT for a personal project, I realized how tedious it is to write plain text in a massive JSON file. That's why I built this app for my own use, and I want to see if others could benefit from a tool like this as well ;)

    2024 · finetuna-ui.com

  11. 11X1
  12. 12IB

    Hey Guys, I created GithubReader.org (open-source, non-profit, most of the code is written by ChatGPT). My motivation: I wanted an easy way to keep a list of repositories I want to learn from and access them quickly. So, I built a search page where I can find repositories by name, like Google. Also, I wanted a nicer way to read Markdown files on my laptop without the GitHub UI, like reading a book. So, I made a custom UI with a back button that takes you to the previous state without jumping pages. The markdown links are sharable, e.g.…

    2024 · githubreader.org

  13. 13CF

    Over this past month I had the idea to build a 100% open-source MIT-licensed tool to simplify sharing code with LLMs, without the vendor lock-in you get from most SDKs. Right now, it’s way too hard to export your data or work freely with models like o1 PRO or Grok 3, especially since they don’t even have API access. So I built OpenRepoPrompt, an open-source tool from wildberry-source that serializes files and folders into XML for LLMs. I coded/designed from 12PM -> 11PM on Saturday and 8AM -> 11PM on Sunday. There are still tons of features missing (I'm working on better file filtering…

    2025 · github.com

  14. 14HM

    I made this as a pair programming exercise with o1-preview. o1 did most of the heavy lifting, through high level prompts, but eventually I needed to diverge from it to get to completion. My initial prompt was: --- I'm making a web app: It's like 4chan, but each thread starts with a gps coordinate. People can only post text and images. I want to build it with flask and sqlalchemy. I want just the backend and data model that supports these threads, anonymous users, and users that can register a permanent username. Write as much of it as you can for me. --- This produced a fully scaffolded…

    2024 · mapchan.com

  15. 15WI

    I really love Git Ingest, but I needed something more general. So I built this! It crawls websites and converts each page to Markdown. It’s great for developer documentation. And it’s free. I built it over the excellent Jina Reader. I hope you get some use out of it!

    2025 · webingest.com

  16. 16CA

    Just finished the first draft of my weekend project. Sadly my industry is far away from all the exciting machine learning developments happening right now, so I wrote this project as my first exploration into the world of LLMs. It's not perfect, but I'm excited to see where the project goes from here! https://github.com/clarkmcc/chitchat My main motivations were: - Easy-of-use: Many models are supported out-of-the-box so users don't have to figure out how to download, where to save, etc. - Intuitive: A clean interface - Cross platform: The project is written in Rust and…

    2023 · clarkmccauley.com

  17. 17IM

    Recently there were some changes to the Twitter algorithm and one of the most important ones was boosting video content even more in the feed, which got me thinking: "Why shouldn't we benefit from the algo changes and get a boost every time we are sharing some visuals?" So I spent the weekend building a tool that: - Turns your images into videos - Has 30 beautiful animated gradients that we can pick from - Is completely FREE I'd love to know your thoughts about it!

    2023 · clippulse.com

  18. 18BS

    Hey all - I built this tool recently to help people repurpose their existing content (website copy, blog posts, etc) into blocks of social media posts for the various platforms. Enjoy!

    2024 · contentcaddy.io

  19. 19IB

    Hi all, I've submitted a post on Airpair about how to build a twitterbot that uses Node and the streaming and RESTful twitter APIs to recommend SXSW parties. I'd love any reviews or constructive criticism. https://www.airpair.com/posts/review/54fcfe16c1534a0c00e6c839 If you'd just like to check out the bot, you can find him at @SouthBotFunWest Thanks HN!

    2015

  20. 20IB

    Hey HN! Over the past few weeks, I’ve been working on DataBridge, an open-source solution for data ingestion and querying across text, PDFs, images, and videos. In our latest update, we’ve added a fully local deployment option: - No internet required – Runs entirely offline. - Customizable Models – Supports any LLM and embedding model via Ollama (with options for any other private providers) - Extensibility – You can plug in your own models or tools easily. This local-first approach ensures better privacy, security, and flexibility, especially for teams dealing with sensitive data. You can…

    2025 · github.com

  21. 21TO

    I built TraceAIO, an open-source tool that prompts LLMs on your behalf and tells you whether ChatGPT, Perplexity, and Gemini mention your brand — and which competitors and sources show up instead. Yeah, this category smells a bit like a grift, same as early SEO. And I think over time it will become just SEO again, and become about good content. The tool just helps you monitor over time. It queries the browser products through real browser sessions, not APIs, runs on Docker, with an MCP server so you can query your own data through an LLM. No business model, Apache 2.0, self hosted. If you…

    Jun 2026 · traceaio.org

  22. 22UE

    I've created uithub, a tool that allows developers to easily get LLM context for their coding questions and perform AI repo analysis at scale. Here's what it does: - Get Context: Simply change the 'g' in github.com to 'u' to access AI-powered insights on any GitHub repo. - Flexible Querying: Fetch entire repos, specific branches/subfolders, or filter by file type and size. - API for Developers: Power the next generation of development tools with our API. Key features: - Customizable token limits - File type filtering - Multiple response formats - Size-based file exclusion I built this…

    2024 · uithub.com

  23. 23AM

    I recently saw a post from the Vercel CEO pointing out that LLMs understand websites much better when they can request: `Accept: text/markdown` Most websites today are built for humans. When AI agents try to consume them, they get complex HTML instead of clean, structured content. So I built *accept-md* – a simple open-source package for Next.js that helps solve this. Getting started is intentionally minimal: ``` npx accept-md init ``` After that, your existing Next.js routes can automatically respond with Markdown whenever an AI agent (or any client) requests it. No redesigns, no CMS…

    Feb 2026 · accept.md

  24. 24IB

    Do you want to monetize a private group/ channel/ community? Use Subjoin to create a personal membership page in minutes. It's easy to use and free to try out. No need to integrate Stripe if membership is free. - - - - I have never built something this fast, what a thrill! I saw there was no easy way to create a simple subscription page. Big platforms are confusing and expensive for simple needs. - - - - What are you building? Would love to connect with like-minded people on X: @tjmakingof

    2024 · subjoin.me

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