#Please help me decide an infrastructure for ecommerce
1 messages · Page 1 of 1 (latest)
does anyone have any ideas that I can take into consideration? I'd very much appreciate it
Just get started building with next.js and perhaps a headless CMS such as Strapi
Manage payments with Stripe
yes I want to have a headless CMS, but I don't know which one to pick, most of them have lock-ins to their specific platform and I don't want to make the wrong choice at the start
Strapi is great in my opinion
it needs a low cost entry point that is able to scale well
and needs the ability to be extended with custom fields that I can setup myself
such as 3d files for example
All you need is hosting, but it's open source and you can self-host wherever if you're not going to use their cloud service
better yet, we're thinking of also building 3d worlds where people can walk through
Strapi is very customisable
yeah that is true
Not sure what you're looking for exactly
Strapi sits on top of a database
And you can manage everything in between
it really is flexible
so I'm able to extend strapi to make a 3d environment builder with react components for example?
They have custom fields that you can create yourself
I'm no expert, they have a discord server you could join and ask your questions
I don't know if it'll provide exactly what I'll need
but we'll see
I'm just confused where to start
I understand
Anyways my advice is to just start with next.js and strapi and see where you hit limits
Strapi will give you a default sqlite database which you could switch out
Try it out in dev environment and see how you like it
I can use stripe for payments I guess, what about a/b testing, page creation, etc?
analytics?
CRM?
ORM?
I'll probably give strapi a try
there's also cockpit and directus I suppose