Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PyCon JP 2025で「Pythonのピース」を集めるウェブアプリを作って運用した / ...

Avatar for 北䑓如法 北䑓如法
October 30, 2025
8

PyCon JP 2025で「Pythonのピース」を集めるウェブアプリを作って運用した / Building and operating web apps to collect "Python pieces" at PyCon JP 2025

PyCon JP 2025 振り返り @ すごい広島 with Python

日記バージョン
PyCon JP 2025で「Pythonのピース」を集めるウェブアプリを作って運用した - ワタタツの日記!(2025-10-27)
https://nyoho.jp/diary/?date=20251027

Avatar for 北䑓如法

北䑓如法

October 30, 2025
Tweet

More Decks by 北䑓如法

Transcript

  1. 集めるアプリの技術 Python + FastAPI + Jinja2 Next.js, React とか全く使わずできた データベースは

    Supabase の PostgreSQL Docker 化して Google Cloud Run へデプロイ GitHub Actions で自動デプロイ 12
  2. 14

  3. 表示するアプリの技術 React + TypeScript + Vite Three.js (React Three Fiber)

    で3D 空間を構築 Rapier (@react-three/rapier) で物理演算を実装 今回新しく使った! Cloudflare Pages に静的ホスティング 15