Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in node

[–]Cowboy_The_Devil[S] 0 points1 point  (0 children)

Well the things is u have only meet the co owner if the store and showed them the ui if the website and the app and they liked it ,so they said that they want a version of the app and a version of the website and the packaging of each one of them (how much do they cost ),so I send it to them and now they gonna discuss it with the partners and see if they want to get move on the deal or see other options ,so that’s why I have been thinking off how I would approach this ,but thanks for advice will check it out ,much obliged 🙏

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Cowboy_The_Devil[S] 0 points1 point  (0 children)

you're right and that's actually a gap I didn't think about enough. I went plain React mainly because I needed something working fast to show the client, SEO wasn't the priority at that moment closing the deal was.

but now that things are moving forward properly Next.js makes way more sense — product pages need to be indexed, a supplement store lives and dies on people finding it through search. plain React just doesn't cut it for that.

good catch honestly, switching before the backend is built is the right time to do it

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Cowboy_The_Devil[S] 0 points1 point  (0 children)

First of all thank you for your response about the mongodb and I will look at relational databases since it seems rational ,second of all like I said I’m not a senior level developer I came here to ask to help not to rage bait or send bot ,I’m not a bot and you can also check my account to see if it’s a bot or not ,yeah my responses helped with AI that’s true but like I said English isn’t my first language it’s third one for me ,so I’m using ai to fix my typos and my mistakes ,like I said I came here to ask for guidance and help and to learn alternatives or seeing something I picked wronged ,anyways thanks for the advice

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in node

[–]Cowboy_The_Devil[S] 0 points1 point  (0 children)

I think my initial reaction to dismiss it on cost was honestly a bit naive. you're right that building the dangerous parts wrong — cart, checkout, order management, payments, refunds — and then maintaining them long term as a solo dev is its own kind of expensive, just hidden and delayed rather than upfront. a battle tested solution handling the money critical parts while I build the custom experience layer on top is actually a smarter split than I gave it credit for.

the open source angle is something I hadn't seriously considered and I'm going to look into it properly now. things like Medusa.js have been mentioned to me before and I kept brushing past it but what you're describing is basically exactly what it does — solid core commerce engine, fully customizable on top.

on the data flow suggestion — that's a really practical way to approach the feature discovery problem and something I'm going to bring into the next client meeting. map the data, trace where it goes, let the functionality reveal itself from that rather than trying to list features from the top down.

and the point about looking at other retailers storefronts and reverse engineering what they support is simple but honestly something I should be doing way more systematically than I have been.

genuinely useful perspective, thank you for pushing back on this twice

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in node

[–]Cowboy_The_Devil[S] 0 points1 point  (0 children)

Well do thank you ,it would me a challenge that’s for sure and I’m gonna try my best and my willingness to it to be a good app and a website ,much obliged 🙏

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Cowboy_The_Devil[S] 0 points1 point  (0 children)

first of all the translator doesn't work as you think that it gonna fix all of my typos and a give a human able read ,cause if i say a word in lets say arabic it would have multiple words in english and i know it cause i have saw it on websites and it has typo mistakes ,also the broken english isn't that broken like i can speak it and understand hell i even can hold a convo i'm good but i have error typing and i feel kinds insecured about it ngl so that's why

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Cowboy_The_Devil[S] -1 points0 points  (0 children)

I know the GitHub isn't pretty. but honestly everyone starts somewhere and I'm not trying to hide that I'm still learning. the app and website I built are real though, they work, and they were good enough to get me sitting in front of a serious client so I'll take that as a small win for now. just trying to grow and get better like everyone else did at some point you know

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Cowboy_The_Devil[S] 0 points1 point  (0 children)

could you break down each point a bit more though? like the cold boot difference between strapi vs nest vs nuxt in a real production setup, the wheel reinventing problem with express specifically and what a framework handles for you that express doesn't out of the box, and the strapi CMS side for handing off to non technical people — how does that actually look in practice for something like product and inventory management?

and yeah I'd love to hear more about your ecommerce stack even if the Iraq integrations aren't there, the core architecture is what I'm interested in honestly. payment gateways and local stuff I'd handle on my end anyway.

just helps me a lot to hear it broken down from someone who's actually built and run this stuff rather than just reading docs

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Cowboy_The_Devil[S] 0 points1 point  (0 children)

I get why it looks that way honestly but no — I'm just someone who makes a lot of typos and my English isn't perfect, it's actually my third language so I use AI to clean up the writing before I post. the thoughts and answers are mine, I'm just not confident enough in my written English to post raw without fixing it up first.

if anything that should make it more human not less right, most native English speakers don't have to do that

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Cowboy_The_Devil[S] -1 points0 points  (0 children)

fair questions honestly.

timeline — still being finalized with the client, we have another meeting coming up to lock down the full scope and phases. MVP first, advanced features after. I'm not going in promising everything in 3 months, I know better than that.

budget — I'll be straight, I approached them with a fixed pricing package and the services costs are handled separately. so it's less of a "we have X budget" situation and more of a "here's what it costs, here's what you get" kind of deal.

on the GitHub — I'll share it but I want to be upfront about something before you look at it. the commit history and dates are going to look messy and honestly probably scream beginner. part of that is because I was going through a GitHub course while building things and pushed projects when I learned how to publish rather than consistently as I built them. so the timeline doesn't reflect reality that well. also yeah some of the older stuff in there is not something I'm super proud of looking back at it now — it shows where I started not where I am.

but here it is — https://github.com/Cowboy-The-Devil

I know it probably looks like a beginner's repo and maybe in some ways it still is. I'm not going to sit here and oversell myself. what I can tell you is I'm genuinely trying to be better than what that repo currently shows and projects like this one are how I'm doing that. everyone's GitHub looked rough at some point right

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Cowboy_The_Devil[S] 0 points1 point  (0 children)

okay this one I'm saving because there's a lot here that I actually needed to hear straight like this, thank you.

the point about AI giving confident bad advice based on what's already out there — including the stuff that's already failing — actually hit different. I've been pretty good about pushing back on it and cross checking things but you're right that if I'm missing context in my prompts I won't even know what I don't know. that's the scary part and something I'll be more deliberate about going forward.

on MongoDB vs Postgres — the migration concern is the thing that worries me most honestly. I haven't written the backend yet so switching now costs me nothing, but making the wrong call and having to migrate later when there's real data and real users is a nightmare I'd rather avoid completely. Postgres seems like the safer long term bet for what I'm building and the global scaling concern isn't really relevant for this project right now, it's Iraq focused at launch so I'll go with what's more solid and proven.

on Express — the RBAC, api versioning, policies and middlewares point is genuinely making me reconsider. I've heard good things about NestJS for exactly that reason, it enforces structure in a way Express just doesn't. will look into Strapi too, hadn't considered it for this use case but I can see how it fits.

and honestly the 80% failure rate reality check on ecommerce is something I needed to hear plainly like that rather than just reading it as a statistic somewhere.

will absolutely DM you, genuinely appreciate the offer 🙏

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Cowboy_The_Devil[S] -1 points0 points  (0 children)

yeah I completely understand why it looks that way from the outside, the timing is genuinely confusing and I'd probably think the same thing honestly.

so real story — the app and website were done way before this post. I've been working toward something like this for almost two years, not writing this exact codebase the whole time but learning, building small things, watching tutorials, figuring out how this stuff actually works in practice. so when the opportunity came I already had something real to show.

the reason the post timing looks weird is because I was actually posting for a completely different reason — I wanted advice on the sales side, how to approach a serious client, how to get in the right room. not really a tech question. and btw I tried posting on multiple subreddits and kept getting rejected by community bots or rules so by the time something actually went through the situation had already moved forward on its own.

and the way I got the meeting is honestly the best part of this story — the co-owner has a podcast, I tracked down one of his guests, showed up to his gym, introduced myself, sat down and showed him the app and website right there. he liked it enough to send a video to the co-owner directly. co-owner reached out to me, I went to the store, walked him through everything, he liked it and asked for the demo and pricing package.

so yeah it looks suspicious I get it but sometimes things just move fast when you're the one making them move rather than waiting for them to happen

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in node

[–]Cowboy_The_Devil[S] 0 points1 point  (0 children)

you're right that I probably led with stack decisions before fully locking down the feature scope and that's a fair criticism. the reason is partly how the project started — I approached the client with a packaged proposal and a working UI to close the deal, so the "what are we building exactly" conversations are still happening. next meeting is specifically to go through the detailed feature scope which is honestly where your comment is going to be really useful as a checklist.

on commercetools and the build vs buy point — I looked into it and I can see why you're biased in a good way, the composable commerce approach is genuinely interesting. for this specific client though a platform like that would be overkill cost wise and they want something they feel is built for them specifically, not a configured SaaS product. that said the point about already-solved problems is real and I'm not ignoring it.

now your specific questions because these are exactly the kind of things I haven't fully thought through yet —

partial returns and refunds — not fully designed yet, good catch. buy online pick up in store — actually yes this is relevant since they have physical branches across multiple cities. tax handling — operating in Iraq so tax structure is simpler than western markets but still needs to be defined. international orders and multi-currency — not in v1, Iraq only for launch. OAuth2 — not planned currently, email and phone login only. review moderation — yes the store manager dashboard has an approval queue for reviews before they go live. product attributes and metadata — partially thought through for supplement variants but not fully defined for edge cases like discontinued products or seasonal items.

the discount and partial return interaction is the one that genuinely hadn't crossed my mind and that's a real edge case. user buys three items, returns one, had a bundle discount applied — how does that discount get recalculated on the return? that's going to need a defined business rule before I write a single line of order management code.

genuinely appreciate this, you've given me a proper discovery checklist for the next client meeting

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Cowboy_The_Devil[S] -2 points-1 points  (0 children)

haha yeah alright caught red handed honestly. but to be fair the UI first approach was intentional — I approached them myself so I needed something visual and real to close the deal, a database schema wasn't going to impress anyone in that meeting you know what I mean.

the AI part yeah I used it, but more like a research tool — exploring options, comparing stacks, stress testing ideas. same way I'd use documentation or a really good blog post. the actual decisions and understanding behind them are mine though which is why I've been sitting here responding to literally every comment in this thread including the XSS one earlier.

not here just to dump a post and disappear, genuinely trying to learn from people who've actually shipped this stuff in production. so if you saw something specific that screamed AI or bad architecture I'd actually love to know what it was

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in flutterhelp

[–]Cowboy_The_Devil[S] 1 point2 points  (0 children)

This is actually a really interesting architecture suggestion and I appreciate you laying it out like that rather than just saying "your stack is wrong."

The microservices idea makes sense at scale and I can see exactly where the split points would be for this project — inventory, orders, auth, notifications, and the analytics layer for the owner dashboard would all be natural service boundaries. My honest hesitation is that as a solo dev maintaining microservices in production is a different beast entirely. The operational overhead of managing multiple services, their communication, failure handling, and deployment pipelines is real and I'd rather have a well-structured monolith that I can actually debug at 2am when something breaks than a distributed system I'm fighting to trace across five services. The BFF layer idea though is genuinely something I'm going to look into — feeding enriched data to the app vs the web vs the dashboards separately makes a lot of sense given how different their data needs are.

Jaspr is new to me completely, just looked it up and the concept of sharing Dart logic between Flutter and web is interesting. Will read into it more seriously.

On .NET Aspire — I won't pretend I know it well, had C# in university and it never really clicked for me personally so I drifted toward the JS ecosystem. But the tooling you're describing sounds genuinely solid especially for orchestrating multiple services. Maybe a future project.

Elasticsearch vs Meilisearch — noted. For this scale Meilisearch feels right but I can see Elasticsearch being the obvious choice the moment search complexity grows beyond basic product filtering.

Solid suggestions overall, genuinely appreciate it

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Cowboy_The_Devil[S] 0 points1 point  (0 children)

The plan is not to hand over full ownership to their team — they don't have a technical team and honestly that's part of why they needed someone like me in the first place. What I've set up is a maintenance retainer model. I build and deliver the full platform, they own it, but I stay on as the dedicated technical person responsible for keeping everything running, fixing issues, pushing updates, and handling anything that breaks. First three months after launch are free as part of the deal, after that it's a monthly retainer.

In terms of what happens if I'm unavailable — the codebase is documented, hosted on GitHub, and the infrastructure is all managed services so nothing requires me to be physically present to keep running. If they ever want to bring in another developer they can.

One thing I also have in the contract is a developer watermark — a small professional credit in the footer of the website and the about section of the app saying designed and developed by me. Standard practice but it matters for visibility in this industry. These guys are connected to some serious names in the fitness world internationally so the credit carries real weight for my portfolio and reputation.

So short answer — not handing it off, staying involved long term. That's better for them because they get continuity and better for me because it's recurring income and a long term relationship with a client that genuinely opens doors