Skip to content

Commit 24b9a9e

Browse files
committed
docs: add link to the fullstack example
1 parent 52ad4b2 commit 24b9a9e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,5 @@ litestar assets generate-types # one-off or CI
166166

167167
- Docs: <https://litestar-org.github.io/litestar-vite/>
168168
- Examples: `examples/` (react, vue, svelte, react-inertia, vue-inertia, astro, nuxt, sveltekit, htmx)
169+
- Real-world example: [litestar-fullstack](https://github.com/litestar-org/litestar-fullstack) - Full-featured application using litestar-vite
169170
- Issues: <https://github.com/litestar-org/litestar-vite/issues/>

docs/frameworks/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,19 @@ Meta-Frameworks
6868

6969
Content-focused multi-framework SSG/SSR
7070

71+
Real-World Example
72+
------------------
73+
74+
.. grid:: 1
75+
:gutter: 3
76+
77+
.. grid-item-card:: :octicon:`repo` Litestar Fullstack
78+
:link: https://github.com/litestar-org/litestar-fullstack
79+
:link-type: url
80+
81+
Production-ready fullstack application template using Litestar, Vite, and React.
82+
Demonstrates authentication, team management, type-safe routing, and best practices.
83+
7184
Quick Scaffold
7285
--------------
7386

0 commit comments

Comments
 (0)