Skip to content

Commit 903af67

Browse files
committed
updated copy
1 parent d4b1d28 commit 903af67

1 file changed

Lines changed: 32 additions & 3 deletions

File tree

docs/index.html

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
text-align: center;
107107
}
108108
section {
109+
background-color: #E9E9E9;
109110
border: 1px solid #222222;
110111
border-radius: 10px;
111112
margin-top: 20px;
@@ -129,9 +130,15 @@
129130
margin-left: 5px;
130131
}
131132
section article p {
133+
line-height: 24px;
132134
margin-bottom: 40px;
133135
margin-top: 10px;
134136
}
137+
section article ul {
138+
line-height: 24px;
139+
margin-top: -20px;
140+
margin-bottom: 40px;
141+
}
135142
footer {
136143
border-top: 2px solid #222222;
137144
color: #0C56A7;
@@ -202,8 +209,21 @@ <h3>Idea</h3>
202209
</div>
203210
<article>
204211
<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.
206218
</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>
207227
<nav>
208228
<a href="https://www.npmjs.com/package/@stackpress/idea">
209229
<img src="https://img.shields.io/npm/v/%40stackpress%2Fidea.svg?style=flat" />
@@ -231,7 +251,11 @@ <h3>Ingest</h3>
231251
</div>
232252
<article>
233253
<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.
235259
</p>
236260
<nav>
237261
<a href="https://www.npmjs.com/package/@stackpress/ingest">
@@ -260,7 +284,12 @@ <h3>Ink</h3>
260284
</div>
261285
<article>
262286
<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.
264293
</p>
265294
<nav>
266295
<a href="https://www.npmjs.com/package/@stackpress/ink">

0 commit comments

Comments
 (0)