nowfound

Alternatives

Products that do what Superblocks – IDE for Internal Apps, APIs and Cron Jobs does

Hey HN, I’m Brad, one of the creators of Superblocks and a YC alum, excited to share our internal tooling IDE. As developers ourselves, we faced the problem of building tons of internal admin UIs, backends to connect siloed data, reporting jobs, and data pipelines. For UIs we would build one-off React components. For integrations, we would have to decipher vendor docs and implement auth. Finally, for reporting jobs we had to handle failures and observability – many hours of repetitive engineering effort. So we built Superblocks, an internal tooling IDE to connect to any datasource…

  1. 1

    Save 100s of hours building internal apps, workflows & jobs

    2022

  2. 2G4

    Hey HN, I’m Brad, one of the founders of Superblocks, a programmable cloud IDE for internal tools. This week we launched a deep integration with OpenAI, giving developers a tightly integrated app layer for GPT-4 powered internal tools (components, integrations, permissions, audit logging, SSO, observability etc.). Imagine you want to create an AI chat copilot for your support team that gives them answers to customer questions from your company’s corpus of information. With Superblocks, you can directly query a vector database like Pinecone or Weaviate, feed the results into OpenAI using our…

    2023 · superblocks.com

  3. 3AB

    I’m Frank, part of the engineering team re-imagining how software is built at Superblocks. We’re an extensible low-code platform that developers use to build mission-critical internal apps and workflows. We just launched “Control Blocks”, a visual builder for backend business logic that enables developers to drag and drop “blocks” (conditional, loop, parallel, try/catch, variables etc.) onto a canvas and construct cohesive business logic that reads linearly like code. The industry's approach to visual builders thus far has primarily been free-form flow diagrams where lines define the…

    2023 · superblocks.com

  4. 4II

    Hey all My name is Sindre, and I am the CTO of Scrimba (YC S20). For the last 7 years, I have written all my web apps in a full-stack programming language called Imba. It compiles to JavaScript and its main goal is to make web developers more productive. I just launched a major overhaul of Imba, so I wanted to share it here on HN, in case anyone are interested in learning more about it. It is very opinionated, so some of you might not like it, but I would love to hear anyones feedback regardless. Constructive criticism appreciated! The backstory: Imba initially started in 2012 as an effort…

    2021

  5. 5
    Superset542

    Run an army of Claude Code, Codex, etc. on your machine

    Feb 2026 · superset.sh

  6. 6
    Build0360

    Build custom internal apps in minutes, no coding required

    Nov 2025

  7. 7
    Super478

    AI search and assistants on all your team tools

    2025

  8. 8

    Any website. We deliver the API.

    Mar 2026 · anything.notte.cc

  9. 9SO

    Hi HN, we’re Stefan and Adina, and we’re building superglue (https://superglue.cloud). superglue allows you to connect to any API/data source and get the data you want in the format you need. It’s an open-source proxy server which sits between you and your target APIs. Thus, you can easily deploy it into your own infra. If you’re spending a lot of time writing code connecting to weird APIs, fumbling with custom fields in foreign language ERPs, mapping JSONs, extracting data from compressed CSVs sitting on FTP servers, and making sure your integrations don’t break when…

    2025 · github.com

  10. 10
    Tines 553

    Build agents & automations integrated across your workspace

    Feb 2026 · tines.com

  11. 11AV

    I made this because building UIs in a lexical medium like code is super annoying. I have to pre-render what I’m making in my head, and then jump between the browser and IDE to test. I was inspired by the developer console in chrome and safari since I end up editing css there because it’s ironically more convenient. Hope it’s useful!

    2022 · dev.aspect.app

  12. 12

    Build internal tools in minutes - easy, fast & open-source

    2022

  13. 13
    Tines 3B413

    The secure environment for agents, apps, and automations

    27d ago · tines.com

  14. 14
    RefineAI270

    Your API to internal enterprise apps in 5 mins

    2025

  15. 15
    Internal247

    Free your engineers from internal tools.

    2020

  16. 16

    All-in-one platform for building internal tools

    2023

  17. 17SY

    Hey there, Chris here We're known for our straightforward yet powerful Knowledge Base, Slite(YCW18).We launched our AI-powered search in Feb 2023 and after getting great response and usage, we dove deeper into solving the challenge of knowledge retrieval in daily work. That's why we're now launching our second major product, Super(https://www.super.work). Super seamlessly connects your existing tools, providing accurate answers, streamlined workflows, automated digests, and much more. You might wonder: Why not just link your apps together using something like an MCP? The problem is…

    2025 · super.work

  18. 18CA

    Hey Hacker News! Launching gptengineer.app into beta today. It's like Claude Artifacts, but: - you can edit the code in your fav IDE (two-way github sync) - installs npm packages - automatically picks up build and runtime errors and fixes them - very fast, built with rust The full stack capabilities are built on supabase (prefer to not have to handle auth + user data at this point so this is owned by the user) The seed for this project was an open source experiment, posted about that previously here: https://news.ycombinator.com/item?id=36422730 Would love feedback if you give…

    2024 · gptengineer.app

  19. 19

    Give AI access to 6754+ APIs with zero credentials exposed

    Feb 2026 · keychains.dev

  20. 20

    Build enterprise-ready internal tools, fast.

    2021

  21. 21OS

    I’m Rishabh and the co-founder and CTO at https://supertokens.com (YC S20). We offer open-source user authentication and we just released our user roles product for companies implementing authorization. Our users are web developers, and a prominent and adjacent pain point for our users is authorization. Developers typically implement two independent solutions for authentication and authorization. Offering AuthN and AuthZ in a single solution is something we’ve been thinking about for the last few years. Quick primer, authentication is knowing who the user is, and authorization is…

    2022

  22. 22

    Hey HN! I built Typebase, a library that gives you Convex's DX with Supabase's openness. After trying Supabase I liked how fast it is to spin up a DB and auth, but really didn't like using RLS and SQL for authorization. With Convex I loved how your server "lives" in your code, but disliked the DB model and the realtime-first defaults. With Typebase you just write TS files inside a typebase/ folder in your existing repo. You can define your DB tables inside a schema.ts file and export server functions that your frontend calls like local functions, fully typed. Auth is built in. Then one…

    11d ago · typebase.io

  23. 23SS

    Today we’re releasing a full AI app builder in Srcbook. We released our TypeScript notebook a few months ago (https://news.ycombinator.com/item?id=41291700) and the response was encouraging, but we kept hearing that people wanted to build interactive apps. Today we are releasing just that. You can think of it as an open-source and local version of vercel’s v0. We actually think of it as something in between an IDE and that, because we believe the code matters and don’t shy away from that: you can view and edit the code in a full editor, but prompt your way forward if that's…

    2024 · github.com

  24. 24AO

    Hey HN, We are excited to announce that we’ve open-sourced AGX, a fast and lightweight data explorer for ClickHouse. It is designed for developers and analysts who want to leverage SQL-native querying in an IDE-like environment. Here’s what makes AGX stand out: - Built on ClickHouse (accessible via embedded chdb or remote instance). - IDE-like user interface: features tabs, a Monaco editor, and a fast keyboard workflow. - Zero setup required: no infrastructure or complex dashboards to manage. - Ideal for exploring live blockchain data, while also flexible enough for general ClickHouse usage…

    2025 · github.com

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