▲ 1 r/npm

How much should you trust npm download numbers for an early-stage package?

I’m maintaining a small npm package and I’m trying to understand how meaningful npm download numbers actually are for an early-stage package.

After publishing a new version, I consistently see a noticeable spike in downloads shortly after the release, followed by a smaller number of downloads each day. The pattern seems to repeat with subsequent releases.

I’m especially interested in how people establish credibility around early npm download numbers without overinterpreting them.

Would love to hear how other package maintainers approach this.

reddit.com
u/brainpiper — 7 days ago
▲ 0 r/react

I built a React SDK where the prototype can become the starting point for the actual app

One thing I’ve always found frustrating with prototyping is the gap between “this is what we approved” and “now let’s actually build it.”

You create a prototype, tweak the design, show it to internal teams or a client, get feedback, iterate… and once everyone approves it, the actual development starts from scratch.

I’ve been experimenting with a different approach with ComposeKit.

The idea is:

  1. Build a prototype using ComposeKit components
    Generate the UI and interactions you need using the component library.
  2. Apply your theming/design requirements
    Customize the prototype so it looks and behaves closer to the actual product.
  3. Share it with your team or clients
    Use the prototype to get feedback and validate the experience before investing heavily in development.
  4. Once approved, use the same ComposeKit React SDK in your application

The same components used to build the prototype are available to the React application, so you don’t have to throw the prototype away and rebuild everything from scratch.

The goal is to reduce that friction between:
idea → prototype → feedback → approval → production

Instead of the prototype being a disposable artifact, it can become part of the foundation for the production application.

I’m also experimenting with AI/MCP to make the prototype generation faster by giving the LLM structured knowledge about the available ComposeKit components and their schemas.
ComposeKit is currently in beta, and I’m mainly looking for feedback at this stage.

I’d especially love to hear from people building React applications:
Would having a prototype that can directly transition into the production app actually solve a problem for you, or is the prototype → production gap not that painful in practice?

Try the playground here: https://composekit.brainpiper.com/#/playground

reddit.com
u/brainpiper — 10 days ago

I built a React SDK where the prototype can become the starting point for the actual app

One thing I’ve always found frustrating with prototyping is the gap between “this is what we approved” and “now let’s actually build it.”

You create a prototype, tweak the design, show it to internal teams or a client, get feedback, iterate… and once everyone approves it, the actual development starts from scratch.

I’ve been experimenting with a different approach with ComposeKit.

The idea is:

  1. Build a prototype using ComposeKit components
    Generate the UI and interactions you need using the component library.
  2. Apply your theming/design requirements
    Customize the prototype so it looks and behaves closer to the actual product.
  3. Share it with your team or clients
    Use the prototype to get feedback and validate the experience before investing heavily in development.
  4. Once approved, use the same ComposeKit React SDK in your application

The same components used to build the prototype are available to the React application, so you don’t have to throw the prototype away and rebuild everything from scratch.

The goal is to reduce that friction between:
idea → prototype → feedback → approval → production

Instead of the prototype being a disposable artifact, it can become part of the foundation for the production application.

I’m also experimenting with AI/MCP to make the prototype generation faster by giving the LLM structured knowledge about the available ComposeKit components and their schemas.
ComposeKit is currently in beta, and I’m mainly looking for feedback at this stage.

I’d especially love to hear from people building React applications:
Would having a prototype that can directly transition into the production app actually solve a problem for you, or is the prototype → production gap not that painful in practice?

Try the playground here: https://composekit.brainpiper.com/#/playground

reddit.com
u/brainpiper — 10 days ago

Built an AI React SDK for generating interactive app prototypes — thoughts?

I’m building a React SDK that uses AI to generate interactive enterprise application prototypes from a prompt, and I’d love some honest feedback.

For example, you could prompt:
“Create an employee onboarding application.”
The AI generates a working React prototype using predefined design system components—complete with navigation, forms, tables, dialogs, and basic interactions. You can then refine the application with follow-up prompts instead of starting from scratch.

My question is:
Would something like this be useful in your workflow? If so, who do you see getting the most value from it (developers, product managers, designers, or someone else)?

I’m looking for honest feedback on whether this solves a real problem or if there are gaps I should address.

reddit.com
u/brainpiper — 14 days ago

Built an AI React SDK for generating interactive app prototypes — thoughts?

I’m building a React SDK that uses AI to generate interactive enterprise application prototypes from a prompt, and I’d love some honest feedback.

For example, you could prompt:
“Create an employee onboarding application.”
The AI generates a working React prototype using predefined design system components—complete with navigation, forms, tables, dialogs, and basic interactions. You can then refine the application with follow-up prompts instead of starting from scratch.

My question is:
Would something like this be useful in your workflow? If so, who do you see getting the most value from it (developers, product managers, designers, or someone else)?

I’m looking for honest feedback on whether this solves a real problem or if there are gaps I should address.

reddit.com
u/brainpiper — 14 days ago