Hackathon: H0 · Vercel v0 + AWS Databases

Don’t lose the work after you build with AI.

A small checklist board for solo builders. It keeps proof links, result dates, cloud-cost checks, and payment forms in one place.

Live DynamoDB proof

This app is reading the live AWS database used for the H0 submission.

Verify in 30 seconds

Three clicks confirm this is a real, working submission — not a mock.

  1. 1Open the Devpost submission
  2. 2Watch the under-3-min functioning demo video
  3. 3Inspect live DynamoDB data
  4. 4Read the #H0Hackathon build note
1Who

Solo builders who use AI to launch many small products.

2Problem

After launch, important follow-up work gets scattered.

3Solution

One board keeps proof, deadlines, cost checks, and next steps together.

5

tracked projects

3

submitted

7

proof items

7

payment tasks

5

status events

Tracked projects

Submitted projects and follow-ups

source: dynamodb:RevenueIntakeLedger

Clinical AI Handoff Auditor

Ignite64 Global AI Hackathon 2026

Ready
Problem
Clinical AI outputs need a clear handoff trail before humans rely on them.
Next step
Build only inside the official hacking window.
Result date
After official judging
Prize range
$2,200 pool

Domain Roulette Launch Lab

DeveloperWeek NY name.com track

Blocked
Problem
They must turn random domain names into a coherent product plan fast.
Next step
Wait for official domain assignment, replace sample domains, final submit.
Result date
2026-06-10 16:00 EDT
Prize range
$1,000-$2,500 cash plus domain credits

Database proof

The board reads real saved records.

For H0, the project is stored in DynamoDB. One query loads the project, proof links, payment tasks, and status history with PK = OPPORTUNITY#h0.

6 evidence6 payout tasks4 status events
This is the actual shape returned by one DynamoDB query against the H0 record.
{
  "table": "RevenueIntakeLedger",
  "partitionKey": "OPPORTUNITY#h0",
  "returned": {
    "opportunity": {
      "id": "h0",
      "product": "Revenue Intake Ledger",
      "status": "submitted"
    },
    "evidence": 6,
    "payoutTasks": 6,
    "statusEvents": 4
  }
}
Open /api/h0-bundle
Board viewentity = opportunity

Builds the operating board from durable revenue lanes.

/api/opportunities
One lane packetPK = OPPORTUNITY#h0

Loads one submission with its proof, payout tasks, and status history.

/api/h0-bundle
Action queuePK = WORK_QUEUE#open

Reads only open result, payout, and cost-monitoring tasks through a materialized DynamoDB item collection.

/api/action-queue
Proof boardhealth + live counts

Shows whether the deployed app is using DynamoDB or only preview data.

/api/proof

Change history

Every important change is saved.

After submission, humans and AI agents both need a simple record of what changed, why it changed, and what to do next.

2026-05-30 JSTAWS credit applied

credit pendingcredit visible

AWS Billing showed the promotional credit before any database proof work continued.
2026-05-30 JSTDynamoDB became source of truth

preview-seeddynamodb

The Vercel production app read opportunities, evidence, and payout tasks from the RevenueIntakeLedger table.
2026-05-30 05:55 JSTFinal Devpost submission

readysubmitted

The final H0 Devpost page showed Project submitted and 5/5 steps done.
2026-05-29 07:57 JSTRegistered for H0

not joinedregistered

The Devpost registration state changed from Join hackathon to Start project.

Open tasks

The board can ask: what is still open?

The app reads unfinished result, payment, and cloud-cost tasks through PK = WORK_QUEUE#open. That makes it a working checklist, not a static page.

access: base-table-item-collectionPK = WORK_QUEUE#opensource: dynamodb:RevenueIntakeLedger/WORK_QUEUE#open
Open /api/action-queue
waitingCheck winner announcement

2026-06-20 15:00 PT

owner: organizer · opportunity: coexistence
waitingCheck H0 winner announcement and email

2026-08-01 06:00 JST

owner: organizer · opportunity: h0
waitingCheck AWS Cost Explorer for RevenueIntakeLedger usage

Weekly until H0 judging ends

owner: builder · opportunity: h0

Shared memory

DynamoDB keeps the work in one place.

DynamoDB stores projects, proof items, prize terms, payment tasks, change history, and AI suggestions. In an AI-heavy workflow, this keeps humans and agents looking at the same truth.

  • projects: product, program, target prize, current state
  • proof items: files, public URLs, verification notes
  • change history: who changed what and why
  • payment tasks: forms, deadlines, expected receipt windows

Submission proof

This is not a mock dashboard.

The app includes live DynamoDB readback, API proof routes, an architecture diagram, and a short demo video. The database is used as the actual product memory.

doneDevpost registration

Registration was completed and the final Devpost project was submitted.

doneAWS credit applied

AWS Billing shows the promotional credit active. v0 credit remains optional unless used for the final demo.

donePublished Vercel URL

Preview is live at revenue-intake-ledger-public.vercel.app.

doneVercel Team ID

team_qU2jjQVZXVCwq9lXlmxu4aaM / daideguchis-projects.

doneLive DynamoDB source

Production API reads from dynamodb:RevenueIntakeLedger.

doneAWS storage screenshot

Redacted AWS Console screenshot captured for the RevenueIntakeLedger table.

doneUnder-3-minute functioning demo video

Updated functioning final demo uploaded to PETOPIA AI: https://youtu.be/sGeT3OtkBks

doneDevpost final submitted state

Final H0 page showed Project submitted and public project page is https://devpost.com/software/revenue-intake-ledger.

Built for H0 · DynamoDB-native · No fake numbers, no synthetic charts.

ハッカソン: H0 · Vercel v0 + AWS Databases

AIで作った後の作業を、見失わない。

一人でAIを使ってたくさん作る人のための、小さな確認ボードです。証拠リンク、結果発表日、クラウド費用、入金手続きを一か所にまとめます。

DynamoDB証拠あり

H0提出用の本番AWSデータベースを読んでいます。

30秒で確認できます

3つのリンクをクリックすれば、本物だとすぐに分かります。

  1. 1Devpostの提出ページを見る
  2. 23分未満の動作デモを見る
  3. 3DynamoDBの実データを開く
  4. 4#H0Hackathonの制作記事を読む
1誰のため

AIで小さなプロダクトをたくさん作る、一人開発者のため。

2困りごと

公開後に、証拠・締切・費用確認・入金手続きが散らばります。

3解決方法

証拠、締切、費用確認、次の一手をひとつのボードにまとめます。

5

追跡中の作品

3

提出済み

7

証拠

7

入金タスク

5

履歴

追跡中の作品

提出済み作品と次の確認

データ元: dynamodb:RevenueIntakeLedger

Clinical AI Handoff Auditor

Ignite64 Global AI Hackathon 2026

準備中
困りごと
医療でAI出力を使う前に、人間へ渡すための確認履歴が必要です。
次の一手
公式の開発期間内にだけ作ります。
発表日
公式審査後
賞金範囲
賞金総額 2,200ドル

Domain Roulette Launch Lab

DeveloperWeek NY name.com track

停止中
困りごと
ランダムなドメイン名を、短時間で筋の通った事業案に変える必要があります。
次の一手
公式ドメインの割り当てを待ち、サンプル名を差し替えて最終提出します。
発表日
2026-06-10 16:00 EDT
賞金範囲
1,000〜2,500ドル + ドメインクレジット

データベース証拠

実際に保存された記録を読んでいます。

H0 の作品データは DynamoDB に保存されています。ひとつの問い合わせで、作品、証拠リンク、入金タスク、変更履歴を読み込みます。 PK = OPPORTUNITY#h0.

6 証拠6 入金タスク4 履歴
H0の作品レコードを DynamoDB に1回問い合わせた時の、実際の返り値の形です。
{
  "table": "RevenueIntakeLedger",
  "partitionKey": "OPPORTUNITY#h0",
  "returned": {
    "opportunity": {
      "id": "h0",
      "product": "Revenue Intake Ledger",
      "status": "submitted"
    },
    "evidence": 6,
    "payoutTasks": 6,
    "statusEvents": 4
  }
}
開く /api/h0-bundle
ボード表示entity = opportunity

保存された収益レーンから、作業ボードを作ります。

/api/opportunities
1作品のまとめPK = OPPORTUNITY#h0

ひとつの提出作品について、証拠、入金タスク、変更履歴をまとめて読みます。

/api/h0-bundle
行動リストPK = WORK_QUEUE#open

まだ終わっていない結果確認、入金、費用確認だけを読みます。

/api/action-queue
証拠ボードhealth + live counts

公開アプリが DynamoDB を使っているか、プレビューだけかを示します。

/api/proof

変更履歴

大事な変更はすべて残ります。

提出後は、人間もAIエージェントも、何が変わったか、なぜ変えたか、次に何をするかを同じ記録で確認できます。

2026-05-30 JSTAWSクレジット適用

クレジット待ちクレジット確認済み

データベース証拠を作る前に、AWS Billing でプロモーションクレジットを確認しました。
2026-05-30 JSTDynamoDB が正本になった

プレビュー用データDynamoDB

Vercel 本番アプリが、作品、証拠、入金タスクを RevenueIntakeLedger テーブルから読みました。
2026-05-30 05:55 JSTH0 最終提出

準備完了提出済み

H0 の最終ページで、Project submitted と 5/5 steps done が確認できました。
2026-05-29 07:57 JSTH0 参加登録

未参加登録済み

Devpost の表示が Join hackathon から Start project に変わりました。

未完了タスク

まだ残っている作業だけを取り出せます。

結果確認、入金手続き、クラウド費用確認など、未完了の作業を PK = WORK_QUEUE#open. から読みます。これで、ただの一覧ではなく実際に使えるチェックリストになります。

取得方法: base-table-item-collectionPK = WORK_QUEUE#openデータ元: dynamodb:RevenueIntakeLedger/WORK_QUEUE#open
開く /api/action-queue
待機中受賞発表を確認

2026-06-20 15:00 PT

担当: 運営 · 作品: coexistence
待機中H0の受賞発表とメールを確認

2026-08-01 06:00 JST

担当: 運営 · 作品: h0
待機中RevenueIntakeLedger の AWS Cost Explorer を確認

H0審査が終わるまで毎週

担当: 作成者 · 作品: h0

共通の記憶

DynamoDB が作業を一か所にまとめます。

DynamoDB は、作品、証拠、賞金条件、入金タスク、変更履歴、AIの提案を保存します。AIを多く使う作業でも、人間とAIが同じ事実を見られます。

  • 作品: 名前、参加先、狙う賞金、現在の状態
  • 証拠: ファイル、公開URL、確認メモ
  • 変更履歴: 誰が、何を、なぜ変えたか
  • 入金タスク: 書類、締切、受け取り予定

提出証拠

見せかけのダッシュボードではありません。

本番 DynamoDB の読み返し、API証拠、構成図、短いデモ動画を用意しています。データベースを実際の作品の記憶として使っています。

完了Devpost登録

参加登録が完了し、最終Devpostプロジェクトも提出済みです。

完了AWSクレジット適用

AWS Billing でプロモーションクレジットが有効です。v0クレジットは必要になった時だけ使います。

完了公開Vercel URL

revenue-intake-ledger-public.vercel.app で公開されています。

完了Vercel Team ID

team_qU2jjQVZXVCwq9lXlmxu4aaM / daideguchis-projects。

完了本番DynamoDB

本番APIは dynamodb:RevenueIntakeLedger から読み込んでいます。

完了AWS保存証拠

RevenueIntakeLedger テーブルのAWS Consoleスクリーンショットを、機密を隠して保存済みです。

完了3分未満の動作デモ

本番Vercel画面、DynamoDB API、未完了タスク取得を見せるデモをPETOPIA AIに限定公開しています: https://youtu.be/sGeT3OtkBks

完了Devpost最終提出

H0最終ページで Project submitted を確認済みです。公開ページは https://devpost.com/software/revenue-intake-ledger です。