nowfound

Alternatives

Products that do what Tracecast – open-source generative data apps built on top of Marimo does

Hi HN, I'm Malachy, the founder of Tracecast. This project lets you generate interactive data apps on top of your data, using a Cursor-style AI chat. It stitches together Marimo, LangGraph agents, and data warehouse query tools. It has an Apache 2.0 license. The initial use case that spurred this project was business analytics, specifically generating product usage dashboards. This project's main inspiration is Marimo, an open source python notebook that can be "queried with SQL, run as a script, and deployed as an app" [1]. The recent release of Marimo Pair [2] demonstrated the power of…

  1. 1

    Open source generative data apps

    May 2026 · github.com

  2. 2DA

    Dear HN, I am Riwaj, the cofounder of dstack.ai (https://github.com/dstackai). A few months ago, we built an online service that allows users to publish data visualizations from Python or R. The idea was to build a tool that did not require additional programming or front-end development for publishing data visualizations. Such a code can be invoked from either Jupyter notebook, RMarkdown, Python, or R scripts. Once the data is pushed, it can be accessed via a browser. Open-sourcing dstack: During our customer discovery phase, we realized that dstack.ai should integrate a lot…

    2020

  3. 3

    The AI agent for synthetic data generation

    Nov 2025

  4. 4
    Morph57

    Quick & easy interactive data apps in Markdown

    2024

  5. 5OA

    Hi HN, we're Kiran and Vijay! Over the past two years, we have built a columnar storage engine for observability: logs, metrics, and traces. Today, it's exciting for us to show what we've built on top of that foundation: LLM Agent Observability. Given how non-deterministic agents are, storing all traces without sampling was critical for us. But these traces tend to be in the MBs, sometimes GBs - we needed to store them inexpensively. We also needed the queries and analyses to be fast. To meet both these goals, we store them in S3 in our own parquet-like file format, and query them using AWS…

    Jul 2026 · oodle.ai

  6. 6CE

    Hello Hacker News! We're a team of YC founders (Meldium W13, Draft S11, TapEngage S11) launching something new (https://www.getcensus.com). How many times has your business team asked you to generate yet another CSV file, write a ”quick report” in SQL, or send some custom data to a terrible API (looking at you Marketo)? We’ve built a product that connects directly to your data warehouse and syncs into apps like Salesforce, Customer.io and even Google Sheets. In fact, your business teams won’t even need to rely on engineering to manage all these pipelines. The tech stack for…

    2020

  7. 7TO

    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

  8. 8

    Agentic, Visual Data Engineering and Data Science Platform

    Jul 2026

  9. 9IC

    Hi, everyone! Lately, I've been working on quite a few applications that require a database, and as a result, I need some data to test everything. It has always taken me a lot of time to ask ChatGPT to generate fake data for me, so I decided to create a tool for developers called FakeData. FakeData allows developers to generate fake data easily with a simple UI/UX and customizable fields. This data can be used in their applications to test various functionalities. P.S. The app is not yet finished, and I would love to hear your honest feedback on it. Please be brutally honest about what…

    2025 · fakedata-mu.vercel.app

  10. 10MO

    Why we built it: • Claude Code: great for coding, but no video/audio support, localhost only • OpenAI SDK: single-model, no native multimedia tools • Both: no integrated DevTools for debugging agent reasoning So, we built Mix as an alternative for multimodal applications. • Native video/audio/PDF analysis tools (via Gemini for vision, Claude for reasoning) • Multi-model routing instead of single-provider lock-in • One-command Supabase setup for cloud deployment (vs localhost-only) • HTTP architecture that enables visual DevTools alongside agent workflows • Go backend: 50-80%…

    Oct 2025 · github.com

  11. 11IA

    Hey HN, I wanted to make my life easier by using GPT products that could convert my words to raw MongoDb queries. - Uploading large datasets (50-70GB) in CSV format wasn't feasible for me. - MongoDB does have a "Generate query" feature, but it requires an Atlas subscription. My database is self-hosted. - Plus, I wanted the flexibility to use my own OpenAI API keys instead of paying extra for any GPT-based services available. So, we developed a product that tackles these challenges. It's still a work in progress, but I'd greatly appreciate any feedback.…

    2024 · vairflow.ai

  12. 12WA

    Today you can easily adopt AI coding tools because you have git for branching and rolling back if AI writes bad code. We haven't seen this same capability for data and decided to build it ourselves. Nile is a new kind of data lake, purpose built for using with AI. It can act as your data engineer or data analyst creating new tables and rolling back bad changes in seconds. We support real versions for data, schema, and ETL. We'd love your feedback on any part of what we are building - https://getnile.ai/ What do you think?

    Jan 2026

  13. 13IB

    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

  14. 14RO

    As a software engineer, it's frustrating to see those who can't code stuck with spreadsheets as their most powerful data tool. This is especially true when there is such a thin layer that exists to access arbitrarily powerful data and AI/ML tools (typically just Python and pandas/SQL). I built Regrail last year to demonstrate a visual, procedural tool that abstracts the primitives of data engineering. It uses a block-based editor that allows users to see the changes they are making to tables step by step. You can think of it like a visual DAG builder. I believe that data literacy…

    2023 · regrail.io

  15. 15AC

    Built an AI code reviewer using Letta (Python) that I can call natively from Rust applications. The interesting part: real-time streaming works perfectly across the language boundary with zero hassle using RunAgent. The agent runs in Python with persistent memory, leverages the best in house agentic memory management with Letta (Pythonic AI agent framework), and my rust code just uses it (kinda) natively, though Letta has no Rust bindings. And, streaming works like magic. No FFI, no complex bridges - just native async/streaming that feels like calling any Rust librar, but without…

    2025 · medium.com

  16. 16IB

    Mix is an open-source, local agent for multimodal claude code. Claude code users will feel at home. - Uses ffmpeg and local apps like blender instead of clunky cloud based editors - All project data is stored plain text and native media files - absolutely no lock-in. - The backend is an HTTP server, meaning that the frontend is just one of possible clients. - - Our SDK with stdio interface (similar to claude code SDK) is launching soon.

    2025 · github.com

  17. 17SP

    I built Sculptor after repeatedly seeing founders try to hire data scientists for a task that ultimately boiled down to extracting structured data from unstructured text (customer records, social posts, websites, etc) using an LLM API. We ended up reinventing this pattern internally at least three times in the past year, so I published Sculptor as a streamlined, open-source solution: - Simple schema-based extraction, with parallelization and type validation. - Multi-step pipelines with filtering or transforms between steps. - Configure everything in YAML/JSON for easy reuse. It’s MIT…

    2025 · github.com

  18. 18UI

    Hey everyone! I am excited to share updates on four of my & my teams' open-source projects that take large-scale search systems to the next level: USearch, UForm, UCall, and StringZilla. These projects are designed to work seamlessly together, end-to-end—covering everything from indexing and AI to storage and networking. And yeah, they're optimized for x86 AVX2/512 and Arm NEON/SVE hardware. USearch [1]: Think of it as Meta FAISS on steroids. It's now quicker, supports clustering of any granularity, and offers multi-index lookups. Plus, it's got more native bindings than probably…

    2023 · usearch-images.com

  19. 19CF

    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

  20. 20IB
  21. 21DA

    Hey HN, I’m building Databite, an open-source set of tools to help developers build integrations faster and with ease. If you’ve ever built a SaaS product or an AI agent that needed to update a CRM record, sync data between apps, or trigger a workflow in a third-party tool, you’ve probably spent way too much time writing glue code. Databite is here to be that glue. With Databite you can: - Access prebuilt connectors using the databite/connectors package. - Create custom connectors to services of your choice like Slack, Notion, HubSpot, Google Sheets, etc. using our databite/build…

    Oct 2025 · github.com

  22. 22

    Ops layer for AI agent fleets: traces, memory, hard budgets

    Jul 2026 · cartha.in

  23. 23WB

    Mix is a multimodal agents SDK. It comes with a GUI playground for testing and debugging SDK workflows. • Built for multimodal workflows instead of code based workflows • The GUI playground is built from the typescript SDK • All project data is stored plain text and native media files - absolutely no lock-in. • The backend is an HTTP server, check out our python and typescript SDK's

    Sep 2025 · github.com

  24. 24IM

    How it works (tech stack): -Built entirely with Lovabl.dev (no-code front-end + logic) -ChatGPT / Claude for research and inspiration -Powered by GPT-4 Vision to interpret charts visually -Hosted on Supabase for performance & caching It’s not meant to replace analysts — just to speed up how traders interpret data. I’m a designer exploring AI tools, and this is my first attempt to turn an idea into a functional product. Would love to know what you think.

    Oct 2025 · quantify-ai.co

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