Skip to content

Commit 7b37aa4

Browse files
committed
adding incept
1 parent c50c40e commit 7b37aa4

2 files changed

Lines changed: 69 additions & 26 deletions

File tree

docs/images/incept-logo-icon.png

105 KB
Loading

docs/index.html

Lines changed: 69 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
}
7777
header .products img {
7878
height: 30px;
79+
margin-right: 5px;
7980
}
8081
header .products a {
8182
color: #222222;
@@ -133,6 +134,7 @@
133134
}
134135
section div img {
135136
height: 30px;
137+
margin-right: 10px;
136138
}
137139
section div h3 {
138140
color: #222222;
@@ -177,7 +179,7 @@
177179
margin-left: 2px;
178180
}
179181
}
180-
@media (max-width: 568px) {
182+
@media (max-width: 680px) {
181183
header .products {
182184
display: none;
183185
}
@@ -193,17 +195,21 @@ <h6>Foundation</h6>
193195
</div>
194196
<nav class="products">
195197
<div>
196-
<img class="icon" src="./images/idea-logo-icon.png" alt="StackPress icon" />
197-
<a href="/idea">Idea</a>
198+
<img class="icon" src="./images/incept-logo-icon.png" alt="incept icon" />
199+
<a href="/incept">Incept</a>
198200
</div>
199201
<div>
200-
<img class="icon" src="./images/ingest-logo-icon.png" alt="StackPress icon" />
202+
<img class="icon" src="./images/ingest-logo-icon.png" alt="ingest icon" />
201203
<a href="/ingest">Ingest</a>
202204
</div>
203205
<div>
204-
<img class="icon" src="./images/ink-logo-icon.png" alt="StackPress icon" />
206+
<img class="icon" src="./images/ink-logo-icon.png" alt="ink icon" />
205207
<a href="/ink">Ink</a>
206208
</div>
209+
<div>
210+
<img class="icon" src="./images/idea-logo-icon.png" alt="idea icon" />
211+
<a href="/idea">Idea</a>
212+
</div>
207213
</nav>
208214
<nav class="social">
209215
<a class="npm" href="https://www.npmjs.com/org/stackpress">
@@ -220,39 +226,34 @@ <h6>Foundation</h6>
220226
</blockquote>
221227
<section>
222228
<div>
223-
<img class="icon" src="./images/idea-logo-icon.png" alt="idea icon" />
224-
<h3>Idea</h3>
225-
<a href="https://github.com/stackpress/idea" target="_blank">
229+
<img class="icon" src="./images/incept-logo-icon.png" alt="incept icon" />
230+
<h3>Incept</h3>
231+
<a href="https://github.com/stackpress/incept" target="_blank">
226232
<i class="fab fa-fw fa-github"></i>
227233
</a>
228-
<a href="/idea"><i class="fas fa-fw fa-globe"></i></a>
234+
<a href="/incept"><i class="fas fa-fw fa-globe"></i></a>
229235
</div>
230236
<article>
231237
<p>
232-
Generates app code based on a schema file. Highly pluggable.
233-
Bring your own generator. The purpose of this is to streamline
234-
and automate major parts of software development that follow
235-
a common pattern and therefore can be rendered. Some example
236-
code that can be generated using .idea files including the
237-
following.
238+
A content management framework. Build apps faster. Deploy anywhere.
238239
</p>
239240
<ul>
240-
<li>Database calls with any ORM</li>
241-
<li>API, REST, or GraphQL endpoints</li>
242-
<li>React components</li>
243-
<li>TypeScript type safety</li>
244-
<li>Admin pages</li>
245-
<li>more than 70% of the code you produce</li>
241+
<li>Build apps in days, not months.</li>
242+
<li>Choose your own database, powered by Drizzle</li>
243+
<li>Feature rich modern admin builder generated by Ideas</li>
244+
<li>Deploy to AWS, GCP, Azure, Vercel, Netlify with Ingest</li>
245+
<li>Use native web components with Ink templating</li>
246+
<li>Event driven and pluggable design</li>
246247
</ul>
247248
<nav>
248-
<a href="https://www.npmjs.com/package/@stackpress/idea">
249-
<img src="https://img.shields.io/npm/v/%40stackpress%2Fidea.svg?style=flat" />
249+
<a href="https://www.npmjs.com/package/@stackpress/incept">
250+
<img src="https://img.shields.io/npm/v/%40stackpress%2Fincept.svg?style=flat" />
250251
</a>
251-
<a href="https://github.com/stackpress/idea/blob/main/LICENSE">
252+
<a href="https://github.com/stackpress/incept/blob/main/LICENSE">
252253
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat" />
253254
</a>
254-
<a href="https://github.com/stackpress/idea/commits/main/">
255-
<img src="https://img.shields.io/github/last-commit/stackpress/idea" />
255+
<a href="https://github.com/stackpress/incept/commits/main/">
256+
<img src="https://img.shields.io/github/last-commit/stackpress/incept" />
256257
</a>
257258
<a href="https://github.com/stackpress/ink/blob/main/README.md#contributing">
258259
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" />
@@ -327,6 +328,48 @@ <h3>Ink</h3>
327328
</nav>
328329
</article>
329330
</section>
331+
<section>
332+
<div>
333+
<img class="icon" src="./images/idea-logo-icon.png" alt="idea icon" />
334+
<h3>Idea</h3>
335+
<a href="https://github.com/stackpress/idea" target="_blank">
336+
<i class="fab fa-fw fa-github"></i>
337+
</a>
338+
<a href="/idea"><i class="fas fa-fw fa-globe"></i></a>
339+
</div>
340+
<article>
341+
<p>
342+
Generates app code based on a schema file. Highly pluggable.
343+
Bring your own generator. The purpose of this is to streamline
344+
and automate major parts of software development that follow
345+
a common pattern and therefore can be rendered. Some example
346+
code that can be generated using .idea files including the
347+
following.
348+
</p>
349+
<ul>
350+
<li>Database calls with any ORM</li>
351+
<li>API, REST, or GraphQL endpoints</li>
352+
<li>React components</li>
353+
<li>TypeScript type safety</li>
354+
<li>Admin pages</li>
355+
<li>more than 70% of the code you produce</li>
356+
</ul>
357+
<nav>
358+
<a href="https://www.npmjs.com/package/@stackpress/idea">
359+
<img src="https://img.shields.io/npm/v/%40stackpress%2Fidea.svg?style=flat" />
360+
</a>
361+
<a href="https://github.com/stackpress/idea/blob/main/LICENSE">
362+
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat" />
363+
</a>
364+
<a href="https://github.com/stackpress/idea/commits/main/">
365+
<img src="https://img.shields.io/github/last-commit/stackpress/idea" />
366+
</a>
367+
<a href="https://github.com/stackpress/ink/blob/main/README.md#contributing">
368+
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" />
369+
</a>
370+
</nav>
371+
</article>
372+
</section>
330373
</main>
331374
<footer>
332375
<i class="fas fa-fw fa-heart"></i>

0 commit comments

Comments
 (0)