MMicrostepsinmicrosteps.hashnode.dev·Sep 25, 2025 · 1 min readMicrostep Dev Diary — Day 5: Fighting Through API Integration Issues with OpenAIUntil yesterday, our goal clarification flow was still running on a hardcoded logic — recognizing goal keywords like “app” or “coding” and mapping them to fixed follow-up questions. I knew this had to change. So I asked for a real connection to OpenA...00
MMicrostepsinmicrosteps.hashnode.dev·Sep 23, 2025 · 2 min readMicrostep Dev Diary — Day 4: Connecting Expo Frontend with Vercel APIToday’s Progress: Connecting Frontend and Backend Today I focused on connecting the frontend (Expo React Native) with the backend API deployed on Vercel. At first, the connection worked, but as I kept modifying the code, it broke again. The goal was ...00
MMicrostepsinmicrosteps.hashnode.dev·Sep 21, 2025 · 2 min readMicrostep Dev Diary — Day 3: Vercel Serverless + ChatGPT—Automatic Task Breakdown from GoalsI implemented the flow to save a goal → call a serverless API → get ChatGPT-generated tasks → render them in the goal detail view. I’m using Vercel serverless for the API (to keep the OpenAI API key off the client). Deployment works, but the GitHub–V...00
MMicrostepsinmicrosteps.hashnode.dev·Sep 20, 2025 · 1 min readMicrostep Dev Diary — Day 2: Core Features & Data PersistenceToday I worked on Day 2 of the goal tracking app project.Originally, my plan was just to add a button and implement a simple goal input form, but I ended up building much more: Goal input form: title, deadline (date or days), frequency, and session ...00
MMicrostepsinmicrosteps.hashnode.dev·Sep 19, 2025 · 2 min readMicrostep Dev Diary — Day 1: Setting Up the PlaygroundToday’s Goal Set up my development environment for React Native with Expo and run my very first “Microstep” app on my phone. What I Did Installed Node.js and confirmed the versions (node -v, npm -v). Installed Visual Studio Code and added essentia...00