Skip to content

Commit 3556ef7

Browse files
committed
add showcase
1 parent 46aaa19 commit 3556ef7

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

examples/docs/data/0-index.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,27 @@ optionally...
2525

2626
## Overview
2727

28-
Bash Stack uses **file-based routing**. All of the application routes should exist as
28+
Bash stack is an **HTTP server and framework** for building modern web applications (in bash).
29+
30+
Bash stack uses **file-based routing**. All of the application routes should exist as
2931
`.sh` files in the `pages/` folder of the project.
3032

3133
Whenever an HTTP request is made, the framework will locate the corresponding script
3234
and execute it. Anything written to `stdout` by the script will be written to the HTTP response body.
3335

34-
Bash Stack also pairs well with [htmx](https://htmx.org/), which is included by default.
36+
Bash stack also pairs well with [htmx](https://htmx.org/), which is included by default.
3537
We strongly recommend familizarizing yourself with [their examples](https://htmx.org/examples/) before proceeding.
38+
39+
## Showcase
40+
41+
These are some projects built using bash stack:
42+
43+
- [Connect 4](https://connect4.bashsta.cc/)
44+
- [Wrizzle (multiplayer wordle)](https://wrizzle.bashsta.cc/)
45+
- [Jeopardy buzzer](https://jeopardy.bashsta.cc/)
46+
- [Github Issue Roulette](https://github2.com/)
47+
- [Twitch 'First' Redeem](https://first.bashsta.cc/)
48+
- [Meme Maker Pro 2003 - Enterprise Edition](https://mememakerpro2003-enterpriseedition.bashsta.cc/)
49+
- [Redemption Arc](https://arc.bashsta.cc/)
50+
51+
Shipped something using bash stack? [Send us a PR](https://github.com/cgsdev0/bash-stack/blob/main/examples/docs/data/0-index.md) to add your project to the list!

0 commit comments

Comments
 (0)