nowfound

Alternatives

Products that do what A Streamlit Equivalent for Node.js does

Hi, I'm Vaibhav, creator of Backroad. Over the course of building several web apps with Node.JS over the years, a major pain point always was having to make tons of decisions regarding framework choices, styling libraries, choosing form elements, handling file uploads etc. So I built a Streamlit like tool which makes the whole process simpler. You can check it out here: https://backroad.sudomakes.art/ With time and experience I have realised that more than 80% of use cases can be achieved using a basic set of inputs and components. With Backroad, you can focus on your core…

  1. 1
    Streamoku244

    Streamlit hosting made simple

    2025

  2. 2RF
  3. 3IM
  4. 4AC
  5. 5IM

    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

  6. 6RA

    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

  7. 7IJ

    Hey HN! I've been working on Muxamp for over a year now, and I decided that there's no point in keeping the source closed. (I never planned on making money from it.) I've learned a lot since I started, and I hope others can benefit from its release--and perhaps teach me a thing or two as well :)

    2013 · github.com

  8. 8UT

    streamlit-shadcn-ui is a python lib that allows you to use shadcn components in streamlit. Benefits: 1. It extends the components options for building streamlit app 2. A morden and clean designed components for streamlit developer 3. streamlit-shadcn-ui provide a component "element", which allows you to write react-like component in python. You can nest and combine all the components with existing code. Related resources: + Github: https://github.com/ObservedObserver/streamlit-shadcn-ui + Demo: https://shadcn.streamlit.app/ + Streamlit:…

    2023 · github.com

  9. 9AS

    http://binb.nodejitsu.com Alredy posted, but giving it another try. What do you think?

    2012

  10. 10AL
  11. 11SC
  12. 12LB

    Howdy friends! Tell me if this is an atrociously terrible idea - I've been working on building a leetcode for clientside devs so we can practice React and Javascript interview questions in a more concise way, I call it clientside.dev I just finished a beta version of it yesterday and plan on releasing it with many more problems on Jan 1st but it's there if you wanna play with it open to any ideas / feedback however mean or nice it may be :)

    2022 · vacation-call-335691.framer.app

  13. 13AB

    I'm the creator of node.js' dotenv. I'm making a better dotenv called dotenvx. * run anywhere (cross-platform) * multi-environment * encrypted envs What do you think?

    2024 · github.com

  14. 14IH

    Hello HN, I had some christmas free time over the last two weeks (Merry Christmas btw ;-)) and used that time to completely recreate the website of my app[1]. I used all the fancy new tools. I didn't know some of them when I started. What was my goal? * Pretty website * Blazing fast * Mobile first * SSR * Webp support * Generally all the best website practices (high lighthouse score) What did I use? * Tailwindcss (https://tailwindcss.com/) * Tailwind Components (https://tailwindui.com/) * React (https://reactjs.org/) * ViteJs…

    2021

  15. 15FS

    Hey HN! I think _hyperscript is an insanely cool language, and while designed for simple front-end DOM interactions, I thought it would be a cool back-end scripting language as well. So, I slapped together a TODO app with a _hyperscript bootstrapping script based on the original repository's node-hyperscript example. My repo isn't clean, just something I worked out over a weekend to prove the concept, also an excuse to play with htmx. :) Please read the README, and let me know how, if anyone's interested, I can work in some of my tweaks to the original repository. I'm kind of a noob with…

    2022 · github.com

  16. 16TF

    Hi folks, I started thinking some time ago about how to use ReactJS's server-side features with backends that aren’t specifically built with Node.js or Deno. After some research, I found that the only strict requirement is a JS engine for server-side rendering, while the rest of the runtime can be in any language. For this reason, I started developing a full-stack ReactJS web framework with a Rust-based backend (the API draws heavy inspiration from Next.js). The server performance is already impressive, with a 4x improvement over the latest Next.js. We’re tracking it in a separate…

    2025 · github.com

  17. 17IM
  18. 18OS
  19. 19CA

    I’ve been experimenting with building a Node.js HTTP framework using Rust + Hyper with N-Api. The project started as a fully synchronous server, but I recently patched it to support async (Tokio/Hyper). That change alone nearly doubled throughput in benchmarks. What’s different: * Built directly on Hyper, no heavy abstraction * napi glue for Node.js bindings * Minimal core (sync and async engines side-by-side) * Focused on raw performance, not plugins (yet) This is still experimental and not production-ready. I’d like feedback on: * Async API design — does it feel ergonomic? *…

    2025

  20. 20YA

    There are many commercial YouTube summarizers, but I couldn't find an open-source one that truly fit my needs. So, I built YouTubeTLDR: a simple, self-hostable solution that uses the Gemini API without much bloat. I went with a synchronous approach + threading which was a nice break from Tokio. It is Bring Your Own Key, but the key is sent to the server for each request, which is something I might revise in the future. There is a demo on https://youtubetldr.onrender.com/

    2025 · github.com

  21. 21AR
  22. 22UT

    I spent some time making this. I am a beginner with blender but I did my best :) I'm open to any and all feedback.

    2022 · honzaap.github.io

  23. 23NA

    Hi, over the past few months I've been working on this project: Numax is a small Rust runtime that does three things: it runs WebAssembly modules in a sandbox, has a built-in local key-value store, and syncs everything across nodes with CRDTs and gossip. Basically, you write a wasm module, run it on two machines, and they converge (I hope !). It's a decentralized system... I hope someone finds it interesting! There's a whitepaper I've put a lot into, and I think the code isn't bad either! I believe there's still room in this world for software that's fun and well made, and while building…

    Jun 2026 · github.com

  24. 24NJ

    Hey, I'm absolutely thrilled to introduce my meticulously crafted Next.js Boilerplate, a project I've maintained for over 2 years. Recently, this project has achieved a huge milestone, over 4500+ stars on GitHub! Initially, I've build the boilerplate for my own use case. A template that allows me to kickstart a new React project with all the necessary tooling. The idea is to setup once and then reuse the template for all my future web projects, eliminating the need to start from scratch each time. This approach tremendously saves time, sparing me from repeatedly configuring and integrating…

    2023

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