8000 up: github repo `budget-simulator` -> `yosan-org` by taniiicom · Pull Request #12 · taniiicom/yosan-org · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

up: github repo budget-simulator -> yosan-org #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# 国家予算シミュレータ yosan.org

- https://yosan.org

**日本の国家予算をインタラクティブに可視化し, 自由に編集しながら試行錯誤し, 自分の考えた予算案をシェアできます
**

## 表明

このサービスは, 特定の政党や候補者を支持しません

日本の国家予算データについては, 政府の予算書・決算書データベース (https://www.bb.mof.go.jp/hdocs/bxsselect.html) をもとに, Taniii が機械判読に適した形式にオープンデータ化し, インタラクティブなグラフを用いて可視化したものです

各ユーザの作成・提案した予算データやコメントについては, ユーザにより作成されたコンテンツであり, その正しさや不適切でないことを, 本サービスも, サービス作成者・運営者も保証せず, 意見に対する同意も不同意も意図しません

## snap.

- インタラクティブに可視化されたグラフで膨大な額を直感的に理解

![](./media/img0.png)

- インタラクティブにネストを展開して探索

![](./media/img1.png)

- 自由に編集しながら試行錯誤し, 自分の考えた予算案をシェア

![](./media/img2.png)

## あとがき

自分自身の月の収入や支出 (例えば, 「食費にいくら使っているか」とか) はだいたい分かるけど, 国の収入と支出はどうでしょうか?

「何らかの政策をするのに, n 兆円必要」ということだけニュースで言われても, それが『収入全体の何%』で, 『他の予算と比べて, 多いのか・少ないのか』, 『いくら収入を増やすか, 支出を削減すれば実現できるのか』恥ずかしながら私はイメージがつきませんでした.

「支出を節約して減税する」「国債を発行して収入を増やす」「減らせる支出がないから減税できない」... いろんな意見があっていいと思いますが, こういう議論をするとき, 自分自身のお金に関することなら, 家計簿を見たり, 帳簿を見て, 試行錯誤したり, 思案を巡らすはずです.

自分たちの国の予算についても, 自分の払った税金の使い道についても, 一部の人の考えたキャッチフレーズだけで議論するのではなく, みんなが具体的な数字に触れられて, 「ああでもないこうでもない」と試行錯誤して, ボトムアップに集合知を結集できる場所があればいいのにと思い, このサービスを作りました.

designed by Taniii

- https://taniii.com
- https://x.com/taniiicom
- https://github.com/taniiicom
- https://www.instagram.com/taniiicom
2 changes: 1 addition & 1 deletion front/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ export default function Home() {
</Popover>
<Button
as="a"
href="https://github.com/taniiicom/budget-simulator"
href="https://github.com/taniiicom/yosan-org"
target="_blank"
leftIcon={<FaGithub />}
variant="outline"
Expand Down
2 changes: 1 addition & 1 deletion front/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default function Footer() {
</Popover>
<Button
as="a"
href="https://github.com/taniiicom/budget-simulator"
href="https://github.com/taniiicom/yosan-org"
target="_blank"
leftIcon={<FaGithub />}
variant="outline"
Expand Down
Binary file added media/img0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/img1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/img2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
0