Skip to content

Commit 835ec1d

Browse files
committed
use .path for URL
1 parent e1b9849 commit 835ec1d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

blog/2025-09-02-reflex-build.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ meta: [
1212
]
1313
---
1414

15+
```python exec
16+
from pcweb.pages.docs import ai_builder
17+
```
18+
1519
## Stop Starting From Scratch
1620

1721
Every developer knows the feeling: you’ve got a clear idea in your head, maybe even a sketch on a whiteboard. But before you can test it with real users, you have to grind through setup. Wiring state, scaffolding pages, connecting a database, writing the same boilerplate you wrote last week.
@@ -86,8 +90,6 @@ If you’re building dashboards, admin panels, or internal tools, Reflex Build i
8690

8791
## The Future of App Development
8892

89-
We believe the future isn’t *AI replacing developers*. It’s AI working with developers in Python, where enterprise teams already build their most critical apps.
90-
91-
Open up Reflex Build, type your first prompt, and see what you can create in minutes.
93+
We believe the future isn’t *AI replacing developers*. It’s AI working with developers in Python, where enterprise teams already build their most critical apps. Open up Reflex Build, type your first prompt, and see what you can create in minutes.
9294

93-
[Get started with Reflex Build](https://reflex.dev/docs/ai-builder/overview/what-is-reflex-build)
95+
Get started with [Reflex Build]({ai_builder.overview.what_is_reflex_build.path}) and start building apps today!

0 commit comments

Comments
 (0)