|
206 | 206 | <h6>Foundation</h6> |
207 | 207 | </div> |
208 | 208 | <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> |
215 | 209 | <div> |
216 | 210 | <a href="/ingest"> |
217 | 211 | <img class="icon" src="./images/ingest-logo-icon.png" alt="ingest icon" /> |
@@ -252,36 +246,37 @@ <h6>Foundation</h6> |
252 | 246 | </blockquote> |
253 | 247 | <section> |
254 | 248 | <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"> |
258 | 252 | <i class="fab fa-fw fa-github"></i> |
259 | 253 | </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> |
261 | 255 | </div> |
262 | 256 | <article> |
263 | 257 | <p> |
264 | | - A content management framework. Build apps faster. Deploy anywhere. |
| 258 | + A full stack content management framework. Build apps faster. Deploy anywhere. |
265 | 259 | </p> |
266 | 260 | <ul> |
267 | 261 | <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> |
269 | 263 | <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> |
272 | 267 | <li>Event driven and pluggable design</li> |
273 | 268 | </ul> |
274 | 269 | <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" /> |
277 | 272 | </a> |
278 | | - <a href="https://github.com/stackpress/incept/blob/main/LICENSE"> |
| 273 | + <a href="https://github.com/stackpress/stackpress/blob/main/LICENSE"> |
279 | 274 | <img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat" /> |
280 | 275 | </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" /> |
283 | 278 | </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"> |
285 | 280 | <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /> |
286 | 281 | </a> |
287 | 282 | </nav> |
|
0 commit comments