(评论)
(comments)

原始链接: https://news.ycombinator.com/item?id=41500938

Your Next Store 旨在通过提供基于 Next.js、React.js 和 TypeScript 等流行技术构建的快速、用户友好的平台来彻底改变在线购物。 与传统商店不同,由于与 Stripe 后端集成,这种现代解决方案需要最少的资源,无需额外的数据库。 因此,开设商店变得简单而高效,主要面向小型企业。 性能在电子商务中至关重要,Your Next Store 通过部分预渲染、悬念流式传输和乐观更新等创新技术提供优化的速度。 Your Next Store 在 AGPL 下开源,对所有用户免费,有潜力成为 Shopify 等成熟平台的竞争替代品。 请访问 github.com/yournextstore/yournextstore 探索该项目并分享您对未来改进的想法。

相关文章

原文
We’re building Your Next Store, a modern, ultra-fast, open-source commerce in Next.js with Stripe as the backend - no DB required.

Selling online is often more complex than it needs to be. Setting up a storefront with great performance can feel daunting and time-consuming. There are many plugins, libraries, etc - the choice can be overwhelming.

Plus, in e-commerce, the backend and frontend are often written in different languages (e.g., PHP, Python, or Ruby for the backend). This increases the complexity and makes code management more challenging, especially for teams.

After working in e-commerce for several years, Michał and I set out to build the fastest and most compelling storefront for small to medium-sized merchants. Fast e-commerce sites are crucial because slow pages hurt sales [1]. Unfortunately, performance issues are still very common. The beauty of Your Next Store is its simplicity. No additional tools and no databases - just Next.js and Stripe.

On the technical side, we use App Router, React Server Component, Partial Pre-Rendering, Optimistic Updates, and Streaming with Suspense to make the store faster and leaner so it feels almost like a static website.

In summary:

Modern & Popular Stack: Built with Next.js, React.js, and TypeScript, making development faster and hiring easier compared to platforms that use less common frameworks like Shopify’s Liquid.

No Database Needed: Stripe handles the backend, reducing the need for complex infrastructure and simplifying the setup process.

Open Source: Free and open (AGPL), with the option for a commercial license if needed.

This is just the beginning. We want to make YNS even better and easier to use and eventually provide a good, open-source alternative to Shopify.

Check our code at https://github.com/yournextstore/yournextstore

We’d love to hear your thoughts and feedback! What features would you like to see next?

[1]: https://www.deloitte.com/ie/en/services/consulting/research/...

联系我们 contact @ memedata.com