Back to list
dev_to 2026年4月25日

4 ヶ月間で開発者が使う 17 人の AI ツールを作りました。速いデリバリーへの教訓とは

I built 17 AI tools for developers in 4 months. Here's what I learned about shipping fast.

Translated: 2026/4/25 3:01:37
artificial-intelligencedeveloper-toolssupabaseproductivityopen-source

Japanese Translation

アイデアから、Gemini、Supabase Edge Functions、そして「速いデリバリー」への厳格な意識を活用して、17 つの production AI ツールを完成させました。実数、実失敗、実教訓。 四ヶ月前、私はアイデアを持っていました:開発者が AI を使って自分のコードを「焼いた(暴言)」、市場賃金を確認し、面接をシミュレートして、プログラミングを学ぶ——すべて一つの場所で、すべて無料で、すべて多言語でサポートできるなら? 今日、CodeMasterIp は 15 言語で動作し、何千もの開発者を利用する、17 つの production AI ツールを持っています。これが、その速いデリバリーを通じて学んだことです。 退屈なスタックを選んでください 私は React + Vite + Supabase + Gemini 2.5 Flash を Edge Functions 経由で使いました。何でもなく、特殊なものはありません。K8s も、マイクロサービスもなし。 なぜでしょうか?ボトルネックは常に技術ではなく、次に何を構築するかを決定することにありましたが。 // 1 つの Edge Function。1 つのモデル。1 つのパターン。それを 17 回繰り返す。 https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent', すべてのツールが「完全なプロダクト」としてデリバリーされる すべてのツールには独自の URL、独自の OG アーティクル画像、共有可能な結果ページがあります。なぜでしょうか?Twitter で共有できないツールは存在しません。 /code-roast → AI はあなたのコードをSeverity badges を使用して「焼く(暴言)」 無料は戦略ではありません。無料こそが戦略です。 私の競合する多くのツールは $9/mo を課金しています。私のツールは無料です。なぜでしょうか? なぜなら、ボトルネックはマネーではなく注意力だからです。10,000 人がシェアする無料ツールは、200 人が支払い続ける $9 のツールを毎回凌駕します。 収益化は、人がお金を払う唯一のもののことであり、それは文脈を保持する AI チャットです。 最初から国際化を 15 言語。react-i18next。すべてのツール、すべてのページ、すべてのエラーメッセージ。コード?SEO のために 12 の言語内で pre-rendered の 12 のブロックです。 用 AI 学编程 Programming を AI で学ぶ 用 AI 学编程 結果:私が目標にしていない国からのトラフィック。 最も評価されていない成長のレバー:プログラマティック SEO 私は 12 言語 × 200 トピック × 18 ページタイプを組み合わせることで、45,000 つのユニーク URL をプログラマティックに生成しました。 ほとんどがランクインしませんが、いくつかは私が考えていないロングテールクエリで #1 にランクインしました。 私がやった間違い(あなたがやる必要はありません) 広告を最初に取り、後で削除しました。AdSense がページ速度と SEO を殺し、LCP が -40% になりました。すべてを削除しました。 Reddit autopromo を試みました。r/learnprogramming が 2 時間で投稿を閉じました。教訓:最初はお金を売らなず提供価値しましょう。 早期にオーサリゼーションを過剰に設計しました。Supabase auth + Google OAuth = 30 分。完了。 私が今ならどうするか 先方のツールを週末にデリバリーする。4 つ、17 つではなく 1 つ。 17 つは複合的な学習の産物で、各ツールはパターンが繰り返されたので、前のツールより 30% 速く構築できました。 すべての 17 つのツールを実行を見てみたい場合は codemasterip.com を見てください。Code Roast がつ最も楽しいです——どんなコードをパストしても、AI は Severity levels(重み)と共にそれを何に間違っているか告訴你します。 このスタックを使って何が作れますか?コメント欄に-drop it in—私は好奇心が持っています。

Original Content

From idea to 17 production AI tools using Gemini, Supabase Edge Functions, and a brutal focus on shipping. Real numbers, real mistakes, real lessons. Four months ago I had an idea: what if devs could roast their own code with AI, calculate their market salary, simulate interviews, and learn programming — all in one place, all free, all multilingual? Today CodeMasterIp has 17 production AI tools, runs in 15 languages, and serves thousands of devs. Here's what I learned shipping that fast. Pick the boring stack on purpose I went with React + Vite + Supabase + Gemini 2.5 Flash via Edge Functions. Nothing exotic. No K8s. No microservices. Why? Because the bottleneck was never tech — it was always deciding what to build next. // One Edge Function. One model. One pattern. Repeat 17 times. https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash:generateContent', Each tool ships as a "complete product" Every tool has its own URL, its own OG image, its own shareable result page. Why? Because a tool that can't be shared on Twitter doesn't exist. /code-roast → AI roasts your code with severity badges Free is not a strategy. It's the strategy. Most tools competing with mine charge $9/mo. Mine are free. Why? Because attention is the bottleneck, not money. A free tool that 10,000 people share beats a $9 tool that 200 people pay for — every time. Monetization comes from the one thing people pay for: the AI chat with persistent context. Internationalization from day 1 15 languages. react-i18next. Every tool, every page, every error message. The code? Pre-rendered in 12 languages inside blocks for SEO. Aprende programación con IA Learn programming with AI 用AI学编程 Result: traffic from countries I didn't even target. The most underrated growth lever: programmatic SEO I generated 45,000 unique URLs programmatically by combining: 12 languages × 200 topics × 18 page types Most never rank. Some rank #1 for long-tail queries I never imagined. Mistakes I made (so you don't have to) Built ads first, removed them later. AdSense killed page speed and SEO. -40% LCP. Removed everything. Tried Reddit autopromo. r/learnprogramming closed my post in 2h. Lesson: provide value first, sell later. Over-engineered auth early. Supabase auth + Google OAuth = 30 minutes. Done. What I'd do differently Ship the first tool in a weekend. Not 4. Not 17. One. The 17 came from compounding learnings: each tool was 30% faster to build than the previous one because the patterns repeated. If you want to see all 17 tools in action: codemasterip.com. The Code Roast one is the most fun — paste any code and the AI will tell you what's wrong with it (with severity levels, like a real code review). What would you build with this stack? Drop it in the comments — I'm curious.