|
106 | 106 | text-align: center; |
107 | 107 | } |
108 | 108 | section { |
| 109 | + background-color: #E9E9E9; |
109 | 110 | border: 1px solid #222222; |
110 | 111 | border-radius: 10px; |
111 | 112 | margin-top: 20px; |
|
129 | 130 | margin-left: 5px; |
130 | 131 | } |
131 | 132 | section article p { |
| 133 | + line-height: 24px; |
132 | 134 | margin-bottom: 40px; |
133 | 135 | margin-top: 10px; |
134 | 136 | } |
| 137 | + section article ul { |
| 138 | + line-height: 24px; |
| 139 | + margin-top: -20px; |
| 140 | + margin-bottom: 40px; |
| 141 | + } |
135 | 142 | footer { |
136 | 143 | border-top: 2px solid #222222; |
137 | 144 | color: #0C56A7; |
@@ -202,8 +209,21 @@ <h3>Idea</h3> |
202 | 209 | </div> |
203 | 210 | <article> |
204 | 211 | <p> |
205 | | - Generates app code based on a schema file. Highly pluggable. Bring your own generator. |
| 212 | + Generates app code based on a schema file. Highly pluggable. |
| 213 | + Bring your own generator. The purpose of this is to streamline |
| 214 | + and automate major parts of software development that follow |
| 215 | + a common pattern and therefore can be rendered. Some example |
| 216 | + code that can be generated using .idea files including the |
| 217 | + following. |
206 | 218 | </p> |
| 219 | + <ul> |
| 220 | + <li>Database calls with any ORM</li> |
| 221 | + <li>API, REST, or GraphQL endpoints</li> |
| 222 | + <li>React components</li> |
| 223 | + <li>TypeScript type safety</li> |
| 224 | + <li>Admin pages</li> |
| 225 | + <li>more than 70% of the code you produce</li> |
| 226 | + </ul> |
207 | 227 | <nav> |
208 | 228 | <a href="https://www.npmjs.com/package/@stackpress/idea"> |
209 | 229 | <img src="https://img.shields.io/npm/v/%40stackpress%2Fidea.svg?style=flat" /> |
@@ -231,7 +251,11 @@ <h3>Ingest</h3> |
231 | 251 | </div> |
232 | 252 | <article> |
233 | 253 | <p> |
234 | | - Event driven serverless framework. |
| 254 | + An event driven serverless framework that can be deployed on |
| 255 | + AWS, GCP, Azure, Netlify, and Vercel. A framework optimized |
| 256 | + specifically for serverless functions. Smaller footprint, |
| 257 | + and smaller builds. Publish and manage multiple containers |
| 258 | + in one repo. Deploy only what was changed. |
235 | 259 | </p> |
236 | 260 | <nav> |
237 | 261 | <a href="https://www.npmjs.com/package/@stackpress/ingest"> |
@@ -260,7 +284,12 @@ <h3>Ink</h3> |
260 | 284 | </div> |
261 | 285 | <article> |
262 | 286 | <p> |
263 | | - Generates app code based on a schema file. Highly pluggable. Bring your own generator. |
| 287 | + A modern server first template engine with a built-in |
| 288 | + parser/compiler that generates native web components and |
| 289 | + support reactivity. TypeScript first and close to the metal. |
| 290 | + Works with all major NodeJS frameworks. Use with any web |
| 291 | + components found online and publish native web components. |
| 292 | + Natively fast. 90% smaller build size. |
264 | 293 | </p> |
265 | 294 | <nav> |
266 | 295 | <a href="https://www.npmjs.com/package/@stackpress/ink"> |
|
0 commit comments