Live data from Hacker News

Show HN: I've been building an ERP for manufacturing for the last 3 years

github.com

11–20 of 161 posts

Re: Show HN: I've been building an ERP for manufacturing for the last 3 years

#11
post #2

As a UX person, this is the type of stuff I love to see posted here. So many people don't understand how atrocious the UX is in non-sexy career tracks such as manufacturing. One question I have is how users have reacted to your leftmost nav bar. 13 icons is a lot, do you show them all at one time, or do they dynamically appear based on the user role of the person who's logged in at the time?

man! i wish i knew how to do a better job with that. there's just so much stuff. do you have any ideas?

Re: Show HN: I've been building an ERP for manufacturing for the last 3 years

#12
post #7

First off, congrats, this is no small feat, well done. A question: in my (limited) experience, ERPs are made on the basis of integrations. I'd have thought the best priority order would be data-model first, integration second, everything else third. How do you think about this? What's the goal here? And secondly, some feedback: It looks like Carbon falls into the same trap as many self-hostable SaaS-like products (in…

> Carbon on the other hand appears to be quite a few different components, with many dependencies, some of which are SaaS products, and uses a database (Supabase) which is itself a whole microservice ecosystem that is a considerable effort to deploy Perhaps this could be addressed by providing a Pulumi or Terraform program?

I think we can simplify this over time. Everything in our stack is MIT/Apache. I'm keeping my eye on this fastabase project from Drizzle: https://github.com/drizzle-team/fastabase/tree/main

Re: Show HN: I've been building an ERP for manufacturing for the last 3 years

#13

What vertical ERPs does it replace?

right now, we're just targeting small-medium manufacturers. there are two types -- one for job shops, and one for assembly type work. we're trying to target both.

imo though, it's fairly straightforward to go from a manufacturing ERP to a non-manufacturing ERP -- but it's very difficult to do the opposite because of the complexity of manufacturing.

Re: Show HN: I've been building an ERP for manufacturing for the last 3 years

#14
post #8

Congrats on the launch! Love seeing modern manufacturing systems. Do you handle supplier master data management? We're seeing procurement teams struggle with duplicate vendors in their ERPs - same supplier gets entered 5 different ways, messes up spend analytics and supplier relationships. We're building AI agents for business data cleanup (still in stealth, docs coming). Manufacturing/supply chain customers seem to…

for the supplier problem, we just use a typeahead/combobox component.

but for raw materials, we auto-generate the ids like this: https://x.com/barbinbrad/status/1947682873416221184

also working on some agents: https://x.com/barbinbrad/status/1903047303180464586

would love to talk, i'm brad@carbon.ms

Re: Show HN: I've been building an ERP for manufacturing for the last 3 years

#16
post #5

We built a lot of the custom ERP related systems outside of our ERP. Leaving the financials to the big boys and just talk to the ERP. It's working really well.

agree. it's very impressive how SAP maintains multiple ledgers for different regulations in different countries. i'm not going to replace that any time soon. i think even tesla uses SAP for accounting, but something like this for the rest.

Re: Show HN: I've been building an ERP for manufacturing for the last 3 years

#17
The modular ERP/MES/QMS approach is interesting and challenges traditional manufacturing processes. Most manufacturers obsess over single source of truth. (I.e. ensuring a part number means exactly the same thing across planning, production, and quality systems.) On the one hand, breaking these into separate apps creates potential data consistency risks. On the other hand, it could enable much better adoption. Start with MES for shop floor visibility then add QMS for compliance later rather than massive all-in-one ERP implementations that often fail. Curious, how are you handling data consistency across modules? What's been the feedback from your current or potential customers on this approach versus traditional monolithic ERP systems?

Re: Show HN: I've been building an ERP for manufacturing for the last 3 years

#18

The modular ERP/MES/QMS approach is interesting and challenges traditional manufacturing processes. Most manufacturers obsess over single source of truth. (I.e. ensuring a part number means exactly the same thing across planning, production, and quality systems.) On the one hand, breaking these into separate apps creates potential data consistency risks. On the other hand, it could enable much better adoption. Start…

hey founder here. they are separate apps, but use the same database, and same api. i'm also a big believer in single-source-of-truth and the compound startup idea

Re: Show HN: I've been building an ERP for manufacturing for the last 3 years

#19
post #8

Congrats on the launch! Love seeing modern manufacturing systems. Do you handle supplier master data management? We're seeing procurement teams struggle with duplicate vendors in their ERPs - same supplier gets entered 5 different ways, messes up spend analytics and supplier relationships. We're building AI agents for business data cleanup (still in stealth, docs coming). Manufacturing/supply chain customers seem to…

this is a big issue in healthcare, a chunk of my last company's revenue was doing MDM for large medtechs.

Re: Show HN: I've been building an ERP for manufacturing for the last 3 years

#20
post #5

We built a lot of the custom ERP related systems outside of our ERP. Leaving the financials to the big boys and just talk to the ERP. It's working really well.

Does the ERP allow you API access, or do you need to do CSV upload/download?
Post reply on HN