nowfound

Alternatives

Products that do what attainable – The fastest and easiest way to design and deploy APIs does

This began as a passion project and an opportunity to learn new tech. I've always experienced frustration developing APIs, especially the RESTful CRUD style of data APIs. It always felt like I was repeating the same patterns over and over again, and that was tedium I didn't want. A little over a year ago, I wanted to learn more about Go, Firecracker microVM, and Svelte and thought "Could I build an API framework that was just a simple description of resources? What would that look like?" That lead me to https://firecracker-microvm.github.io/, which landed me on…

  1. 1MN

    Hi guys, I've created an open source web builder framework (https://grapesjs.com) years ago, which I'm still maintaining, and now I'm excited to publish a side project based on it, Grapedrop (https://grapedrop.com). It's a simple web page builder which allows you to design and publish your web pages very quickly. The project is still in beta with a lot of stuff to improve but I'd really like to share it and hear what people think about it and maybe also get some constructive feedback.

    2018

  2. 2

    The fastest and easiest way to design and deploy APIs

    Jan 2026

  3. 3RA

    I wanted to have a framework that would let me build web apps faster than ever before. I didn’t care if it was a little hacky or didn’t use best practices — I wanted to be able to get a multi-user application out the door in hours instead of months. I researched the CMS space for months before deciding to build something from scratch. My goal was to be 90% done building a web app once I had the static HTML and CSS finished. I’m not a big fan of building out API endpoints over and over again for every new app, fiddling with a database, or doing lots of config. What I ended up with was a…

    2020

  4. 4FB
  5. 5RI
  6. 6SL

    So a while ago I was thinking it would be neat to build a site that had the most absolute utility. The idea I came up with was a site to store those little protips that are super useful, if you know them ahead of time. I hired a guy to work on it with me, and ClueDB was born: http://cluedb.com/ Please give it a whirl (it uses Twitter auth as login but doesn't tweet anything) and tell me what you think! (Various trivia: My first try at a project coded by someone else and "product managed" by me. Runs on Flask + MongoDB. Also, this is totally unrelated to my startup.)

    2011

  7. 7MA
  8. 8MP

    Hey all, Just reposting after about a year since the last time I shared. Micro is a platform for API development. It combines a lot of the core primitives you'd expect from a cloud platform as a single logical server. The closest equivalent is Dapr.io. It bakes in the concept of environments, source to running builds and a framework for Go development. It's useful where you want to write backend services in Go and expose them through a single API (also included in Micro). We once wrote about "Netlify for the frontend, Micro for the backend"…

    2023 · micro.dev

  9. 9IM

    Hey everyone, Rahim here, an indie maker with a passion for building useful tools. This time, I'm excited to share FasterNode.io: a turbo booster for your Node.js SaaS project! Think of it as a pre-built foundation packed with goodies like user auth, payments, and clean code. This means you can launch weeks, not months, faster and focus on what truly matters - building an awesome SaaS that solves problems! Whether you're a seasoned developer or just starting out, FasterNode.io is here to streamline your journey. Curious to learn more? Let's ditch the boilerplate code and build something…

    2024

  10. 10IM

    I built this library because I kept rewriting the same fetch wrapper for every project. Each time, I needed the same core features: - Make fetch throw errors to integrate smoothly with libraries like TanStack Query - Add sensible defaults to the Fetch API, like a base URL and authentication headers - Validate responses for type safety when OpenAPI isn’t an option I also wanted the library to feel exactly like using fetch — no new API to learn, and no extra friction for my teammates. While there are other great options out there, I found many were either too rigid or too bulky. Doesn’t it…

    2025 · github.com

  11. 11BI
  12. 12AI

    Hi HN, I’m Sean, the founder of Ascend.io (https://www.ascend.io). I’m really excited to post here and announce the launch of Ascend.io, a radical new way of designing, scaling, and automating data pipelines. Ascend is the result of nearly 4 years of development effort for a team that is now 30-strong, and I would love for you to give it a test drive and let me what you think. I’ve felt this pain since I wrote my first MapReduce in 2004 (using Sawzall @ Google), and in the 15 years since, things have not improved at the pace of other parts of the technology ecosystem. When I went…

    2019

  13. 13AS
  14. 14IM

    Been using it for about a year now in production, but rewrote it completely in golang. My first go project so far. I wanted to have something that would make my life easier. A lot of tools nowaday kinda push you towards functional deployments and that usually doesn't work for me since I like stuff like LiveView by Phoenix and Websocket stuff in general. Old vercel deployments back when they allowed to deploy docker containers was a godsend, but since they don't offer that anymore I had to use services like fly.io(which is amazing) or heroku. However I wanted something selfhosted that I could…

    2024 · deploywithjig.askh.at

  15. 15BF

    I'm the technical co-founder of Baseline, and I wanted to share our latest creation with you all. After struggling with some limitations of other popular frameworks for our own startup projects, we decided to build something better—Baseline. We've designed our framework to address the specific needs of startups like ours that require scalability, reliability, and ease of use without the hefty overheads. We’re launching as an Open-source product. Baseline is built on AWS and leverages serverless technologies to offer a solution that scales automatically and is cost-effective. With other…

    2024 · baselinejs.com

  16. 16

    Hey HN! We built https:&#x2F;&#x2F;keenable.ai, a different web search API for AI agents. Keenable searches our own 100B+ page index. We are focused on low cost and latency (p95 <250ms from us-east). We don’t believe in benchmaxxing, so we open-sourced our internal benchmarking suite, NEEDLE (available at https:&#x2F;&#x2F;keenableai.github.io&#x2F;needle): a live benchmark that compares Keenable with other search APIs on fresh agent-like queries. I spent seven years at Amazon as a scientist working on web grounding for Alexa&#x2F;AGI, and my co-founder Andrey previously led search at…

    12d ago · keenable.ai

  17. 17IB

    Hey everyone! Some time ago I was analyzing why React apps are so hard to optimize, and came to a conclusion that the lack of atomic updates is the culprit. I made an experimental library which basically updates everything in place directly in HTML. At some point I became aware that Solidjs exists, which is a very similar idea, but at the end of the day I realized my approach to API is quite different and warrants the existence of my library (my state primitive allows selector subscriptions, array iterators return a state primitive with the element, allowing to never re-render the whole…

    2024 · github.com

  18. 18

    Generate FastAPI, NestJS & Go backends in minutes

    Jul 2026 · fastdev.tech

  19. 19BP

    Hi all, I'm one of the authors of Serverless-Stack.com — an open source guide to building full-stack apps with AWS Lambda and React. Since it's launch in 2017, it's become one of the most widely read guides for building Serverless apps. Today we are adding a new section to the guide that walks you through the best practices of building large Serverless applications. It tries to address some of the most common questions that teams have: - How should my project be structured when I have dozens of interdependent services? - How should I manage my environments? - What are the best practice for…

    2019

  20. 20NB

    Hey everyone, Daniel here. I’m building an open source framework that makes it easy to code and deploy serverless applications – https:&#x2F;&#x2F;github.com&#x2F;notation-dev&#x2F;notation | https:&#x2F;&#x2F;notation.dev. I wanted a tool that delivers the benefits of serverless (scalable managed services), but with a first-class developer experience. Here are the main concepts: 1&#x2F; Notation provides a set of primary infrastructure resources (eg API gateway, lambda, event bridge etc) that can be composed together into serverless apps. They are fully typed, so slot into place very…

    2024 · github.com

  21. 21GA

    I started working on this back in 2019, mostly as a design idea. Over the last month I made a big push to make it 100% usable and replace C# in all my personal projects. I now feel it's solid enough to gather feedback from other developers. If you take it for a spin, I hope you enjoy it and send your thoughts!

    Jun 2026 · davidobando.github.io

  22. 22OS

    2022 · youonlygetanapi.com

  23. 23SR
  24. 24AF

    Announcing: ADAPT Framework ALPHA release and demo ADAPT Framework is a developer toolkit for replacing a centralized web back end with a decentralized mesh of interconnected data nodes. ADAPT is an easy way to build non-custodial internet applications for document sharing, messaging, credential management, medical data sharing, and other similar use cases. ADAPT enables developers to create data nodes that work identically on the front end and server side. All business logic that was traditionally placed into the back-end of an application can now be implemented by defining the behavior of…

    2023 · github.com

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