tracked projects
Verify in 30 seconds
Three clicks confirm this is a real, working submission — not a mock.
Solo builders who use AI to launch many small products.
After launch, important follow-up work gets scattered.
One board keeps proof, deadlines, cost checks, and next steps together.
submitted
proof items
payment tasks
status events
Tracked projects
Submitted projects and follow-ups
Revenue Intake Ledger
H0: Hack the Zero Stack
- Problem
- AI makes creation faster, but proof, cost checks, deadlines, payout tasks, and approvals scatter after launch.
- Next step
- Monitor the H0 result date, AWS usage, and any payout paperwork from organizers.
- Result date
- 2026-07-31 14:00 PDT
- Prize range
- $2,000-$10,000 cash plus AWS credits
Clinical AI Handoff Auditor
Ignite64 Global AI Hackathon 2026
- 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
Coexistence Console
Reddit Mod Tools and Migrated Apps Hackathon
- Problem
- AI-assisted participation needs clear policy, review, action logs, and analytics.
- Next step
- Monitor winner announcement and payment paperwork.
- Result date
- 2026-06-20 15:00 PT
- Prize range
- $1,000-$10,000 cash
Shipyard Solver Lab
Optimization Grand Challenge 2026
- Problem
- They need a reproducible solve-validate-package loop before official scoring opens.
- Next step
- Submit algorithm on the official platform when the window opens.
- Result date
- 2026-09-04
- Prize range
- $7,000-$48,000 equivalent
Domain Roulette Launch Lab
DeveloperWeek NY name.com track
- 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.
{
"table": "RevenueIntakeLedger",
"partitionKey": "OPPORTUNITY#h0",
"returned": {
"opportunity": {
"id": "h0",
"product": "Revenue Intake Ledger",
"status": "submitted"
},
"evidence": 6,
"payoutTasks": 6,
"statusEvents": 4
}
}entity = opportunityBuilds the operating board from durable revenue lanes.
/api/opportunitiesPK = OPPORTUNITY#h0Loads one submission with its proof, payout tasks, and status history.
/api/h0-bundlePK = WORK_QUEUE#openReads only open result, payout, and cost-monitoring tasks through a materialized DynamoDB item collection.
/api/action-queuehealth + live countsShows whether the deployed app is using DynamoDB or only preview data.
/api/proofChange 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.
credit pending → credit visible
AWS Billing showed the promotional credit before any database proof work continued.preview-seed → dynamodb
The Vercel production app read opportunities, evidence, and payout tasks from the RevenueIntakeLedger table.ready → submitted
The final H0 Devpost page showed Project submitted and 5/5 steps done.not joined → registered
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.
2026-06-20 15:00 PT
owner: organizer · opportunity: coexistence2026-08-01 06:00 JST
owner: organizer · opportunity: h0Weekly until H0 judging ends
owner: builder · opportunity: h0Shared 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.
Registration was completed and the final Devpost project was submitted.
AWS Billing shows the promotional credit active. v0 credit remains optional unless used for the final demo.
Preview is live at revenue-intake-ledger-public.vercel.app.
team_qU2jjQVZXVCwq9lXlmxu4aaM / daideguchis-projects.
Production API reads from dynamodb:RevenueIntakeLedger.
Redacted AWS Console screenshot captured for the RevenueIntakeLedger table.
Updated functioning final demo uploaded to PETOPIA AI: https://youtu.be/sGeT3OtkBks
Final H0 page showed Project submitted and public project page is https://devpost.com/software/revenue-intake-ledger.
30秒で確認できます
3つのリンクをクリックすれば、本物だとすぐに分かります。
AIで小さなプロダクトをたくさん作る、一人開発者のため。
公開後に、証拠・締切・費用確認・入金手続きが散らばります。
証拠、締切、費用確認、次の一手をひとつのボードにまとめます。
追跡中の作品
提出済み
証拠
入金タスク
履歴
追跡中の作品
提出済み作品と次の確認
Revenue Intake Ledger
H0: Hack the Zero Stack
- 困りごと
- AIで作る速度は上がりましたが、公開後の証拠、費用確認、締切、入金手続き、承認が散らばります。
- 次の一手
- H0の結果発表、AWS利用状況、運営からの入金書類を確認します。
- 発表日
- 2026-07-31 14:00 PDT
- 賞金範囲
- 2,000〜10,000ドル + AWSクレジット
Clinical AI Handoff Auditor
Ignite64 Global AI Hackathon 2026
- 困りごと
- 医療でAI出力を使う前に、人間へ渡すための確認履歴が必要です。
- 次の一手
- 公式の開発期間内にだけ作ります。
- 発表日
- 公式審査後
- 賞金範囲
- 賞金総額 2,200ドル
Coexistence Console
Reddit Mod Tools and Migrated Apps Hackathon
- 困りごと
- AIが混ざる参加には、方針、レビュー、操作ログ、分析をまとめて見る場所が必要です。
- 次の一手
- 受賞発表と入金手続きの連絡を確認します。
- 発表日
- 2026-06-20 15:00 PT
- 賞金範囲
- 1,000〜10,000ドル
Shipyard Solver Lab
Optimization Grand Challenge 2026
- 困りごと
- 公式採点が始まる前に、解く、検証する、提出パッケージを作る流れを再現できる必要があります。
- 次の一手
- 公式プラットフォームが開いたら、検証済みアルゴリズムを提出します。
- 発表日
- 2026-09-04
- 賞金範囲
- 7,000〜48,000ドル相当
Domain Roulette Launch Lab
DeveloperWeek NY name.com track
- 困りごと
- ランダムなドメイン名を、短時間で筋の通った事業案に変える必要があります。
- 次の一手
- 公式ドメインの割り当てを待ち、サンプル名を差し替えて最終提出します。
- 発表日
- 2026-06-10 16:00 EDT
- 賞金範囲
- 1,000〜2,500ドル + ドメインクレジット
データベース証拠
実際に保存された記録を読んでいます。
H0 の作品データは DynamoDB に保存されています。ひとつの問い合わせで、作品、証拠リンク、入金タスク、変更履歴を読み込みます。 PK = OPPORTUNITY#h0.
{
"table": "RevenueIntakeLedger",
"partitionKey": "OPPORTUNITY#h0",
"returned": {
"opportunity": {
"id": "h0",
"product": "Revenue Intake Ledger",
"status": "submitted"
},
"evidence": 6,
"payoutTasks": 6,
"statusEvents": 4
}
}entity = opportunity保存された収益レーンから、作業ボードを作ります。
/api/opportunitiesPK = OPPORTUNITY#h0ひとつの提出作品について、証拠、入金タスク、変更履歴をまとめて読みます。
/api/h0-bundlePK = WORK_QUEUE#openまだ終わっていない結果確認、入金、費用確認だけを読みます。
/api/action-queuehealth + live counts公開アプリが DynamoDB を使っているか、プレビューだけかを示します。
/api/proof変更履歴
大事な変更はすべて残ります。
提出後は、人間もAIエージェントも、何が変わったか、なぜ変えたか、次に何をするかを同じ記録で確認できます。
クレジット待ち → クレジット確認済み
データベース証拠を作る前に、AWS Billing でプロモーションクレジットを確認しました。プレビュー用データ → DynamoDB
Vercel 本番アプリが、作品、証拠、入金タスクを RevenueIntakeLedger テーブルから読みました。準備完了 → 提出済み
H0 の最終ページで、Project submitted と 5/5 steps done が確認できました。未参加 → 登録済み
Devpost の表示が Join hackathon から Start project に変わりました。未完了タスク
まだ残っている作業だけを取り出せます。
結果確認、入金手続き、クラウド費用確認など、未完了の作業を PK = WORK_QUEUE#open. から読みます。これで、ただの一覧ではなく実際に使えるチェックリストになります。
2026-06-20 15:00 PT
担当: 運営 · 作品: coexistence2026-08-01 06:00 JST
担当: 運営 · 作品: h0H0審査が終わるまで毎週
担当: 作成者 · 作品: h0共通の記憶
DynamoDB が作業を一か所にまとめます。
DynamoDB は、作品、証拠、賞金条件、入金タスク、変更履歴、AIの提案を保存します。AIを多く使う作業でも、人間とAIが同じ事実を見られます。
- 作品: 名前、参加先、狙う賞金、現在の状態
- 証拠: ファイル、公開URL、確認メモ
- 変更履歴: 誰が、何を、なぜ変えたか
- 入金タスク: 書類、締切、受け取り予定
提出証拠
見せかけのダッシュボードではありません。
本番 DynamoDB の読み返し、API証拠、構成図、短いデモ動画を用意しています。データベースを実際の作品の記憶として使っています。
参加登録が完了し、最終Devpostプロジェクトも提出済みです。
AWS Billing でプロモーションクレジットが有効です。v0クレジットは必要になった時だけ使います。
revenue-intake-ledger-public.vercel.app で公開されています。
team_qU2jjQVZXVCwq9lXlmxu4aaM / daideguchis-projects。
本番APIは dynamodb:RevenueIntakeLedger から読み込んでいます。
RevenueIntakeLedger テーブルのAWS Consoleスクリーンショットを、機密を隠して保存済みです。
本番Vercel画面、DynamoDB API、未完了タスク取得を見せるデモをPETOPIA AIに限定公開しています: https://youtu.be/sGeT3OtkBks
H0最終ページで Project submitted を確認済みです。公開ページは https://devpost.com/software/revenue-intake-ledger です。