index.en.html 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. {{ partial "docs/html-head" . }}
  5. {{ partial "docs/inject/head" . }}
  6. <link href="https://fonts.googleapis.com/css?family=Didact+Gothic|Open+Sans" rel="stylesheet">
  7. </head>
  8. <body>
  9. {{ partial "top-bar" (dict "isLandingPage" true) }}
  10. <div class="hero">
  11. <div class="logo">
  12. <img src="{{ "logo.png" | absURL }}" />
  13. <h1>vendure</h1>
  14. </div>
  15. <div class="subhead">
  16. A modern, headless <a href="https://graphql.org/">GraphQL</a>-based ecommerce framework built with <a href="http://www.typescriptlang.org">TypeScript</a> & <a href="https://nodejs.org">Nodejs</a>
  17. </div>
  18. </div>
  19. <div class="section-1">
  20. <div class="content">
  21. <h2 class="top-header">Ecommerce For The Modern Web
  22. <a class="status" href="https://github.com/vendure-ecommerce/vendure/projects/1">
  23. <clr-icon shape="info-standard" size="24"></clr-icon>
  24. Status: pre-alpha
  25. </a>
  26. </h2>
  27. <p>Vendure is a new ecommerce framework built for the developers who are building the modern web.</p>
  28. <p>
  29. The project is currently in the early stages of development.
  30. <strong>The alpha release is coming in Q1 2019</strong>.
  31. You can track progress on <a href="https://github.com/vendure-ecommerce/vendure/projects/1">GitHub</a>.</p>
  32. </div>
  33. </div>
  34. <div class="section-2">
  35. <div class="content">
  36. <div class="features">
  37. <div class="feature">
  38. <div class="feature-icon">
  39. <img src="{{ "svg/clr-icon-data-cluster-brand.svg" | absURL }}" />
  40. </div>
  41. <h3>De-coupled & Flexible</h3>
  42. <p>
  43. Vendure is a headless framework, meaning that it delivers content through its <a href="https://graphql.org/">GraphQL API</a>, leaving you free to
  44. implement your store-front application(s) in the technologies of your choice.
  45. </p>
  46. </div>
  47. <div class="feature">
  48. <div class="feature-icon">
  49. <img src="{{ "svg/clr-icon-terminal-brand.svg" | absURL }}" />
  50. </div>
  51. <h3>Built for Developers</h3>
  52. <p>
  53. Vendure makes developer productivity a top priority. The framework is written in TypeScript and is
  54. built on the npm ecosystem.
  55. </p>
  56. <p>
  57. The combination of TypeScript and GraphQL enables end-to-end type safety.
  58. </p>
  59. </div>
  60. <div class="feature">
  61. <div class="feature-icon">
  62. <img src="{{ "svg/clr-icon-library-brand.svg" | absURL }}" />
  63. </div>
  64. <h3>Open Source</h3>
  65. <p>
  66. Vendure is available under the <a href="https://tldrlegal.com/license/mit-license">MIT license</a>.
  67. </p>
  68. <p>
  69. All development of the core framework is being done in the open on <a href="https://github.com/vendure-ecommerce/vendure">GitHub</a>.
  70. </p>
  71. </div>
  72. </div>
  73. </div>
  74. </div>
  75. <div class="section-video">
  76. <div class="content">
  77. <iframe class="video-embed"
  78. src="https://player.vimeo.com/video/305117299"
  79. width="640" height="360" frameborder="0"
  80. webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
  81. </div>
  82. </div>
  83. <div class="section-3">
  84. <div class="content">
  85. <div class="roadmap">
  86. <h2>Roadmap</h2>
  87. <p>
  88. Here's a partial list of some of the features which are planned for the initial release:
  89. </p>
  90. <ul>
  91. <li>
  92. <strong>Built-in admin interface</strong> Vendure will ship with a fully-functional admin UI app.
  93. </li>
  94. <li>
  95. <strong>Full multi-language support</strong> Create and deliver content in any language.
  96. </li>
  97. <li>
  98. <strong>Guest checkouts</strong> Reduce friction by allowing purchases to be made without requiring
  99. a sign-up.
  100. </li>
  101. <li>
  102. <strong>Fully customizable models</strong> Adding domain-specific properties to your models (products,
  103. customers, orders etc.) can be done in just a few lines of configuration code.
  104. </li>
  105. <li>
  106. <strong>Faceted search</strong> Facets (e.g. "Brand", "Colour") enable efficient filtering and grouping
  107. of products.
  108. </li>
  109. <li>
  110. <strong>Flexible search integrations</strong> Product search is one of the most important aspects of a successful
  111. ecommerce experience. Vendure will feature a pluggable interface to allow you to use the search solution
  112. of your choice (e.g. Elastic, Algolia etc).
  113. </li>
  114. <li>
  115. <strong>Extensible business logic</strong> Need to apply custom shipping logic? Sophisticated promotions?
  116. Vendure will feature hooks at each point of the purchase journey which allow you to customise and extend
  117. the built-in behaviour.
  118. </li>
  119. <li>
  120. <strong>Blazing fast</strong> What feature list would be complete without these two magical words?
  121. </li>
  122. </ul>
  123. </div>
  124. <div class="about">
  125. <h2>Who is building Vendure?</h2>
  126. <p>
  127. Vendure is being built full-time by <a href="https://www.michaelbromley.co.uk/">Michael Bromley</a>.
  128. </p>
  129. <p>
  130. I've been working on custom ecommerce software on and off for the past 13 years. Over that time I've learned
  131. a lot about how <em>not</em> to do things, and have developed a feel for what I as a developer would
  132. really like to see in an ecommerce tool.
  133. </p>
  134. <p>
  135. I also spent the past 3 years working on the core team of the <a href="https://getmesh.io/">Gentics Mesh</a> headless CMS.
  136. During my time on that project I came to appreciate the power of the API-first approach.
  137. </p>
  138. <p>
  139. Vendure is the culmination of my years in the trenches of yesterday's ecommerce development combined with
  140. my passion for front-end development and my conviction that headless architecture - and GraphQL
  141. in particular - are the way of the future.
  142. </p>
  143. </div>
  144. </div>
  145. </div>
  146. <div class="footer">
  147. &copy; 2018 <a href="https://www.michaelbromley.co.uk/">Michael Bromley</a>
  148. <a href="https://github.com/vendure-ecommerce/vendure" class="gh-link">Vendure on GitHub</a>
  149. </div>
  150. </body>
  151. </html>