Skip to content

Commit f84d331

Browse files
devin-ai-integration[bot]Alek99LineIndent
authored
Remove reverse-compiler link from documentation (#1481)
* Remove reverse-compiler link from documentation - Removed deprecated https://reflex.build/reverse-compiler/ link from html_to_reflex.md - Page still contains useful Figma conversion guidance via Notion doc - Tested locally to ensure documentation renders correctly Co-Authored-By: Alek <[email protected]> * Rework html_to_reflex page to direct users to build.reflex.dev - Replace deprecated reverse-compiler reference with comprehensive build.reflex.dev instructions - Add step-by-step guide for using AI-powered build tool - Maintain Figma conversion section with existing Notion doc link - Tested locally to ensure proper rendering and navigation Co-Authored-By: Alek <[email protected]> * use better naming for reflex build --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alek <[email protected]> Co-authored-by: Ahmad Hakim <[email protected]>
1 parent db36db5 commit f84d331

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/components/html_to_reflex.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Convert HTML to Reflex
22

3+
To convert HTML, CSS, or any design into Reflex code, use our AI-powered build tool at [Reflex Build](https://build.reflex.dev).
34

4-
To convert HTML to Reflex code use this live converter tool: https://reflex.build/reverse-compiler/
5+
Simply paste your HTML, CSS, or describe what you want to build, and our AI will generate the corresponding Reflex code for you.
6+
7+
## How to use Reflex Build
8+
9+
1. Go to [Reflex Build](https://build.reflex.dev)
10+
2. Paste your HTML/CSS code or describe your design
11+
3. The AI will automatically generate Reflex code
12+
4. Copy the generated code into your Reflex application
513

614
## Convert Figma file to Reflex
715

0 commit comments

Comments
 (0)