nowfound

Alternatives

Products that do what Fragno – Toolkit for building full-stack libraries does

Hi HN, I’ve been building 'Fragno', a toolkit for building full-stack TypeScript libraries that work seamlessly across frameworks like Next.js and SvelteKit. Traditional libraries are built to integrate on either the frontend or backend. Glue code ends up being re-implemented for every project: API routes, documentation (OpenAPI), client-side integration, etc. With Fragno, you can write libraries that include API routes and client-side hooks/logic. Users can integrate a Fragno library into their application with just a couple of lines of code. This embeds the API routes and lets them…

  1. 1

    Learn how to build a full stack JS web app from scratch

    2018

  2. 2

    The last TypeScript release built on JavaScript

    Mar 2026

  3. 3

    No code meets Next.js

    2022

  4. 4
    Blitz.js270

    Rails-like framework for React apps, built on Next.js

    2020

  5. 5

    Build scalable APIs in Node.js platform

    2016

  6. 6ST
  7. 7

    React and Next.js snippets with TypeScript

    2022

  8. 8IB
  9. 9

    Patch authentication into your Next.js app with one command

    Jan 2026

  10. 10

    Accelerate the time-to-market of your ideas

    2024

  11. 11

    Prototyping Tool Exporting React / Typescript Applications

    2019

  12. 12

    Create no-code functional and data driven platforms

    2022

  13. 13

    Create, run & share your custom tools effortlessly

    2023

  14. 14
    Tremor112

    The ReactJS open-source library to build dashboards fast

    2023

  15. 15
    PoemKit82

    React toolkit for fast web design and development

    2021

  16. 16

    Ai app builder to build & finish web apps with human support

    Oct 2025

  17. 17

    Run TypeScript snippets directly in Chrome DevTools

    2024

  18. 18KB
  19. 19TS

    Hi HN, I’m Guillaume, the cofounder of Bearer, an Open Source SAST solution. After launching a few weeks ago here on Hacker News with support for Ruby and JavaScript stacks, I’m happy to report we’ve just released a new version (v1.2) with TypeScript support! In terms of code coverage, we use the same rules already implemented for vanilla JavaScript, but as usual, you can build your own. The rules list is here: https://docs.bearer.com/reference/rules/ It’s a first version for TS, but we believe that thanks to the pre-existing JavaScript support it should already…

    2023

  20. 20SR

    Hey HN! I'm the author of SharpTS, a TypeScript interpreter and ahead-of-time compiler written in C#. *What makes it different:* - Dual execution modes - interpret TypeScript directly OR compile to native .NET executables - Full C# interop - compile TypeScript to DLLs that C# projects can reference with full type safety *What works today:* - Core TypeScript: classes, interfaces, generics, async/await, decorators - Advanced types: union/intersection types, literal types, type guards - Compiles to verifiable .NET IL with performance comparable to hand-written C# - 80+ unit tests,…

    Jan 2026 · github.com

  21. 21SS

    If you’ve ever explored GitHub repos and felt frustrated by how little you can tell about a project’s real tech stack — you’re not alone. That’s exactly why I built StackHound https://www.producthunt.com/posts/stackhound It goes beyond the GitHub API to scan dependency files and uncover the actual tools, frameworks, and languages a repo uses — whether it's built with React, Next.js, Tailwind, Flask, or Spring Boot. Just drop in a GitHub username and repo to analyze it instantly. You can also use our /api/analyze endpoint to plug it into your own tools. Try the…

    2025 · stackhound.vercel.app

  22. 22AN

    Definition Stack is a new vscode extension I have just released. It is a reading tool for Javascript and Typescript. It is available in the extension marketplace. You just click in a function in any source code, execute a command, and a new tab opens next to the original. That tab has a "block" which contains a copy of the function you clicked in. In that code every word (symbol) that has a definition is highlighted. If you click on a higlighted word a new block opens above the original which contains the source code of the definition for that word. You can click in that block and repeat to…

    2025 · github.com

  23. 23AO

    Hi HF, I'm Terrell, and we built an open-source app that lets developers create their own Operator with a Next.js/React front-end and a flask back-end. The purpose is to simplify spinning up virtual desktops (Xfce, VNC) and automate desktop-based interactions using computer use models like OpenAI’s There are already various cool tools out there that allow you to build your own operator-like experience but they usually only automate web browser actions, or aren’t open sourced/cost a lot to get started. Spongecake allows you to automate desktop-based interactions, and is fully open…

    2025 · github.com

  24. 24TH

    I built a library that lets you find code patterns using familiar CSS-like selectors, then connected it to Claude via MCP so AI assistants can understand and refactor codebases. The Approach // Find code patterns with intuitive selectors: const asyncFunctions = tree.findAll('function[async]'); const todoComments = tree.findAll('comment[text="TODO"]'); const reactHooks = tree.hooks(); // Built-in React support // Chain smart transformations: tree.transform() .rename('oldFunction', 'newFunction') .removeUnusedImports() .toString(); Key Features - CSS-like…

    2025

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