0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Cloudflare Workersで、シンプルを極めたラジオアプリ「Kiku」を作った話

0
Posted at

Cloudflare Workersで、シンプルを極めたラジオアプリ「Kiku」を作った話 はじめに イスラエルでソフトウェアエンジニアをしている者です。 既存のラジオアプリは広告が多く、UIが複雑すぎると感じていました。そこで、爆速で動作し、ミニマルなデザインに徹したラジオ&ポッドキャスト配信アプリ**「Kiku」を個人開発しました。 名前は日本語の「聞く(Kiku)」**から取っています。 使用した技術スタック Frontend: Vanilla JS / Tailwind CSS (スピード重視) Backend: Cloudflare Workers (エッジでの高速処理) Infrastructure: Cloudflare Network こだわったポイント 広告ゼロ: 純粋に音楽と音声を楽しむための環境。 パフォーマンス: Cloudflareのエッジネットワークを利用し、世界中どこからでも瞬時に起動。 ミニマリズム: 「今、何を聞くか」だけに集中できるUI。 機能性: スリープタイマーや週間スケジュール機能を搭載。 バックエンドの構成(サンプルコード)
アプリはこちらからお試しください: Kiku Online

Cloudflare Workersを使用して、リクエストをエッジで処理しています。非常に軽量な構成です。
KIKU.jpg

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?