nowfound

Alternatives

Products that do what prefID does

Stripe-style, prefixed IDs for TypeScript & JavaScript

  1. 1

    A free React/NodeJS SaaS template for quick idea execution

    2023

  2. 2PT
  3. 3
    CodeGuide126

    Generate PRDs, specs and wireframes your AI understands.

    Mar 2026

  4. 4UA

    The discussion about what to use for database keys has come up a few times on HN. Integers or UUID, or maybe ULID/UUIDv7 with a time component. One that also comes up is prefixes (as used by Stripe, most famously). The biggest downside (imo) of the Stripe approach is that you either have to store them as strings, which isn't great, or strip/prepend in your API layer. So I made a new thing called UPID. It's most similar to ULID, as it includes a time-component (but with lower precision) and also encodes to a base32 alphabet. But it also includes a 20-bit prefix (allowing four…

    2024 · github.com

  5. 5
    Code Mode144

    Slash MCP token usage by 68%

    Nov 2025

  6. 6

    Generate beautiful, typesafe code from data

    2018

  7. 7LT
  8. 8XD

    XID generates 20-character globally unique IDs (48-bit timestamp + 64-bit entropy + 8-bit counter + 5-bit checksum) in a single C file with zero dependencies. Features built-in timestamp extraction, collision resistance, and portable design for any platform - ideal for databases, IoT, and distributed systems. char id = xid_generate(); // => "01H5Z7K4W9A3B6C8D0F2G" Gists: https://gist.github.com/Ferki-git-creator/17450d52d143f746f0... (Feedback wanted: entropy improvements, embedded use cases, optimizations)*

    2025 · gist.github.com

  9. 9KB
  10. 10

    Quickly modify text and JSON using Javascript + LoDash

    2022

  11. 11AO
  12. 12VL

    I built a CLI that detects patterns AI coding tools leave behind: empty catch blocks, hardcoded secrets, as any everywhere, comments that restate the code, god functions, SQL concatenation. 24 rules across JS/TS and Python. Zero config, runs offline, regex-based so it's fast. npx @yuvrajangadsingh/vibecheck . Also ships as a GitHub Action for inline PR annotations and standalone binaries (no Node required). Why: CodeRabbit found AI-generated PRs have 1.7x more issues than human PRs. Veracode says 45% of AI code samples have security vulnerabilities. "Vibe coding" is everywhere now…

    Mar 2026 · github.com

  13. 13TI

    Spent a week in the break building a pre-compiler that brings type safety to runtime. Still pretty early, but generally does what it says. Looking for feedback, code that breaks it (check out the playground), ideas etc.

    Jan 2026 · typical.elliots.dev

  14. 14CS

    Hi HN, I'm Dan Draper, founder of CipherStash. We've spent 5 years building per-value searchable encryption tech. We realized that encryption like this is incredibly powerful but the engineering required is generally not worth the effort. So we built a platform and opensource SDK to take the cry out of cryptography :) CipherStash Stack is: * A searchable encryption SDK for TS and Postgres * Fast, key management with Zerokms (backed by HSM) * A transparent SQL proxy * Auth library and OIDC federation service * Skills for data security Integrations include Prisma Next, Drizzle, Auth0, Clerk…

    May 2026 · cipherstash.com

  15. 15

    PRD → production codebase, with a handoff pack auditors love

    Jun 2026 · archiet.ai

  16. 16TT
  17. 17PT
  18. 18

    One box for every dev utility — runs in your browser

    Jul 2026 · dev101.io

  19. 19LR
  20. 20TS

    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

  21. 21

    Next-gen TypeScript DI. The graph is the type.

    May 2026 · github.com

  22. 22D1
  23. 23AB

    Hey HN, I built a custom IDE in the browser as part of the Open Data Capture platform. It is based on the Monaco editor, which also powers VS Code. Unfortunately, there are very few examples online showing how to use Monaco with more advanced features (e.g., TypeScript/JSX support, Prettier integration, multiple files), so I figure this could be helpful for some folks out there. I built this to allow semi-technical users to design instruments (e.g., forms and interactive tasks) for our data capture platform. It includes a custom build toolchain, based on the esbuild-wasm build, that…

    2024 · playground.opendatacapture.org

  24. 24

    Skip Stripe KYC. Next.js 14 + Supabase + Gumroad boilerplate

    Aug 2026 · olbii.gumroad.com

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