Skip to content

Commit 59e0c84

Browse files
tgberkeleyTom Gotsmanpaoloemilioserra
authored
first version of autodesk case study (#1013)
* first version of autodesk case study * small stats updates * small stats updates2 * Update autodesk.md (#1035) * Update autodesk.md * Update autodesk.md fixed a typo * fixing typos --------- Co-authored-by: Tom Gotsman <[email protected]> --------- Co-authored-by: Tom Gotsman <[email protected]> Co-authored-by: paoloemilioserra <[email protected]>
1 parent 27dbce8 commit 59e0c84

File tree

1 file changed

+186
-0
lines changed

1 file changed

+186
-0
lines changed

case-studies/autodesk.md

Lines changed: 186 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,186 @@
1+
---
2+
company: Autodesk
3+
description: "Streamlining Complex Workflows: Why Autodesk Chose Reflex Over Streamlit for Scalable, Python-Based Solutions"
4+
domain: "https://autodesk.com"
5+
founded: "San Francisco, 1982"
6+
investors: "NASDAQ"
7+
stats: [
8+
{
9+
"metric": "Company projects completed with Reflex",
10+
"value": "4"
11+
},
12+
{
13+
"metric": "Time saved on each project with Reflex",
14+
"value": "25%"
15+
},
16+
{
17+
"metric": "Cost saved as 1 person can do the job of 2 with Reflex",
18+
"value": "50%"
19+
}
20+
]
21+
meta: [
22+
{
23+
"name": "keywords",
24+
"content": "
25+
autodesk web app,
26+
python web app for construction,
27+
reflex vs streamlit,
28+
python react for data management,
29+
reflex autodesk case study,
30+
python data visibility,
31+
python workflow automation,
32+
python and react components,
33+
autodesk consulting tools,
34+
python web apps for enterprise,
35+
scalable python web apps,
36+
self-hosted python web apps,
37+
python web apps,
38+
react with python,
39+
web app framework python,
40+
web app python,
41+
"
42+
}
43+
]
44+
---
45+
46+
```python exec
47+
import reflex as rx
48+
from reflex_image_zoom import image_zoom
49+
from pcweb.pages.docs import library
50+
```
51+
52+
<!-- ```python eval
53+
rx.vstack(
54+
image_zoom(rx.image(src="/case_studies/bayesline_app.png", border_radius="10px", alt="Bayesline App")),
55+
rx.text("Bayesline App built with Reflex"),
56+
width="100%",
57+
)
58+
``` -->
59+
60+
61+
Meet Autodesk a globally recognized leader in design and engineering software, known for its innovative solutions that empower professionals across industries to bring their creative visions to life. Autodesk has established itself as a trusted partner for millions of users worldwide, helping them achieve greater efficiency, precision, and creativity in their projects.
62+
63+
In addition to its flagship offerings like AutoCAD, Revit, Maya, and Fusion 360, Autodesk serves a wide range of industries, including architecture, manufacturing, construction, and media.
64+
65+
66+
67+
## Struggling with Data Visibility and Manual Workflows
68+
69+
Autodesk Consulting provides support to customers to enable data-centric workflows, and integrating systems with custom app development leveraging Autodesk Platform Services.
70+
71+
Autodesk consults for a wide variety of companies that need a better way to move data and manage their digital project delivery in a way that is easily visible for all stakeholders to see the progress. Up until now, many relied on legacy, disconnected workflows using spreadsheets or other 3rd party systems, disjoint from where the live project data is stored.
72+
73+
These companies hired Autodesk Consulting to help them move their data more efficiently and visibly to create insights. The main parts that they needed help with were:
74+
75+
- **Document Management**: This feature helps construction teams organize, store, and share important documents (e.g., blueprints, contracts, plans, [3D designs and 2D drawings data](https://tutorials.autodesk.io/tutorials/simple-viewer/)) efficiently in a Common Data Environment.
76+
- **RFI (Request for Information)**: RFIs are formal requests used during construction to clarify aspects of a project. Autodesk Build allows users to manage and track these RFIs within the platform.
77+
78+
Autodesk was looking to build an app for its clients to exchange information between design and construction. These companies wanted automated workflows to migrate RFI submissions and handle the repetitive, time-consuming and error prone actions like document uploads, data entry, attachments and comment logs for collaboration.
79+
80+
Paolo Serra, a Principal Implementation Consultant at Autodesk, was tasked with this project. Paolo is a Python developer and was looking for a web based solution. He didn’t want to use React and Javascript, but still wanted to build a production grade web app.
81+
82+
```md quote
83+
- name: Paolo
84+
- role: Principal Implementation Consultant
85+
It normally requires multiple people to get an app up and there was a lack of resources available in the time frame we needed.
86+
```
87+
88+
The solution had to be cloud based, to connect to existing systems and they only had 60 days to deliver it all.
89+
90+
Failure to deliver the value and results, due to contract obligations, could lead to court litigations, financial losses, damaged reputation and losing the customer. And as Consulting services are available for high-end customers in the context of Enterprise Business Agreements, there was a lot at stake.
91+
92+
93+
94+
## Why Existing Solutions Fell Short for Autodesk’s Needs
95+
96+
Paolo explored other Python web app frameworks like Mesop and FastUI, but neither supported React—a requirement for all Autodesk products to ensure consistent styling with Autodesk certified React components. Company policy mandates building on Weave, a local company fork of the Material UI React library.
97+
98+
He explored Streamlit, Taipy and Dash, but didn’t like the way they looked and again did not have an easy way to use the required React components. He wanted to focus on business logic not low level implementation details.
99+
100+
```md quote
101+
- name: Paolo
102+
- role: Principal Implementation Consultant
103+
Reflex gave us the freedom to create a product that could meet our business needs compared to streamlit to name one.
104+
```
105+
106+
## Enabling Rapid Development with Reflex and Custom Components
107+
108+
Reflex’s React wrapping feature allowed Paolo to integrate the Weave React component library—a company requirement—directly into his app.
109+
110+
```md quote
111+
- name: Paolo
112+
- role: Principal Implementation Consultant
113+
Wrapping the React component in Reflex allowed us to catch and prevent common issues, enforce standardization and raise more descriptive errors. The result is that instead of days it takes hours to be productive with the same design system.
114+
```
115+
116+
Their team was able to leverage reusable high level components to build out UI with clean code including:
117+
118+
- A custom wrapped Treeview component to show the file directory
119+
- A wrapped ModelViewer React component to view and collaborate on 2D drawings and 3D models via Autodesks Platform Services Viewer
120+
- A table component to show and filter the data
121+
122+
The team was able to:
123+
124+
- Connect to different data sources using Python code they already had available
125+
- Hook the app up with Autodesk auth
126+
- Self-host their reflex app with their internal infrastructure, deploying to Azure
127+
128+
129+
```md quote
130+
- name: Paolo
131+
- role: Principal Implementation Consultant
132+
I am able to wear all the caps at once: Solution Architecture, UI/UX, front-end and back-end.
133+
```
134+
135+
136+
137+
138+
## Why Autodesk chose Reflex
139+
140+
141+
Paolo and his team chose Reflex to develop a production-ready web app fully in Python. Reflex offered several key advantages, including:
142+
143+
* Allowing Autodesk to achieve more with fewer resources, significantly reducing overall costs
144+
145+
```md quote
146+
- name: Paolo
147+
- role: Principal Implementation Consultant
148+
One person the can do the job of two with Reflex, so it cut our cost in half.
149+
```
150+
151+
* Rapid prototyping, ensuring faster, more collaborative development
152+
153+
```md quote
154+
- name: Paolo
155+
- role: Principal Implementation Consultant
156+
The time from ideation to prototype is shorter than traditional web dev, which is a massive win when you need to get to shared understanding of the product you are building.
157+
```
158+
159+
* Saving Autodesk 25% on project timelines, delivering results faster and impressing clients.
160+
161+
```md quote
162+
- name: Paolo
163+
- role: Principal Implementation Consultant
164+
A couple of weeks of work can be skimmed off the estimate for an average 60 day project by using Reflex meaning we were able to focus on exceeding customer expectations.
165+
```
166+
167+
* The ability to wrap their local react library, which was a company requirement, and create reusable high-level components
168+
169+
* Future proofing their code by writing it in Python
170+
171+
172+
173+
### From One Project to Four
174+
175+
Paolo and his team have now worked on three other projects for different customers with Reflex:
176+
177+
1. A content management service to entirely redesign the way in which their consulting is delivered, from an in person experience to an online digital platform for consulting
178+
2. An information registry project with digital delivery of artifacts
179+
3. An analysis component dashboard which understands insights into what is happening in a companies local data, draws conclusions, and link to all the relevant Autodesk services
180+
181+
182+
```md quote
183+
- name: Paolo
184+
- role: Principal Implementation Consultant
185+
Everything I was able to accomplish was because of the framework and unparalleled support and promptness of the Reflex team.
186+
```

0 commit comments

Comments
 (0)