Skip to content

Commit d0da743

Browse files
committed
stashed incept for stackpress framework
1 parent 72cd395 commit d0da743

1 file changed

Lines changed: 15 additions & 20 deletions

File tree

docs/index.html

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,6 @@
206206
<h6>Foundation</h6>
207207
</div>
208208
<nav class="products">
209-
<div>
210-
<a href="/incept">
211-
<img class="icon" src="./images/incept-logo-icon.png" alt="incept icon" />
212-
<span>Incept</span>
213-
</a>
214-
</div>
215209
<div>
216210
<a href="/ingest">
217211
<img class="icon" src="./images/ingest-logo-icon.png" alt="ingest icon" />
@@ -252,36 +246,37 @@ <h6>Foundation</h6>
252246
</blockquote>
253247
<section>
254248
<div>
255-
<img class="icon" src="./images/incept-logo-icon.png" alt="incept icon" />
256-
<h3>Incept</h3>
257-
<a href="https://github.com/stackpress/incept" target="_blank">
249+
<img class="icon" src="./images/stackpress-logo-icon.png" alt="incept icon" />
250+
<h3>Stackpress</h3>
251+
<a href="https://github.com/stackpress/stackpress" target="_blank">
258252
<i class="fab fa-fw fa-github"></i>
259253
</a>
260-
<a href="/incept"><i class="fas fa-fw fa-globe"></i></a>
254+
<a href="/stackpress"><i class="fas fa-fw fa-globe"></i></a>
261255
</div>
262256
<article>
263257
<p>
264-
A content management framework. Build apps faster. Deploy anywhere.
258+
A full stack content management framework. Build apps faster. Deploy anywhere.
265259
</p>
266260
<ul>
267261
<li>Build apps in days, not months.</li>
268-
<li>Choose your own database, powered by Drizzle</li>
262+
<li>MySQL, PostGreSQL, SQLite, Neon, CockroachDB, Supabase supported</li>
269263
<li>Feature rich modern admin builder generated by Ideas</li>
270-
<li>Deploy to AWS, GCP, Azure, Vercel, Netlify with Ingest</li>
271-
<li>Use native web components with Ink templating</li>
264+
<li>Deploy to AWS Lambda, GCP Functions, Azure Functions, Vercel, Netlify</li>
265+
<li>Included template engine with native web components</li>
266+
<li>Included user, auth, session, API, email plugins</li>
272267
<li>Event driven and pluggable design</li>
273268
</ul>
274269
<nav>
275-
<a href="https://www.npmjs.com/package/@stackpress/incept">
276-
<img src="https://img.shields.io/npm/v/%40stackpress%2Fincept.svg?style=flat" />
270+
<a href="https://www.npmjs.com/package/stackpress">
271+
<img src="https://img.shields.io/npm/v/stackpress.svg?style=flat" />
277272
</a>
278-
<a href="https://github.com/stackpress/incept/blob/main/LICENSE">
273+
<a href="https://github.com/stackpress/stackpress/blob/main/LICENSE">
279274
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat" />
280275
</a>
281-
<a href="https://github.com/stackpress/incept/commits/main/">
282-
<img src="https://img.shields.io/github/last-commit/stackpress/incept" />
276+
<a href="https://github.com/stackpress/stackpress/commits/main/">
277+
<img src="https://img.shields.io/github/last-commit/stackpress/stackpress" />
283278
</a>
284-
<a href="https://github.com/stackpress/ink/blob/main/README.md#contributing">
279+
<a href="https://github.com/stackpress/stackpress/blob/main/README.md#contributing">
285280
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" />
286281
</a>
287282
</nav>

0 commit comments

Comments
 (0)