# Show GN: 키우는 고양이와 채팅하는 웹앱

> Clean Markdown view of GeekNews topic #18792. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=18792](https://news.hada.io/topic?id=18792)
- GeekNews Markdown: [https://news.hada.io/topic/18792.md](https://news.hada.io/topic/18792.md)
- Type: show
- Author: [sungchi](https://news.hada.io/@sungchi)
- Published: 2025-01-18T20:27:16+09:00
- Updated: 2025-01-18T20:27:16+09:00
- Original source: [x.com](https://x.com/bum_family/status/1880571494146912421)
- Points: 2
- Comments: 1

## Topic Body

저희집 고양이 역할을 하는 봇과 대화하는 작은 프로젝트입니다.   
  
프롬프트는 아내가 만들고 껍데기는 제가 supabase + expo로 만들어 firebase hosting에 올렸습니다. 이번에도 역시 Cursor 에디터가 많은 도움을 주었습니다.  
  
URL은 스크린샷과 링크를 포함한 저희 고양이들의 트위터 글을 걸었습니다.

## Comments



### Comment 33638

- Author: sungchi
- Created: 2025-01-20T15:27:10+09:00
- Points: 1

주요 기능과 만들때 사용한 방법들입니다.   
  
- Expo 기반 React Native Web App  
- Cursor Compose 기능으로 주요 화면과 기능 제작  
- Supabase를 백엔드로 사용  
  - AI 응답 처리  
  - 사용자와 쌓은 기억 저장  
  - 가입시 이메일 인증 기능  
  - 탈퇴시 사용자의 모든 데이터 삭제  
  - 선물하기에 보여줄 상품 데이터 저장  
- 웹 앱 호스팅은 Firebase를 사용  
- 대화 내용은 서버에 저장하지 않고 사용한 브라우저 LocalStorage에 저장  
  
원문: https://plan9.kr/bum-talk
