index.en.html 7.1 KB

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