a company or place that will take your html prototype and convert to tanstack
I've been creating an html and js full functioning demo of my e-commerce site for a while now. it has about 70 pages, but almost every single page reside the same exact 4 components to display product. i use one behemoth canonical data file for all placeholder data currently, and all pages pull from ids so the pages know which products belong where. my search function also uses this.
it's still a pretty big site though. it's for selling gemstones, which is why it has so many pages, for filtering ability options.
my main issue is this is literally my 8th rendition of the site. when i first started i had no idea what i was looking at, but as i kept going i learned more, and now know what im mostly looking at. (all of it is Ai generated)
but this specific version is definitely the one i'm going to go with, but my problem is that every time i try to convert my prototypes into next js, using react components, its fucking cluster fuck. i'm literally to the point where me i just want to pay someone to take my prototype code and then create it.
because i have so much more i have to learn besides coding for this website to be functional and make profit, i have to learn seo, how to create good ads, where to advertise, take photos of products, write hundreds of listings for each one, while being sure to be FTC compliant, not to mention all copyright, all content, i haven't even thought about discounts, i need to write an entire legal page still, and this is all without the implementation of any kind of an account for users, which ive realized is a completely different animal. i sell to people in the jewelry industry and the client base expects very specific features to make their life easier otherwise they won't even bother with it.
my other main issue is i haven't learned any efficient caching strategies yet, loading strategies, or methods to keeps cost down when people visit the site and there are requests for photos or videos. i have no figured out security yet 100%, or how to avoid any sort of attacks to people changing prices on the site, because i dont even understand how people do that in the first place. i know all of this has to do with how you set up and write your code though, at least i think.
so is there a place that does this? takes me already made prototype and uses it to create the site using a specific type of framework that i want, and also be able to think for this future in regards to security? and at least be efficient in regards to caching methods. because the site has some heavy components on it.