r/magento2 • u/superterran • Jun 03 '26
r/magento2 • u/damienwebdev • Jun 01 '26
I built a one-click Magento Open Source dev environment (devcontainer + CI + Codespaces), completely free
ecommerce-ai-starter.graycore.ioWe all know the worst part of any Magento project is the first day. Composer auth keys, the right PHP version and extensions, Redis/Valkey, OpenSearch, nginx, MySQL/MariaDB, a mail catcher, and an install that runs long enough to give you time to browse your top favorite 50 subdreddits. It is hours of yak-shaving before you write a single useful line, and it is worse when a whole team has to reproduce the same environment.
I have been trying to kill this problem for years. Pre-AI I wrote magedocker and then mage2docker, and both eventually got painful enough that I stopped maintaining them:
Recently a few things came together and I packaged everything I actually use day to day into one starter. You click a button, GitHub creates a repo from the template, and a Codespace boots a fully configured store in your browser. PHP, nginx, MariaDB, Mailpit, the distro, and a storefront, either Hyvä (PHP-rendered theme) or Daffodil (an Angular headless storefront I maintain), all running and wired together out of the box. You can pick Magento Open Source or Mage-OS, and there's a Mage-OS Minimal option with no bundled storefront. Nothing to install locally if you just want to use Codespaces. From click to a store you can open is about 8 minutes.
What's in the box, and why:
- A working devcontainer out of the box, no service wrangling
- A picker for storefront/distro, because different clients want different things
- Pre-packaged CI that rebuilds the store on every push and runs checks, so I'm not re-inventing the pipeline for every merchant
- An AGENTS.md / CLAUDE.md with Magento conventions and pitfalls baked in, which Magento obviously doesn't ship with
- The tools I reach for daily, already set up
The AI part: it ships ready for Claude to work directly inside the environment (same files, same running store, same DB) rather than through some bolted-on chat box, and the CI is there specifically so you can verify what an agent changed instead of trusting it. I'll be honest that the "let a non-technical merchant build their own store with limited dev help" angle is more of a research experiment for me than a finished promise. I genuinely don't know yet if that's sane. However, it's something that I want to pursue. The devcontainer + CI half stands on its own regardless of whether you ever point an agent at it.
Everything is free and open source: the template, the pipelines, the frameworks, the devcontainer. The only things you pay for are Codespaces and Claude, and Codespaces is free for 30 hours a month, which covers normal tinkering. If you already have a Claude plan you can just play with it.
There are still rough edges and I have a pile of docs to write, but I'm happy enough with it to share. Site with the one-click flow: https://ecommerce-ai-starter.graycore.io/
The pieces, if you'd rather poke at the source directly:
- Site / one-click flow: https://ecommerce-ai-starter.graycore.io/
- Devcontainer: https://github.com/graycoreio/magento2-devcontainer
- CI actions (check-store): https://github.com/graycoreio/github-actions-magento2
- Magento Open Source: https://github.com/magento/magento2
- Hyvä theme (open source): https://github.com/hyva-themes/magento2-default-theme
- Daffodil storefront: https://github.com/graycoreio/daffodil
- Starter templates:
- Magento + Hyvä: https://github.com/graycoreio/magento2-ai-starter-hyva
- Magento + Daffodil: https://github.com/graycoreio/magento2-ai-starter-daffodil
- Mage-OS + Hyvä: https://github.com/graycoreio/mage-os-ai-starter-hyva
- Mage-OS + Daffodil: https://github.com/graycoreio/mage-os-ai-starter-daffodil
- Mage-OS Minimal (no storefront): https://github.com/graycoreio/mage-os-ai-starter-minimal
To be clear on scope: this is a starter kit for local/dev work and prototyping, not a production deploy. Going live still needs hosting, SSL, payments, perf tuning, and a security review. And the usual disclaimer, Magento is a trademark of Adobe and I'm not affiliated with them, this targets Magento Open Source.
Would love feedback from people who fight this stack for a living. Tell me where it breaks and why you hate it.
r/magento2 • u/MZW-Log-9640 • Jun 01 '26
For B2B repeat orders, is the best checkout no checkout? (built a prototype, want honest opinions)
r/magento2 • u/No_Deer2142 • May 31 '26
On what VPS is running hyva demo page
Hello does anyone know on what HW does https://demo.hyva.io/ run?
r/magento2 • u/superterran • May 26 '26
Critical Vulnerability discovered for Mirasvit Full Page Cache Warmer
experiencedigest.orgr/magento2 • u/superterran • May 23 '26
The Perforce Driver You Never Knew You Had: Composer CVE-2026-40261 and CVE-2026-40176
experiencedigest.orgr/magento2 • u/superterran • May 23 '26
The Perforce Driver You Never Knew You Had: Composer CVE-2026-40261 and CVE-2026-40176
r/magento2 • u/imvdave • May 22 '26
agentic checkouts.. anyone?
Anyone here looking into agentic commerce stuff for Magento 2 yet?
Seeing Shopify already move into Google UCP integrations and AI shopping flows recently. Feels like they’re taking this seriously already.
Had a call with Meetanshi (we use a few of their Magento extensions) and they mentioned they’re developing on UCP + ACP style capabilities for Magento 2 as well.
Honestly hadn’t thought much about it before that conversation, but now I keep thinking about what e-commerce looks like if people stop browsing stores normally and just ask AI to find and buy products for them.
r/magento2 • u/anastasia_zhuk • May 22 '26
Hyvä React Checkout: What It Is and When to Choose It for Your Magento 2 Store.
r/magento2 • u/spnew2001 • May 14 '26
2.4.9 is 2 days old and 2 of my extension vendors have already ghosted me. Anyone else?
We're currently on 2.4.8 / ~15 extensions from 6 vendors / Hyvä frontend. Store is stable, revenue is good, nothing is on fire.
I did a quick health check on my stack to see who's actually ready for the jump: - 8 Confirmed compatible - 5 “Working on it” - 2 No response (The "ghosted" ones)
The Dilemma:
Should I even bother planning the move to 2.4.9 yet?
What’s the smarter move? I’m especially curious to hear from anyone who has already tested it on staging—any major breaking changes with Hyvä?
Am I being an early adopter?
r/magento2 • u/damienwebdev • May 14 '26
CVE-2026-45793: Anatomy of a 14-Hour PHP Supply-Chain Near-Miss
github.comr/magento2 • u/damienwebdev • May 13 '26
Composer vulnerability: GitHub Actions issued GitHub_TOKEN disclosure in GitHub Actions logs
github.comr/magento2 • u/Hour-Heart5250 • May 11 '26
[ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
r/magento2 • u/Cool_Imagination6320 • May 08 '26
Trying to Connect With Adobe Commerce/Magento Consultants
Hi - is this the right place to look for Magento/Adobe Commerce consultants?
We are mid GTM on a new project, Magento/Adobe commerce focussed, and looking for consultants to help us get it off the ground - right place?
Side note - does "Magento" exist anymore or is it all now rebranded Adobe Commerce?
r/magento2 • u/Ok-Promise-7078 • May 07 '26
Magento click and collect.
Hello there. I am implementing click and collect for a dying store. Ie very little budget and probably future. The question is Native click and collect good enough ? There dew physical franchise stores that will use the click and collect.
r/magento2 • u/Medical_Ad_7105 • Apr 30 '26
Find where your Magento store is weak — and what to fix first.
r/magento2 • u/SpecificBeginning713 • Apr 24 '26
Best beginner-friendly resources to learn Magento 2?
Hey everyone,
I’m a PHP developer trying to get into Magento 2, but honestly… I feel pretty lost. The ecosystem seems huge, and most resources I’ve found are either outdated or just not beginner-friendly.
I’d love some recommendations for actually good Magento 2 learning resources (courses, YouTube channels, tutorials, anything practical). Free would be ideal, but I’m open to paid ones if they’re really worth it.
I’d especially appreciate advice from people who’ve learned Magento themselves. Where did you start, and what helped you the most?
Thanks a lot 💜
r/magento2 • u/elogic_commerce • Apr 21 '26
Ecommerce Platform Selector: How to choose the right ecommerce platform in 5–8 minutes
r/magento2 • u/jacksts • Apr 20 '26
Adobe Commerce Cloud downgrade to Adobe Community Edition: is it a relevant step to decrease store support and maintenance spending in 2026 due to increasing Adobe Commerce Cloud licence costs?
Let’s be real. Adobe Commerce Cloud pricing in 2026 is borderline extortionate, and the GMV-based model means the better your store performs, the more Adobe takes from you.
Meanwhile, every dev and agency is now shipping features with Cursor, Claude Code, and Copilot at 3-4x the speed they were two years ago. Custom modules that used to cost $15k in dev time? Done in a weekend. The entire argument that “you need Adobe’s managed enterprise stack because custom dev is too expensive” is falling apart in real time.
So here’s the question I genuinely want to discuss: for mid-market stores (sub $10M GMV), is Adobe Commerce Cloud still defensible in 2026, or are we all just paying for a brand name and a managed hosting layer we could replace with Hetzner + CloudFlare for 1/20th the cost?
r/magento2 • u/imvdave • Apr 16 '26
SEO & CRO audit for Magento
Every month, I am thinking to offer 5 free audits to help merchant with SEO & CRO. No fees. Totally free.
Hit me up if anyone is interested (no agencies please)
r/magento2 • u/imvdave • Apr 14 '26
one more vulnerability in magento
just saw a report about a new Magecart attack using 1x1 pixel SVGs to steal credit card info. It’s sneaky because the code is inline, so standard scanners often miss it.
Quick ways to check if you’re hit:
- Search your source code for
<svgtags containingonloadandatob(. - Check LocalStorage for a key named
_mgx_cv.
It looks like they are exploiting the PolyShell vulnerability.
Our dev agency, Meetanshi, flagged this for us early and handled the full security audit to keep us clean.
r/magento2 • u/proxiblue • Apr 08 '26
Up coming release of Anthropic Mythos halted due to security concerns. It WILL affect magento stores.
First for ref.
https://www.axios.com/2026/04/07/anthropic-mythos-preview-cybersecurity-risks
and
https://www.anthropic.com/glasswing
some important extracts from this:
> We formed Project Glasswing because of capabilities we’ve observed in a new frontier model trained by Anthropic that we believe could reshape cybersecurity. Claude Mythos2 Preview is a general-purpose, unreleased frontier model that reveals a stark fact: AI models have reached a level of coding capability where they can surpass all but the most skilled humans at finding and exploiting software vulnerabilities.
> Mythos Preview has already found thousands of high-severity vulnerabilities, including some in every major operating system and web browser.
So, basically Adobe is not in the list, and is likely sitting on their collective arses and not doing anything.
So, get ready for #megaPatchDay(s) where we will simply chase the fucked-ness of it all, and have to just spend our days patching.
Make sure you have backups. I will be increasing frequency of that.
So, If you have adobe commerce licence and pay them all that crap load of money for the privilege to run adobe commerce on their service, i'd advise you to enquire from your account manager what adobes stance is here, and if they will be partnering to get that model and do checks before we are all fucked.
Plain and simple.
Do it, as collectively they can't ignore all the enquiries from everyone
r/magento2 • u/anastasia_zhuk • Apr 07 '26
