Skip to content

Commit 678bcc9

Browse files
committed
Update v8_10.md
1 parent 9105f4b commit 678bcc9

File tree

1 file changed

+34
-14
lines changed

1 file changed

+34
-14
lines changed

MyApp/_pages/releases/v8_10.md

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,19 @@ We're introducing three production-ready React templates, each optimized for dif
9292

9393
All three templates leverage our new [React Component Gallery](https://react.servicestack.net)—a high-fidelity port of our proven [Vue Component Library](https://docs.servicestack.net/vue/) and [Blazor Component Library](https://blazor.servicestack.net). This comprehensive collection provides everything needed to build highly productive, modern and responsive web applications.
9494

95-
<div class="not-prose">
96-
<a href="https://react.servicestack.net" class="block shadow-lg hover:shadow-xl">
97-
<img class="w-full" src="/img/pages/react/react-gallery.webp">
98-
</a>
99-
</div>
95+
:::{.not-prose}
96+
:::{.my-8 .max-w-3xl .mx-auto .rounded-lg .overflow-hidden .shadow .hover:shadow-xl}
97+
[![](/img/pages/react/react-gallery.webp)](https://react.servicestack.net)
98+
:::
99+
:::
100100

101101
Switch to Dark Mode to see how all components looks in Dark Mode:
102102

103-
<div class="not-prose">
104-
<a href="https://react.servicestack.net" class="block shadow-lg hover:shadow-xl">
105-
<img class="w-full" src="/img/pages/react/react-gallery-dark.webp">
106-
</a>
107-
</div>
103+
:::{.not-prose}
104+
:::{.my-8 .max-w-3xl .mx-auto .rounded-lg .overflow-hidden .shadow .hover:shadow-xl}
105+
[![](/img/pages/react/react-gallery-dark.webp)](https://react.servicestack.net)
106+
:::
107+
:::
108108

109109
ServiceStack's first-class React support positions your applications at the forefront of AI-assisted development. With declarative APIs, complete type safety, and minimal boilerplate, you can leverage AI code generation with confidence while maintaining the quality and maintainability your production systems demand.
110110

@@ -127,9 +127,12 @@ This is enough to generate a complete CRUD UI to manage Bookings
127127
in your React App with the [React AutoQueryGrid Component](https://react.servicestack.net/gallery/autoquerygrid).
128128
or with ServiceStack's built-in [Locode UI](https://docs.servicestack.net/locode/):
129129

130-
:::{.wideshot}
130+
:::{.not-prose}
131+
:::{.my-8 .max-w-3xl .mx-auto .rounded-lg .overflow-hidden .shadow .hover:shadow-xl}
131132
[![](/img/pages/react/bookings-locode.webp)](https://docs.servicestack.net/locode/)
132133
:::
134+
:::
135+
133136

134137
### Cheat Sheet
135138

@@ -192,7 +195,11 @@ There are a number of options for starting with an AI generated Application, wit
192195
If you're using [GitHub Copilot](https://copilot.github.com/) you can also use it to generate a new App
193196
[from the Vite React template ](https://github.com/new?template_name=react-vite&template_owner=NetCoreTemplates):
194197

198+
:::{.not-prose}
199+
:::{.my-8 .max-w-3xl .mx-auto .rounded-lg .overflow-hidden .shadow .hover:shadow-xl}
195200
[![](/img/pages/react/react-new-repo.webp)](https://github.com/new?template_name=react-vite&template_owner=NetCoreTemplates)
201+
:::
202+
:::
196203

197204
For the example, I've started with a useful App that I've never created before, a Budget Planner App, using the prompt:
198205

@@ -262,9 +269,11 @@ Claude Code to Implement Category Auto-Tagging with this prompt:
262269

263270
Which resulted in [this commit](https://github.com/mythz/budgets.apps.cafe/commit/e45a17b8dfd2b5983971554ced3e52ded6fa050e) which sees the feature available in the UI:
264271

265-
:::{.shadow}
272+
:::{.not-prose}
273+
:::{.my-8 .max-w-3xl .mx-auto .rounded-lg .overflow-hidden .shadow .hover:shadow-xl}
266274
![](/img/pages/react/budget/expense-tags-dark.webp)
267275
:::
276+
:::
268277

269278
Along with different seed data, tailored for Income and Expenses:
270279
- [categoryAutoTag.ts](https://github.com/mythz/budgets.apps.cafe/blob/main/MyApp.Client/src/lib/categoryAutoTag.ts)
@@ -454,7 +463,11 @@ The `servicestack` provider requires the `SERVICESTACK_LICENSE` Environment Vari
454463

455464
Learn more about [AI Chat's UI](https://docs.servicestack.net/ai-chat-ui):
456465

466+
:::{.not-prose}
467+
:::{.my-8 .max-w-3xl .mx-auto .rounded-lg .overflow-hidden .shadow .hover:shadow-xl}
457468
[![](/img/pages/ai-chat/llms-syntax.webp)](https://docs.servicestack.net/ai-chat-ui)
469+
:::
470+
:::
458471

459472
### FREE for Personal Usage
460473

@@ -523,9 +536,11 @@ var file = new ChatCompletion
523536
We're excited to announce the new Typesense-powered **AI Search**, a powerful new feature bringing
524537
conversational AI capabilities to [ServiceStack Docs](https://docs.servicestack.net).
525538

526-
:::{.my-8 .max-w-2xl .mx-auto .rounded-lg .overflow-hidden}
539+
:::{.not-prose}
540+
:::{.my-8 .max-w-3xl .mx-auto .rounded-lg .overflow-hidden .shadow .hover:shadow-xl}
527541
[![](/img/pages/typesense/ai-search-default.webp)](https://docs.servicestack.net)
528542
:::
543+
:::
529544

530545
### Comprehensive Docs
531546

@@ -534,17 +549,22 @@ from core features to advanced integrations. While comprehensive documentation i
534549
quickly can be challenging. Traditional search works well when you know what you're looking for, but what about when you
535550
need to understand concepts, explore solutions, or learn how different features work together? That's where **AI Search** comes in.
536551

552+
553+
:::{.not-prose}
537554
:::{.my-8 .max-w-2xl .mx-auto}
538555
[![](/img/pages/typesense/ai-search-button.webp)](https://docs.servicestack.net)
539556
:::
557+
:::
540558

541559
**AI Search** leverages Typesense's advanced [Conversational Search API](https://typesense.org/docs/29.0/api/conversational-search-rag.html)
542560
that uses Retrieval-Augmented Generation (RAG) of our docs combined with an LLM to provide intelligent, context-aware answers
543561
directly from our documentation.
544562

545-
:::{.my-8 .max-w-2xl .mx-auto .rounded-lg .overflow-hidden}
563+
:::{.not-prose}
564+
:::{.my-8 .max-w-3xl .mx-auto .rounded-lg .overflow-hidden .shadow .hover:shadow-xl}
546565
[![](/img/pages/typesense/ai_search_add_servicestack_reference.webp)](https://docs.servicestack.net)
547566
:::
567+
:::
548568

549569
#### AI Search vs Instant Typesense Search
550570

0 commit comments

Comments
 (0)