-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
140 lines (140 loc) · 4.89 KB
/
db.json
File metadata and controls
140 lines (140 loc) · 4.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"projects": [
{
"id": "1",
"title": "EchoWave - AIノイズキャンセルイヤホン",
"description": "革新的なAI搭載ワイヤレスイヤホン、環境に適応するノイズキャンセル機能",
"story": "EchoWaveは完璧なリスニング体験を実現するために誕生しました。3年間の研究開発を経て、どんな環境にも対応するAI駆動のノイズキャンセル技術を完成させました。",
"image": "/wireless-earbuds-charging-case.jpg",
"thumbnail": "/wireless-earbuds-charging-case.jpg",
"category": "テック",
"creator": "Kentaro Tanaka",
"goalAmount": 500000,
"fundedAmount": 375000,
"backers": 28,
"daysRemaining": 12,
"rewards": [
{
"id": "1-1",
"title": "アーリーバードスペシャル",
"description": "EchoWaveを40%割引で購入",
"amount": 9900,
"deliveryDate": "2025-03-01",
"backers": 13,
"limited": true,
"remaining": 37
},
{
"id": "1-2",
"title": "スタンダードパッケージ",
"description": "EchoWave + 無料ケース",
"amount": 14900,
"deliveryDate": "2025-03-01",
"backers": 11,
"limited": false
},
{
"id": "1-3",
"title": "プレミアムバンドル",
"description": "EchoWave + アクセサリーパック",
"amount": 24900,
"deliveryDate": "2025-03-01",
"backers": 4,
"limited": false
}
],
"tags": ["audio", "electronics", "wearables"],
"createdAt": "2024-10-15"
},
{
"id": "2",
"title": "ChronoFlow - ミニマリストスマートウォッチ",
"description": "14日間のバッテリー寿命を備えた美しくデザインされたスマートウォッチ",
"story": "ChronoFlowは優雅なデザインと強力な機能を組み合わせています。テクノロジーは見えないものであるべきだと考えています。",
"image": "/modern-smartwatch.jpg",
"thumbnail": "/modern-smartwatch.jpg",
"category": "ウェアラブル",
"creator": "Taro Yamada",
"goalAmount": 400000,
"fundedAmount": 520000,
"backers": 18,
"daysRemaining": 8,
"rewards": [
{
"id": "2-1",
"title": "ファウンダーズエディション",
"description": "最初の100ユニット(署名付きケース付き)",
"amount": 19900,
"deliveryDate": "2025-03-15",
"backers": 3,
"limited": true
},
{
"id": "2-2",
"title": "スタンダードエディション",
"description": "ChronoFlowスマートウォッチ",
"amount": 29900,
"deliveryDate": "2025-03-15",
"backers": 11,
"limited": false
},
{
"id": "2-3",
"title": "プロバンドル",
"description": "ウォッチ + 全アクセサリー",
"amount": 49900,
"deliveryDate": "2025-03-15",
"backers": 4,
"limited": false
}
],
"tags": ["wearables", "design", "technology"],
"createdAt": "2024-10-01"
},
{
"id": "3",
"title": "Indieクックブック:世界の街角フード(更新)",
"description": "200以上の世界の街角フードレシピを掲載した美しくイラストされたクックブック",
"story": "35カ国を旅して本格的な街角フードのレシピを集めました。このクックブックは世界の料理への愛の手紙です。",
"image": "/beautiful-cookbook-street-food-vibrant-colors.jpg",
"thumbnail": "/vintage-cookbook.png",
"category": "出版",
"creator": "Yuki Suzuki",
"goalAmount": 150000,
"fundedAmount": 234000,
"backers": 70,
"daysRemaining": 20,
"rewards": [
{
"id": "3-1",
"title": "デジタル版",
"description": "PDF + ビデオレシピ",
"amount": 1500,
"deliveryDate": "2025-02-01",
"backers": 28,
"limited": false
},
{
"id": "3-2",
"title": "プリント豪華版",
"description": "限定版ハードカバー + ビデオ",
"amount": 3900,
"deliveryDate": "2025-03-01",
"backers": 32,
"limited": false
},
{
"id": "3-3",
"title": "コレクターズバンドル",
"description": "署名版 + ケース + クッキングキット",
"amount": 9900,
"deliveryDate": "2025-03-15",
"backers": 8,
"limited": true
}
],
"tags": ["publishing", "food", "travel"],
"createdAt": "2024-09-20"
}
]
}