<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Akash Sonowal</title>
    <description>The latest articles on DEV Community by Akash Sonowal (@akash26092006).</description>
    <link>https://dev.to/akash26092006</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3926320%2F25d29d89-1b23-49ee-9b43-24d4980cda38.png</url>
      <title>DEV Community: Akash Sonowal</title>
      <link>https://dev.to/akash26092006</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akash26092006"/>
    <language>en</language>
    <item>
      <title>I Built a Chemical Engineering AI App With No Coding Experience Using MeDo</title>
      <dc:creator>Akash Sonowal</dc:creator>
      <pubDate>Wed, 13 May 2026 19:26:36 +0000</pubDate>
      <link>https://dev.to/akash26092006/i-built-a-chemical-engineering-ai-app-with-no-coding-experience-using-medo-1ge0</link>
      <guid>https://dev.to/akash26092006/i-built-a-chemical-engineering-ai-app-with-no-coding-experience-using-medo-1ge0</guid>
      <description>&lt;h1&gt;
  
  
  I Built a ChemE AI App With No Coding
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Experience Using MeDo
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Who I Am
&lt;/h2&gt;

&lt;p&gt;I'm Akash — a first year Chemical Engineering &lt;br&gt;
student at IIT Bombay. Before this hackathon, &lt;br&gt;
my only programming experience was C++ from &lt;br&gt;
my first semester.&lt;/p&gt;

&lt;p&gt;No React. No Python. No databases. No APIs.&lt;/p&gt;

&lt;p&gt;Yet I built and deployed a fully working &lt;br&gt;
AI-powered web application in under a week.&lt;/p&gt;

&lt;p&gt;Here's how.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem I Wanted to Solve
&lt;/h2&gt;

&lt;p&gt;Every Chemical Engineering student knows &lt;br&gt;
this pain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Searching through 500 page PDF textbooks 
for one steam table value&lt;/li&gt;
&lt;li&gt;Spending 2 hours on one energy balance problem&lt;/li&gt;
&lt;li&gt;Googling formulas across 10 different websites&lt;/li&gt;
&lt;li&gt;No single tool that actually understands 
ChemE problems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I wanted to build something that works like &lt;br&gt;
a 24/7 professor — available anytime, explains &lt;br&gt;
everything step by step, and actually understands &lt;br&gt;
chemical engineering.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built — ChemEng AI
&lt;/h2&gt;

&lt;p&gt;ChemEng AI is an AI-powered web application &lt;br&gt;
for chemical engineering students with 9 features:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. AI Problem Solver&lt;/strong&gt;&lt;br&gt;
Solves real industrial problems step by step.&lt;br&gt;
Not just simple formulas — actual complex &lt;br&gt;
problems like evaporator design, combustion &lt;br&gt;
calculations, and heat exchanger analysis.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. ChemE Tables&lt;/strong&gt;&lt;br&gt;
Search any engineering table instantly.&lt;br&gt;
Steam tables, superheated steam, Cp values, &lt;br&gt;
Antoine constants — no more PDF searching.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Graph Generator&lt;/strong&gt;&lt;br&gt;
Describe any graph in plain English and get &lt;br&gt;
an interactive visualization.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Engineering Calculator&lt;/strong&gt;&lt;br&gt;
Universal calculator for any ChemE calculation &lt;br&gt;
— Reynolds number, LMTD, pressure drop, &lt;br&gt;
ideal gas — just describe what you need.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Topic Explorer&lt;/strong&gt;&lt;br&gt;
Search any ChemE concept and get a full &lt;br&gt;
AI explanation with formulas and examples.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Formula Sheet&lt;/strong&gt;&lt;br&gt;
Complete searchable formula database for &lt;br&gt;
all ChemE subjects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Quiz Mode&lt;/strong&gt;&lt;br&gt;
AI generated quizzes on any topic at &lt;br&gt;
3 difficulty levels.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. Unit Converter&lt;/strong&gt;&lt;br&gt;
All standard engineering units.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. Voice Input&lt;/strong&gt;&lt;br&gt;
Speak your problem instead of typing.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Most Impressive Moment
&lt;/h2&gt;

&lt;p&gt;I gave the AI Problem Solver this question:&lt;/p&gt;

&lt;p&gt;"A natural gas containing 95 mole% methane &lt;br&gt;
and 5 mole% ethane is burnt with 20% excess &lt;br&gt;
air. Calculate the required molar flow rate &lt;br&gt;
of air, composition of stack gas, heat &lt;br&gt;
transfer rate in the preheater, and exit &lt;br&gt;
temperature of stack gas."&lt;/p&gt;

&lt;p&gt;It solved it in 11 steps.&lt;br&gt;
Correctly.&lt;br&gt;
With proper units, assumptions stated, &lt;br&gt;
and formatted like a professor would write it.&lt;/p&gt;

&lt;p&gt;That's Masters level Chemical Engineering — &lt;br&gt;
solved by an app I built through conversation.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It With MeDo
&lt;/h2&gt;

&lt;p&gt;I had never used MeDo before this hackathon.&lt;/p&gt;

&lt;p&gt;Here's my honest experience:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1 — Describe the app&lt;/strong&gt;&lt;br&gt;
I described ChemEng AI in plain English. &lt;br&gt;
MeDo generated a complete requirements &lt;br&gt;
document automatically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2 — Generate the app&lt;/strong&gt;&lt;br&gt;
One click. MeDo built the entire frontend, &lt;br&gt;
backend, and AI integration.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3 — Refine through conversation&lt;/strong&gt;&lt;br&gt;
This is where MeDo really shines. I refined &lt;br&gt;
everything through chat:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Fix the AI streaming error"&lt;/li&gt;
&lt;li&gt;"Make topics dynamic not hardcoded"
&lt;/li&gt;
&lt;li&gt;"Add a ChemE Tables section"&lt;/li&gt;
&lt;li&gt;"Build a universal engineering calculator"&lt;/li&gt;
&lt;li&gt;"Fix the formatting of math equations"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each request updated the app instantly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4 — Deploy&lt;/strong&gt;&lt;br&gt;
One click deployment. Live URL in minutes.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Surprised Me Most
&lt;/h2&gt;

&lt;p&gt;As a non-CS student, I expected to hit walls.&lt;/p&gt;

&lt;p&gt;I didn't.&lt;/p&gt;

&lt;p&gt;MeDo handled everything I didn't know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Backend API connections&lt;/li&gt;
&lt;li&gt;AI plugin integration
&lt;/li&gt;
&lt;li&gt;Database free architecture&lt;/li&gt;
&lt;li&gt;Responsive mobile design&lt;/li&gt;
&lt;li&gt;Deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I just focused on the domain knowledge — &lt;br&gt;
what a ChemE student actually needs — &lt;br&gt;
and MeDo handled the rest.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It Yourself
&lt;/h2&gt;

&lt;p&gt;🔗 Live app: &lt;br&gt;
&lt;a href="https://app-bkhlhx92sum9.appmedo.com" rel="noopener noreferrer"&gt;https://app-bkhlhx92sum9.appmedo.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎥 Demo video: &lt;br&gt;
&lt;a href="https://youtu.be/aj0_jSHkRtI" rel="noopener noreferrer"&gt;https://youtu.be/aj0_jSHkRtI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdjb184yu4ykve08ugp1w.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdjb184yu4ykve08ugp1w.png" alt=" " width="800" height="1200"&gt;&lt;/a&gt;&lt;br&gt;
The gap between having an idea and &lt;br&gt;
shipping a working app has never been smaller.&lt;/p&gt;

&lt;p&gt;If you have domain knowledge in any field — &lt;br&gt;
medicine, law, finance, engineering — &lt;br&gt;
you can build tools for your community &lt;br&gt;
without being a developer.&lt;/p&gt;

&lt;p&gt;That's what MeDo made possible for me.&lt;/p&gt;

&lt;h1&gt;
  
  
  BuiltWithMeDo
&lt;/h1&gt;

</description>
      <category>buildwithmedo</category>
      <category>medo</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
