0Pricing
Vibe Coding · レッスン

作成できるもの

プロンプトでアプリ、サイト、ゲーム、ツールを作ります。

「作成できるもの」はCoddyKit上の無料Vibe Codingレッスンです。 これはレッスン3/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはVibe Coding学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 Vibe Codingコースには全4レッスンが含まれています。

このレッスンの一部はまだ翻訳されておらず、英語で表示されています。

So... What Can You Build?

So what can you build? Short answer: a lot. The same skill — describing what you want — makes websites, apps, games, and tools. Let's tour what's possible.

Websites and Landing Pages

The easiest start: web pages — a portfolio, a landing page, a simple blog. Tools like v0 and Lovable turn one line into a polished page in seconds.

Build a landing page for a coffee shop called "Bean There" with a hero image, a menu section, and an opening-hours block.

Interactive Web Apps

Beyond static pages, you can build apps that do things: a to-do list, a budget tracker, a quiz. They react to clicks and typing, and AI wires up the logic.

Make a tip calculator: I enter the bill amount and tip percent, and it shows the tip and total.

A Tiny App in Action

Here's the kind of logic behind a tip calculator — the part the AI writes for you. Run it to see it work.

const bill = 60;
const tipPercent = 18;
const tip = bill * (tipPercent / 100);
const total = bill + tip;
console.log("Tip: $" + tip.toFixed(2) + ", Total: $" + total.toFixed(2));

Games and Fun Stuff

Yes, games too — a guessing game, memory match, a clicker. They're visual and instantly fun to test. Describe the rules, and let AI build the playground. 🎮

Build a number guessing game: the computer picks a number 1-100, I guess, and it tells me higher or lower until I win.

Tools and Automations

You can build small tools that save time: a unit converter, a password maker, a CSV cleaner. Later, even automations that run multi-step tasks for you.

Make a tool that converts a list of temperatures from Celsius to Fahrenheit and shows them in a table.

Apps with Real Data

Real apps store and fetch data — saving notes, loading weather, pulling headlines. You don't need to master databases; describe the data and AI handles the plumbing.

Show today's weather for a city I type in, using a free weather API, with the temperature and a simple icon.

Beautiful Interfaces

It doesn't have to look plain. Describe a look and feel — colors, layout, dark mode — and AI styles it. Tools like v0 shine at clean, modern components.

Give it a modern look: soft purple gradient background, white rounded cards, and large friendly buttons.

Full Products and Startups

This scales up. Founders use vibe coding to build MVPs and even launch real businesses, going from idea to a live product with tools like Bolt, Replit, and Vercel.

Start Small, Dream Big

Here's the secret: start tiny. Your first build should be small enough to finish — one page, one tool. Finishing builds momentum, then the big stuff comes.

A simple page that shows a random motivational quote each time I click a button.

Picture Your First Project

Take a moment. What's one small thing you'd love to exist — a page about your hobby, a tool for a boring task? Hold that idea; by track's end, you'll have built it.

Quick Check

Which is the best first project for a new vibe coder?

Recap: The Possibilities

You saw the range: websites, apps, games, tools, data, and even full products. Best advice: start small, dream big. Next, let's see how this track works!

よくある質問

「作成できるもの」レッスンは無料ですか?

はい。「作成できるもの」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、Vibe Codingコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 Vibe Codingコースには全4レッスンが含まれています。

「作成できるもの」で何を学びますか?

プロンプトでアプリ、サイト、ゲーム、ツールを作ります。 ブラウザで直接実行するハンズオンコードでVibe Codingを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。

Vibe Codingを始めるのに経験は必要ですか?

事前経験は必要ありません。CoddyKitのVibe Codingは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン3/4です。

「作成できるもの」レッスンにはどのくらい時間がかかりますか?

ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。

このVibe Codingレッスンでコードを書いて実行できますか?

はい。すべてのVibe Codingレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。

このコースのすべてのレッスン

  1. バイブコーディングのマインドセット
  2. コード入力からAIとの対話へ
  3. 作成できるもの
  4. このトラックの進め方
← Vibe Codingに戻る