@@ -37,21 +37,11 @@ headline="The next-generation planning and execution engine for GraphQL"
3737
3838Enables greater performance and efficiency via deeper integration into your existing Node.js or remote business logic, no matter the shape of your GraphQL schema.
3939
40- ** Gra<em >fast</em > and PostGraphile V5 are in sponsors-only alpha; sponsor at any
41- tier, then reach out for access.**
40+ ** [ Gra<em >fast</em >] ( https://grafast.org ) and [ PostGraphile V5] ( https://postgraphile.org ) are in beta, funded by the Graphile community.**
4241
4342<div class = ' df flex-row justify-center' style = { {height: ' 3rem' }} >
4443<div class = ' ph2 df flex-column justify-center' >
45- <a class = ' button--outline' href = ' /sponsor/' ><span class = ' fas fa-heart' /> Sponsor for access</a >{ ' ' }
46- </div >
47- </div >
48-
49-
50- Add yourself to our mailing list to be notified when Gra<em >fast</em > is made generally available under the MIT license.
51-
52- <div class = ' df flex-row justify-center' style = { {height: ' 3rem' }} >
53- <div class = ' ph2 df flex-column justify-center' >
54- <a class = ' button--solid' href = ' https://grafast.org' target = " _new" >mailing list at grafast.org <span class = ' fas fa-external-link-square-alt' /></a >{ ' ' }
44+ <a class = ' button--outline' href = ' /sponsor/' ><span class = ' fas fa-heart' /> Support Grafast</a >{ ' ' }
5545</div >
5646</div >
5747</MarketingProduct >
@@ -111,10 +101,10 @@ Migrate.
111101
112102<div class = ' df flex-row justify-center' style = { {height: ' 3rem' }} >
113103 <div class = ' ph2 df flex-column justify-center' >
114- <a class = ' button--outline' href = ' /postgraphile/introduction/' ><span class = ' fas fa-book-open' /> Documentation</a >{ ' ' }
104+ <a class = ' button--outline' href = ' /postgraphile/introduction/' ><span class = ' fas fa-book-open' /> V4 Documentation</a >{ ' ' }
115105 </div >
116106 <div class = ' ph2 df flex-column justify-center' >
117- <a class = ' button--solid' href = ' /postgraphile/ ' >< span class = ' fas fa-arrow-right ' /> Learn More </a >{ ' ' }
107+ <a class = ' button--solid' href = ' https://postgraphile.org ' >PostGraphile.org (V5) </a >{ ' ' }
118108 </div >
119109 <div class = ' ph2 df h-100 flex-column justify-center' >
120110 <GitHubButton
@@ -129,16 +119,16 @@ Migrate.
129119
130120</MarketingSection >
131121
132- <MarketingDivide from = " white" to = " medium " via = " light" down />
122+ <MarketingDivide from = " white" to = " dark " via = " light" down />
133123
134- <MarketingSection bg = " medium " >
124+ <MarketingSection bg = " dark " >
135125
136126
137127<Flex >
138128<Col span = " 6" >
139129
140130<img
141- src = " /images/graphile.optimized .svg"
131+ src = " /images/graphile-starter-logo-light .svg"
142132alt = " Graphile Heart"
143133class = ' mw5 pt4'
144134/>
@@ -160,16 +150,16 @@ Graphile Starter includes the foundations of a modern web application, with a fu
160150
161151
162152</MarketingSection >
163- <MarketingDivide from = " medium " to = " dark " via = " light" down />
153+ <MarketingDivide from = " dark " to = " medium " via = " light" down />
164154
165- <MarketingSection bg = " dark " >
155+ <MarketingSection bg = " medium " >
166156
167157## Database tools
168158
169159<Flex >
170160<Col span = " 6" >
171161
172- <MarketingProduct name = " Graphile Worker" headline = " High performance Node.js/PostgreSQL job queue" docs = " https://github.com/ graphile/worker "
162+ <MarketingProduct name = " Graphile Worker" headline = " High performance Node.js/PostgreSQL job queue" docs = " https://worker. graphile.org "
173163github = " https://github.com/graphile/worker" >
174164Run jobs (e.g. sending emails, generating PDFs, …) "in the background" so
175165that your HTTP response code is not held up. Starts jobs almost instantly (2ms latency).
@@ -195,7 +185,7 @@ Experimental, being developed in the open. Focusses on fast iteration speed.
195185
196186</MarketingSection >
197187
198- <MarketingDivide from = " dark " to = " nodes" via = " light " />
188+ <MarketingDivide from = " medium " to = " nodes" via = " dark " />
199189
200190<MarketingSection bg = " nodes" >
201191<MarketingProduct big name = " Development Support" headline = " Priority text support straight from the maintainer" more = " /support/" >
@@ -221,13 +211,13 @@ class='mw5 pt4'
221211<Col span = " 6" >
222212<MarketingProduct
223213big
224- name = " Graphile Engine "
214+ name = " Graphile Build "
225215headline = " Build high-performance easily-extensible GraphQL schemas by combining plugins"
226216docs = " /graphile-build/getting-started/"
227217more = " /graphile-build/"
228218>
229219
230- Graphile Engine is the database-independent heart of PostGraphile — it's an
220+ Graphile Build is the database-independent heart of PostGraphile — it's an
231221extremely powerful way to build extensible automatic GraphQL APIs over any
232222data source.
233223
0 commit comments