![[The Birth of KeyFlow #3] How to Start Without a Planning Doc: "Gemini, I'm making a blog, and I want an Apple-style design!"](https://assets.keyflow.me/public/users/eEdKY3L7u7UR8tr1kEyExaeOLve2/cover/1770287495872_post-cover-1770287493778.webp)
Can a three-day blog modernization project turn into a full-scale AI platform just by 'talking' to Gemini?
@taehwandev
[안녕하세요, 태환입니다] 글쓰기 플랫폼 KeyFlow의 운영과 개발을 총괄하고 있는 태환입니다. 사용자가 생각에 집중할 수 있는 환경을 만들기 위해 플랫폼인 키플로우 전체의 기획부터 배포, 관리를 리딩하고 있습니다.
[목표] 단순한 기능 구현을 넘어, 전 세계 사용자가 언어의 장벽 없이 소통할 수 있는 글로벌 플랫폼으로 KeyFlow를 성장시키는 것이 저의 목표입니다.
1 2 3 4 5
data class User(
val name: String = "taehwan",
val bio: String = "Android, iOS",
val nickName: String = "Theo",
)