@tangle-network/starter-foundry 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (777) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +140 -0
  3. package/corpus/held-out-validation.json +322 -0
  4. package/corpus/ideasai-prompts.json +820 -0
  5. package/corpus/template-family-mapping.json +87 -0
  6. package/corpus/vibecode-e2e.json +744 -0
  7. package/corpus/vibecoder-prompts.json +324 -0
  8. package/dist/cli.d.ts +2 -0
  9. package/dist/cli.js +294 -0
  10. package/dist/cli.js.map +1 -0
  11. package/dist/lib/agent-runners.d.ts +28 -0
  12. package/dist/lib/agent-runners.js +163 -0
  13. package/dist/lib/agent-runners.js.map +1 -0
  14. package/dist/lib/audit.d.ts +14 -0
  15. package/dist/lib/audit.js +75 -0
  16. package/dist/lib/audit.js.map +1 -0
  17. package/dist/lib/augment.d.ts +17 -0
  18. package/dist/lib/augment.js +45 -0
  19. package/dist/lib/augment.js.map +1 -0
  20. package/dist/lib/batch-export.d.ts +27 -0
  21. package/dist/lib/batch-export.js +124 -0
  22. package/dist/lib/batch-export.js.map +1 -0
  23. package/dist/lib/benchmark.d.ts +6 -0
  24. package/dist/lib/benchmark.js +80 -0
  25. package/dist/lib/benchmark.js.map +1 -0
  26. package/dist/lib/build-plan.d.ts +2 -0
  27. package/dist/lib/build-plan.js +144 -0
  28. package/dist/lib/build-plan.js.map +1 -0
  29. package/dist/lib/catalog.d.ts +15 -0
  30. package/dist/lib/catalog.js +41 -0
  31. package/dist/lib/catalog.js.map +1 -0
  32. package/dist/lib/compose.d.ts +5 -0
  33. package/dist/lib/compose.js +242 -0
  34. package/dist/lib/compose.js.map +1 -0
  35. package/dist/lib/context-pack.d.ts +10 -0
  36. package/dist/lib/context-pack.js +49 -0
  37. package/dist/lib/context-pack.js.map +1 -0
  38. package/dist/lib/fatten.d.ts +34 -0
  39. package/dist/lib/fatten.js +110 -0
  40. package/dist/lib/fatten.js.map +1 -0
  41. package/dist/lib/fs.d.ts +9 -0
  42. package/dist/lib/fs.js +87 -0
  43. package/dist/lib/fs.js.map +1 -0
  44. package/dist/lib/index.d.ts +16 -0
  45. package/dist/lib/index.js +16 -0
  46. package/dist/lib/index.js.map +1 -0
  47. package/dist/lib/keywords.d.ts +29 -0
  48. package/dist/lib/keywords.js +377 -0
  49. package/dist/lib/keywords.js.map +1 -0
  50. package/dist/lib/prompt-e2e.d.ts +59 -0
  51. package/dist/lib/prompt-e2e.js +177 -0
  52. package/dist/lib/prompt-e2e.js.map +1 -0
  53. package/dist/lib/prompt-planner.d.ts +9 -0
  54. package/dist/lib/prompt-planner.js +879 -0
  55. package/dist/lib/prompt-planner.js.map +1 -0
  56. package/dist/lib/prove.d.ts +61 -0
  57. package/dist/lib/prove.js +88 -0
  58. package/dist/lib/prove.js.map +1 -0
  59. package/dist/lib/registry.d.ts +36 -0
  60. package/dist/lib/registry.js +280 -0
  61. package/dist/lib/registry.js.map +1 -0
  62. package/dist/lib/release.d.ts +14 -0
  63. package/dist/lib/release.js +49 -0
  64. package/dist/lib/release.js.map +1 -0
  65. package/dist/lib/selection.d.ts +5 -0
  66. package/dist/lib/selection.js +128 -0
  67. package/dist/lib/selection.js.map +1 -0
  68. package/dist/lib/semantic-router.d.ts +29 -0
  69. package/dist/lib/semantic-router.js +114 -0
  70. package/dist/lib/semantic-router.js.map +1 -0
  71. package/dist/lib/telemetry.d.ts +62 -0
  72. package/dist/lib/telemetry.js +102 -0
  73. package/dist/lib/telemetry.js.map +1 -0
  74. package/dist/lib/validate.d.ts +5 -0
  75. package/dist/lib/validate.js +201 -0
  76. package/dist/lib/validate.js.map +1 -0
  77. package/dist/lib/workspace.d.ts +79 -0
  78. package/dist/lib/workspace.js +304 -0
  79. package/dist/lib/workspace.js.map +1 -0
  80. package/dist/types.d.ts +309 -0
  81. package/dist/types.js +2 -0
  82. package/dist/types.js.map +1 -0
  83. package/package.json +63 -0
  84. package/registry/families/agent-service-py/files/requirements.txt +1 -0
  85. package/registry/families/agent-service-py/manifest.json +159 -0
  86. package/registry/families/agent-service-rust/manifest.json +123 -0
  87. package/registry/families/agent-service-ts/files/package.json +8 -0
  88. package/registry/families/agent-service-ts/manifest.json +276 -0
  89. package/registry/families/angular-ts/files/package.json +16 -0
  90. package/registry/families/angular-ts/manifest.json +100 -0
  91. package/registry/families/api-service/files/package.json +9 -0
  92. package/registry/families/api-service/manifest.json +149 -0
  93. package/registry/families/browser-extension-ts/files/package.json +12 -0
  94. package/registry/families/browser-extension-ts/files/preview-server.mjs +33 -0
  95. package/registry/families/browser-extension-ts/files/validate-types.mjs +13 -0
  96. package/registry/families/browser-extension-ts/manifest.json +118 -0
  97. package/registry/families/cli-ts/files/package.json +12 -0
  98. package/registry/families/cli-ts/files/validate-types.mjs +7 -0
  99. package/registry/families/cli-ts/manifest.json +99 -0
  100. package/registry/families/cloudflare-worker-ts/files/package.json +11 -0
  101. package/registry/families/cloudflare-worker-ts/files/validate-worker.mjs +9 -0
  102. package/registry/families/cloudflare-worker-ts/files/wrangler.jsonc +5 -0
  103. package/registry/families/cloudflare-worker-ts/manifest.json +130 -0
  104. package/registry/families/dspy-pipeline-py/manifest.json +115 -0
  105. package/registry/families/eigenlayer-avs/files/validate-avs.mjs +18 -0
  106. package/registry/families/eigenlayer-avs/manifest.json +79 -0
  107. package/registry/families/electron-desktop-ts/files/package.json +13 -0
  108. package/registry/families/electron-desktop-ts/files/preview-server.mjs +33 -0
  109. package/registry/families/electron-desktop-ts/files/validate-types.mjs +12 -0
  110. package/registry/families/electron-desktop-ts/manifest.json +121 -0
  111. package/registry/families/evm-infra-ts/files/package.json +8 -0
  112. package/registry/families/evm-infra-ts/manifest.json +151 -0
  113. package/registry/families/expo-react-native-ts/files/package.json +14 -0
  114. package/registry/families/expo-react-native-ts/files/validate-types.mjs +10 -0
  115. package/registry/families/expo-react-native-ts/manifest.json +118 -0
  116. package/registry/families/fhenix-contracts/files/package.json +16 -0
  117. package/registry/families/fhenix-contracts/manifest.json +32 -0
  118. package/registry/families/fhevm-contracts/files/package.json +16 -0
  119. package/registry/families/fhevm-contracts/manifest.json +30 -0
  120. package/registry/families/forge-contracts/manifest.json +214 -0
  121. package/registry/families/frontend-static/files/package.json +14 -0
  122. package/registry/families/frontend-static/files/serve.mjs +33 -0
  123. package/registry/families/frontend-static/manifest.json +91 -0
  124. package/registry/families/fullstack-ts/files/package.json +21 -0
  125. package/registry/families/fullstack-ts/files/validate-types.mjs +12 -0
  126. package/registry/families/fullstack-ts/manifest.json +418 -0
  127. package/registry/families/go-api/files/validate-go.mjs +21 -0
  128. package/registry/families/go-api/manifest.json +136 -0
  129. package/registry/families/go-worker/files/validate-go-worker.mjs +14 -0
  130. package/registry/families/go-worker/manifest.json +92 -0
  131. package/registry/families/hardhat-contracts/files/package.json +13 -0
  132. package/registry/families/hardhat-contracts/files/validate-hardhat.mjs +13 -0
  133. package/registry/families/hardhat-contracts/manifest.json +79 -0
  134. package/registry/families/mcp-server-ts/files/package.json +6 -0
  135. package/registry/families/mcp-server-ts/manifest.json +120 -0
  136. package/registry/families/move-contracts/files/validate-move.mjs +25 -0
  137. package/registry/families/move-contracts/manifest.json +79 -0
  138. package/registry/families/nextjs-ts/files/package.json +30 -0
  139. package/registry/families/nextjs-ts/files/preview-server.mjs +33 -0
  140. package/registry/families/nextjs-ts/files/validate-types.mjs +18 -0
  141. package/registry/families/nextjs-ts/manifest.json +261 -0
  142. package/registry/families/playwright-worker/files/package.json +11 -0
  143. package/registry/families/playwright-worker/manifest.json +86 -0
  144. package/registry/families/python-api/files/requirements.txt +1 -0
  145. package/registry/families/python-api/manifest.json +141 -0
  146. package/registry/families/python-data-app/files/requirements.txt +1 -0
  147. package/registry/families/python-data-app/manifest.json +83 -0
  148. package/registry/families/python-worker/files/requirements.txt +1 -0
  149. package/registry/families/python-worker/manifest.json +99 -0
  150. package/registry/families/react-vite-ts/files/package.json +30 -0
  151. package/registry/families/react-vite-ts/files/preview-server.mjs +33 -0
  152. package/registry/families/react-vite-ts/files/validate-types.mjs +18 -0
  153. package/registry/families/react-vite-ts/manifest.json +183 -0
  154. package/registry/families/remix-ts/files/package.json +28 -0
  155. package/registry/families/remix-ts/manifest.json +102 -0
  156. package/registry/families/rust-service/manifest.json +122 -0
  157. package/registry/families/solana-program/manifest.json +75 -0
  158. package/registry/families/stylus-contracts/manifest.json +58 -0
  159. package/registry/families/sveltekit-ts/files/package.json +19 -0
  160. package/registry/families/sveltekit-ts/manifest.json +105 -0
  161. package/registry/families/tangle-blueprint/manifest.json +88 -0
  162. package/registry/families/tauri-desktop/files/package.json +19 -0
  163. package/registry/families/tauri-desktop/files/preview-server.mjs +33 -0
  164. package/registry/families/tauri-desktop/files/validate-types.mjs +12 -0
  165. package/registry/families/tauri-desktop/manifest.json +122 -0
  166. package/registry/families/vue-ts/files/package.json +17 -0
  167. package/registry/families/vue-ts/manifest.json +106 -0
  168. package/registry/families/worker-job/files/package.json +9 -0
  169. package/registry/families/worker-job/manifest.json +108 -0
  170. package/registry/families/x402-service/files/package.json +6 -0
  171. package/registry/families/x402-service/manifest.json +119 -0
  172. package/registry/families/zk-prover-service/files/package.json +6 -0
  173. package/registry/families/zk-prover-service/manifest.json +136 -0
  174. package/registry/layers/auth/better-auth/files/auth-config.json +24 -0
  175. package/registry/layers/auth/better-auth/manifest.json +65 -0
  176. package/registry/layers/auth/clerk/files/auth-config.json +31 -0
  177. package/registry/layers/auth/clerk/manifest.json +67 -0
  178. package/registry/layers/auth/none/manifest.json +31 -0
  179. package/registry/layers/auth/supabase-auth/files/auth-config.json +27 -0
  180. package/registry/layers/auth/supabase-auth/manifest.json +67 -0
  181. package/registry/layers/capability/admin-crud/files/admin-config.json +29 -0
  182. package/registry/layers/capability/admin-crud/files/admin-data.json +10 -0
  183. package/registry/layers/capability/admin-crud/manifest.json +58 -0
  184. package/registry/layers/capability/agent-ai-sdk/files/ai-sdk-config.json +15 -0
  185. package/registry/layers/capability/agent-ai-sdk/manifest.json +18 -0
  186. package/registry/layers/capability/agent-browser/files/browser-agent-config.json +13 -0
  187. package/registry/layers/capability/agent-browser/manifest.json +17 -0
  188. package/registry/layers/capability/agent-code-review/files/review-config.json +11 -0
  189. package/registry/layers/capability/agent-code-review/files/review-pipeline.ts +205 -0
  190. package/registry/layers/capability/agent-code-review/manifest.json +37 -0
  191. package/registry/layers/capability/agent-customer-support/files/support-config.json +15 -0
  192. package/registry/layers/capability/agent-customer-support/files/support-pipeline.ts +122 -0
  193. package/registry/layers/capability/agent-customer-support/manifest.json +38 -0
  194. package/registry/layers/capability/agent-data-pipeline/files/analyst.ts +192 -0
  195. package/registry/layers/capability/agent-data-pipeline/files/pipeline-config.json +15 -0
  196. package/registry/layers/capability/agent-data-pipeline/manifest.json +38 -0
  197. package/registry/layers/capability/agent-github/files/github-config.json +10 -0
  198. package/registry/layers/capability/agent-github/files/github-handler.ts +153 -0
  199. package/registry/layers/capability/agent-github/manifest.json +36 -0
  200. package/registry/layers/capability/agent-hermes/files/hermes-config.json +15 -0
  201. package/registry/layers/capability/agent-hermes/manifest.json +30 -0
  202. package/registry/layers/capability/agent-intel/files/entity-card.tsx +97 -0
  203. package/registry/layers/capability/agent-intel/files/intel-config.json +14 -0
  204. package/registry/layers/capability/agent-intel/files/intel-dashboard.tsx +224 -0
  205. package/registry/layers/capability/agent-intel/files/scrape-status.tsx +78 -0
  206. package/registry/layers/capability/agent-intel/manifest.json +32 -0
  207. package/registry/layers/capability/agent-langgraph/files/langgraph-config.json +17 -0
  208. package/registry/layers/capability/agent-langgraph/manifest.json +17 -0
  209. package/registry/layers/capability/agent-mastra/files/mastra-config.json +6 -0
  210. package/registry/layers/capability/agent-mastra/manifest.json +27 -0
  211. package/registry/layers/capability/agent-multi-agent/files/orchestration-config.json +18 -0
  212. package/registry/layers/capability/agent-multi-agent/files/supervisor.ts +154 -0
  213. package/registry/layers/capability/agent-multi-agent/manifest.json +39 -0
  214. package/registry/layers/capability/agent-openclaw/files/openclaw-config.json +6 -0
  215. package/registry/layers/capability/agent-openclaw/manifest.json +28 -0
  216. package/registry/layers/capability/agent-rag/files/rag-config.json +12 -0
  217. package/registry/layers/capability/agent-rag/files/retrieval-pipeline.ts +183 -0
  218. package/registry/layers/capability/agent-rag/manifest.json +65 -0
  219. package/registry/layers/capability/agent-slack/files/slack-config.json +10 -0
  220. package/registry/layers/capability/agent-slack/files/slack-handler.ts +125 -0
  221. package/registry/layers/capability/agent-slack/manifest.json +34 -0
  222. package/registry/layers/capability/agent-trading/files/strategy.ts +128 -0
  223. package/registry/layers/capability/agent-trading/files/trading-config.json +16 -0
  224. package/registry/layers/capability/agent-trading/manifest.json +61 -0
  225. package/registry/layers/capability/agent-voice/files/voice-config.json +18 -0
  226. package/registry/layers/capability/agent-voice/manifest.json +17 -0
  227. package/registry/layers/capability/ai-agent-dashboard/files/dashboard-config.json +6 -0
  228. package/registry/layers/capability/ai-agent-dashboard/files/dashboard-data.json +6 -0
  229. package/registry/layers/capability/ai-agent-dashboard/manifest.json +37 -0
  230. package/registry/layers/capability/ai-agent-orchestrator/files/agent-card.tsx +78 -0
  231. package/registry/layers/capability/ai-agent-orchestrator/files/agent-run-view.tsx +143 -0
  232. package/registry/layers/capability/ai-agent-orchestrator/files/orchestrator-page.tsx +132 -0
  233. package/registry/layers/capability/ai-agent-orchestrator/manifest.json +26 -0
  234. package/registry/layers/capability/ai-chat-sessions/files/chat-header.tsx +109 -0
  235. package/registry/layers/capability/ai-chat-sessions/files/session-folders.tsx +98 -0
  236. package/registry/layers/capability/ai-chat-sessions/files/session-list.tsx +194 -0
  237. package/registry/layers/capability/ai-chat-sessions/manifest.json +26 -0
  238. package/registry/layers/capability/ai-chat-ui/files/chat-config.json +12 -0
  239. package/registry/layers/capability/ai-chat-ui/files/chat-data.json +8 -0
  240. package/registry/layers/capability/ai-chat-ui/manifest.json +65 -0
  241. package/registry/layers/capability/ai-fine-tuning/files/finetune-config.json +10 -0
  242. package/registry/layers/capability/ai-fine-tuning/manifest.json +37 -0
  243. package/registry/layers/capability/ai-rag-chat/files/knowledge-base-manager.tsx +187 -0
  244. package/registry/layers/capability/ai-rag-chat/files/rag-message.tsx +132 -0
  245. package/registry/layers/capability/ai-rag-chat/files/source-panel.tsx +117 -0
  246. package/registry/layers/capability/ai-rag-chat/manifest.json +26 -0
  247. package/registry/layers/capability/ai-voice-chat/files/voice-chat-page.tsx +162 -0
  248. package/registry/layers/capability/ai-voice-chat/files/voice-controls.tsx +118 -0
  249. package/registry/layers/capability/ai-voice-chat/files/voice-transcript.tsx +68 -0
  250. package/registry/layers/capability/ai-voice-chat/manifest.json +26 -0
  251. package/registry/layers/capability/chart-widget/files/metric-card.tsx +51 -0
  252. package/registry/layers/capability/chart-widget/files/simple-chart.tsx +109 -0
  253. package/registry/layers/capability/chart-widget/files/starter-data.json +19 -0
  254. package/registry/layers/capability/chart-widget/manifest.json +23 -0
  255. package/registry/layers/capability/crypto-bridge-ui/files/bridge-card.tsx +173 -0
  256. package/registry/layers/capability/crypto-bridge-ui/files/bridge-history.tsx +91 -0
  257. package/registry/layers/capability/crypto-bridge-ui/manifest.json +24 -0
  258. package/registry/layers/capability/crypto-governance-ui/files/governance-page.tsx +98 -0
  259. package/registry/layers/capability/crypto-governance-ui/files/proposal-card.tsx +88 -0
  260. package/registry/layers/capability/crypto-governance-ui/manifest.json +24 -0
  261. package/registry/layers/capability/crypto-launchpad-ui/files/sale-card.tsx +113 -0
  262. package/registry/layers/capability/crypto-launchpad-ui/files/vesting-schedule.tsx +101 -0
  263. package/registry/layers/capability/crypto-launchpad-ui/manifest.json +24 -0
  264. package/registry/layers/capability/crypto-portfolio-ui/files/portfolio-overview.tsx +118 -0
  265. package/registry/layers/capability/crypto-portfolio-ui/files/token-row.tsx +79 -0
  266. package/registry/layers/capability/crypto-portfolio-ui/manifest.json +24 -0
  267. package/registry/layers/capability/crypto-staking-ui/files/staking-dashboard.tsx +170 -0
  268. package/registry/layers/capability/crypto-staking-ui/files/validator-card.tsx +82 -0
  269. package/registry/layers/capability/crypto-staking-ui/manifest.json +24 -0
  270. package/registry/layers/capability/crypto-swap-ui/files/pool-card.tsx +93 -0
  271. package/registry/layers/capability/crypto-swap-ui/files/swap-card.tsx +151 -0
  272. package/registry/layers/capability/crypto-swap-ui/files/token-select-dialog.tsx +104 -0
  273. package/registry/layers/capability/crypto-swap-ui/manifest.json +25 -0
  274. package/registry/layers/capability/defi-bridge/files/bridge-config.json +15 -0
  275. package/registry/layers/capability/defi-bridge/manifest.json +35 -0
  276. package/registry/layers/capability/defi-dex/files/dex-config.json +15 -0
  277. package/registry/layers/capability/defi-dex/manifest.json +36 -0
  278. package/registry/layers/capability/defi-lending/files/lending-config.json +15 -0
  279. package/registry/layers/capability/defi-lending/manifest.json +36 -0
  280. package/registry/layers/capability/defi-perpetuals/files/perp-config.json +11 -0
  281. package/registry/layers/capability/defi-perpetuals/manifest.json +34 -0
  282. package/registry/layers/capability/defi-restaking/files/restaking-config.json +6 -0
  283. package/registry/layers/capability/defi-restaking/manifest.json +32 -0
  284. package/registry/layers/capability/defi-yield/files/yield-config.json +16 -0
  285. package/registry/layers/capability/defi-yield/manifest.json +36 -0
  286. package/registry/layers/capability/deploy-docker/files/deploy-config.json +15 -0
  287. package/registry/layers/capability/deploy-docker/manifest.json +42 -0
  288. package/registry/layers/capability/deploy-github-actions/files/ci-config.json +12 -0
  289. package/registry/layers/capability/deploy-github-actions/manifest.json +46 -0
  290. package/registry/layers/capability/effect-ts/files/effect-config.json +5 -0
  291. package/registry/layers/capability/effect-ts/manifest.json +30 -0
  292. package/registry/layers/capability/evm-account-abstraction/files/Deploy.s.sol +10 -0
  293. package/registry/layers/capability/evm-account-abstraction/files/GaslessCollectible.sol +21 -0
  294. package/registry/layers/capability/evm-account-abstraction/files/GaslessCollectible.t.sol +17 -0
  295. package/registry/layers/capability/evm-account-abstraction/files/MintWithBundler.s.sol +11 -0
  296. package/registry/layers/capability/evm-account-abstraction/files/bundler-config.json +10 -0
  297. package/registry/layers/capability/evm-account-abstraction/manifest.json +46 -0
  298. package/registry/layers/capability/evm-chain-monitor/files/hooks.mjs +14 -0
  299. package/registry/layers/capability/evm-chain-monitor/files/monitor-config.json +6 -0
  300. package/registry/layers/capability/evm-chain-monitor/manifest.json +31 -0
  301. package/registry/layers/capability/evm-deploy-foundry/files/Deploy.s.sol +11 -0
  302. package/registry/layers/capability/evm-deploy-foundry/files/deploy-config.json +10 -0
  303. package/registry/layers/capability/evm-deploy-foundry/files/env.example +2 -0
  304. package/registry/layers/capability/evm-deploy-foundry/files/foundry.toml +13 -0
  305. package/registry/layers/capability/evm-deploy-foundry/manifest.json +43 -0
  306. package/registry/layers/capability/evm-layerzero-oft/files/OmnichainToken.sol +21 -0
  307. package/registry/layers/capability/evm-layerzero-oft/files/OmnichainToken.t.sol +18 -0
  308. package/registry/layers/capability/evm-layerzero-oft/files/SendTokens.s.sol +10 -0
  309. package/registry/layers/capability/evm-layerzero-oft/files/bridge-config.json +10 -0
  310. package/registry/layers/capability/evm-layerzero-oft/manifest.json +39 -0
  311. package/registry/layers/capability/evm-protocol-api/files/protocol-config.json +8 -0
  312. package/registry/layers/capability/evm-protocol-api/files/protocol-hooks.ts +149 -0
  313. package/registry/layers/capability/evm-protocol-api/manifest.json +36 -0
  314. package/registry/layers/capability/evm-wallet-dashboard/files/hooks.mjs +10 -0
  315. package/registry/layers/capability/evm-wallet-dashboard/files/wallet-dashboard.json +6 -0
  316. package/registry/layers/capability/evm-wallet-dashboard/manifest.json +30 -0
  317. package/registry/layers/capability/exchange-binance/files/exchange-config.json +17 -0
  318. package/registry/layers/capability/exchange-binance/manifest.json +33 -0
  319. package/registry/layers/capability/exchange-coinbase/files/exchange-config.json +17 -0
  320. package/registry/layers/capability/exchange-coinbase/manifest.json +33 -0
  321. package/registry/layers/capability/exchange-okx/files/exchange-config.json +17 -0
  322. package/registry/layers/capability/exchange-okx/manifest.json +33 -0
  323. package/registry/layers/capability/fhe-private-token/files/PrivateToken.sol +49 -0
  324. package/registry/layers/capability/fhe-private-token/manifest.json +12 -0
  325. package/registry/layers/capability/fhe-private-voting/files/PrivateVoting.sol +50 -0
  326. package/registry/layers/capability/fhe-private-voting/manifest.json +12 -0
  327. package/registry/layers/capability/fhe-sealed-auction/files/SealedAuction.sol +43 -0
  328. package/registry/layers/capability/fhe-sealed-auction/manifest.json +12 -0
  329. package/registry/layers/capability/gpu-modal/files/gpu-config.json +8 -0
  330. package/registry/layers/capability/gpu-modal/manifest.json +31 -0
  331. package/registry/layers/capability/gpu-replicate/files/gpu-config.json +5 -0
  332. package/registry/layers/capability/gpu-replicate/manifest.json +33 -0
  333. package/registry/layers/capability/gpu-together/files/gpu-config.json +5 -0
  334. package/registry/layers/capability/gpu-together/manifest.json +32 -0
  335. package/registry/layers/capability/icons/files/icons-config.json +18 -0
  336. package/registry/layers/capability/icons/manifest.json +33 -0
  337. package/registry/layers/capability/infra-k8s/files/k8s-config.json +7 -0
  338. package/registry/layers/capability/infra-k8s/manifest.json +38 -0
  339. package/registry/layers/capability/infra-pulumi/files/pulumi-config.json +7 -0
  340. package/registry/layers/capability/infra-pulumi/manifest.json +36 -0
  341. package/registry/layers/capability/infra-terraform/files/terraform-config.json +7 -0
  342. package/registry/layers/capability/infra-terraform/manifest.json +37 -0
  343. package/registry/layers/capability/json-render/files/json-render-config.json +16 -0
  344. package/registry/layers/capability/json-render/manifest.json +24 -0
  345. package/registry/layers/capability/layout-admin/files/admin-page.tsx +141 -0
  346. package/registry/layers/capability/layout-admin/files/column-header.tsx +37 -0
  347. package/registry/layers/capability/layout-admin/files/data-table.tsx +221 -0
  348. package/registry/layers/capability/layout-admin/files/entity-form.tsx +109 -0
  349. package/registry/layers/capability/layout-admin/files/media-manifest.json +14 -0
  350. package/registry/layers/capability/layout-admin/manifest.json +30 -0
  351. package/registry/layers/capability/layout-auth/files/sign-in-page.tsx +82 -0
  352. package/registry/layers/capability/layout-auth/files/sign-up-page.tsx +94 -0
  353. package/registry/layers/capability/layout-auth/manifest.json +51 -0
  354. package/registry/layers/capability/layout-chat/files/chat-input.tsx +76 -0
  355. package/registry/layers/capability/layout-chat/files/chat-message.tsx +100 -0
  356. package/registry/layers/capability/layout-chat/files/chat-page.tsx +149 -0
  357. package/registry/layers/capability/layout-chat/files/chat-sidebar.tsx +78 -0
  358. package/registry/layers/capability/layout-chat/files/media-manifest.json +24 -0
  359. package/registry/layers/capability/layout-chat/manifest.json +30 -0
  360. package/registry/layers/capability/layout-dashboard/files/dashboard-page.tsx +113 -0
  361. package/registry/layers/capability/layout-dashboard/files/media-manifest.json +34 -0
  362. package/registry/layers/capability/layout-dashboard/files/nav-config.ts +46 -0
  363. package/registry/layers/capability/layout-dashboard/files/sidebar-layout.tsx +149 -0
  364. package/registry/layers/capability/layout-dashboard/manifest.json +33 -0
  365. package/registry/layers/capability/layout-dashboard/variants/sidebar/dashboard-page.tsx +113 -0
  366. package/registry/layers/capability/layout-dashboard/variants/sidebar/media-manifest.json +34 -0
  367. package/registry/layers/capability/layout-dashboard/variants/sidebar/nav-config.ts +46 -0
  368. package/registry/layers/capability/layout-dashboard/variants/sidebar/sidebar-layout.tsx +149 -0
  369. package/registry/layers/capability/layout-dashboard/variants/topnav/dashboard-page.tsx +113 -0
  370. package/registry/layers/capability/layout-dashboard/variants/topnav/media-manifest.json +34 -0
  371. package/registry/layers/capability/layout-dashboard/variants/topnav/nav-config.ts +26 -0
  372. package/registry/layers/capability/layout-dashboard/variants/topnav/sidebar-layout.tsx +157 -0
  373. package/registry/layers/capability/layout-landing/files/features-section.tsx +98 -0
  374. package/registry/layers/capability/layout-landing/files/hero-section.tsx +111 -0
  375. package/registry/layers/capability/layout-landing/files/landing-page.tsx +164 -0
  376. package/registry/layers/capability/layout-landing/files/media-manifest.json +44 -0
  377. package/registry/layers/capability/layout-landing/files/pricing-section.tsx +175 -0
  378. package/registry/layers/capability/layout-landing/manifest.json +73 -0
  379. package/registry/layers/capability/layout-landing/variants/dark-product/features-section.tsx +79 -0
  380. package/registry/layers/capability/layout-landing/variants/dark-product/hero-section.tsx +78 -0
  381. package/registry/layers/capability/layout-landing/variants/dark-product/landing-page.tsx +164 -0
  382. package/registry/layers/capability/layout-landing/variants/dark-product/media-manifest.json +44 -0
  383. package/registry/layers/capability/layout-landing/variants/dark-product/pricing-section.tsx +166 -0
  384. package/registry/layers/capability/layout-landing/variants/default/features-section.tsx +98 -0
  385. package/registry/layers/capability/layout-landing/variants/default/hero-section.tsx +111 -0
  386. package/registry/layers/capability/layout-landing/variants/default/landing-page.tsx +164 -0
  387. package/registry/layers/capability/layout-landing/variants/default/media-manifest.json +44 -0
  388. package/registry/layers/capability/layout-landing/variants/default/pricing-section.tsx +175 -0
  389. package/registry/layers/capability/layout-landing/variants/gradient-hero/features-section.tsx +79 -0
  390. package/registry/layers/capability/layout-landing/variants/gradient-hero/hero-section.tsx +73 -0
  391. package/registry/layers/capability/layout-landing/variants/gradient-hero/landing-page.tsx +164 -0
  392. package/registry/layers/capability/layout-landing/variants/gradient-hero/media-manifest.json +44 -0
  393. package/registry/layers/capability/layout-landing/variants/gradient-hero/pricing-section.tsx +165 -0
  394. package/registry/layers/capability/layout-landing/variants/minimal-clean/features-section.tsx +73 -0
  395. package/registry/layers/capability/layout-landing/variants/minimal-clean/hero-section.tsx +65 -0
  396. package/registry/layers/capability/layout-landing/variants/minimal-clean/landing-page.tsx +164 -0
  397. package/registry/layers/capability/layout-landing/variants/minimal-clean/media-manifest.json +44 -0
  398. package/registry/layers/capability/layout-landing/variants/minimal-clean/pricing-section.tsx +162 -0
  399. package/registry/layers/capability/layout-settings/files/settings-page.tsx +165 -0
  400. package/registry/layers/capability/layout-settings/manifest.json +45 -0
  401. package/registry/layers/capability/logging/files/error-handler.ts +35 -0
  402. package/registry/layers/capability/logging/files/logger.ts +78 -0
  403. package/registry/layers/capability/logging/files/request-logger.ts +52 -0
  404. package/registry/layers/capability/logging/manifest.json +47 -0
  405. package/registry/layers/capability/market-sim/files/market-feed.json +16 -0
  406. package/registry/layers/capability/market-sim/manifest.json +19 -0
  407. package/registry/layers/capability/marketplace/files/listing-card.tsx +80 -0
  408. package/registry/layers/capability/marketplace/files/listing-grid.tsx +55 -0
  409. package/registry/layers/capability/marketplace/files/marketplace-config.json +26 -0
  410. package/registry/layers/capability/marketplace/files/review-card.tsx +57 -0
  411. package/registry/layers/capability/marketplace/files/search-filters.tsx +113 -0
  412. package/registry/layers/capability/marketplace/manifest.json +29 -0
  413. package/registry/layers/capability/move-amm/files/amm-config.json +1 -0
  414. package/registry/layers/capability/move-amm/manifest.json +46 -0
  415. package/registry/layers/capability/move-launchpad/files/launchpad-config.json +1 -0
  416. package/registry/layers/capability/move-launchpad/manifest.json +45 -0
  417. package/registry/layers/capability/move-nft/files/nft-config.json +1 -0
  418. package/registry/layers/capability/move-nft/manifest.json +9 -0
  419. package/registry/layers/capability/move-oracle/files/oracle-config.json +1 -0
  420. package/registry/layers/capability/move-oracle/manifest.json +10 -0
  421. package/registry/layers/capability/move-staking/files/staking-config.json +1 -0
  422. package/registry/layers/capability/move-staking/manifest.json +9 -0
  423. package/registry/layers/capability/realtime-ws/files/realtime-config.json +19 -0
  424. package/registry/layers/capability/realtime-ws/files/ws-client.ts +90 -0
  425. package/registry/layers/capability/realtime-ws/files/ws-server.ts +121 -0
  426. package/registry/layers/capability/realtime-ws/files/ws-types.ts +30 -0
  427. package/registry/layers/capability/realtime-ws/manifest.json +66 -0
  428. package/registry/layers/capability/saas-billing/files/billing-api.ts +134 -0
  429. package/registry/layers/capability/saas-billing/files/billing-config.json +15 -0
  430. package/registry/layers/capability/saas-billing/files/billing-guard.ts +38 -0
  431. package/registry/layers/capability/saas-billing/files/billing-ui.tsx +100 -0
  432. package/registry/layers/capability/saas-billing/manifest.json +73 -0
  433. package/registry/layers/capability/saas-teams/files/teams-api.ts +118 -0
  434. package/registry/layers/capability/saas-teams/files/teams-config.json +16 -0
  435. package/registry/layers/capability/saas-teams/files/teams-guard.ts +35 -0
  436. package/registry/layers/capability/saas-teams/files/teams-ui.tsx +235 -0
  437. package/registry/layers/capability/saas-teams/manifest.json +74 -0
  438. package/registry/layers/capability/shadcn/files/alert.tsx +39 -0
  439. package/registry/layers/capability/shadcn/files/avatar.tsx +33 -0
  440. package/registry/layers/capability/shadcn/files/badge.tsx +28 -0
  441. package/registry/layers/capability/shadcn/files/breadcrumb.tsx +45 -0
  442. package/registry/layers/capability/shadcn/files/button.tsx +44 -0
  443. package/registry/layers/capability/shadcn/files/card.tsx +46 -0
  444. package/registry/layers/capability/shadcn/files/checkbox.tsx +26 -0
  445. package/registry/layers/capability/shadcn/files/command.tsx +72 -0
  446. package/registry/layers/capability/shadcn/files/dialog.tsx +75 -0
  447. package/registry/layers/capability/shadcn/files/dropdown-menu.tsx +68 -0
  448. package/registry/layers/capability/shadcn/files/form.tsx +57 -0
  449. package/registry/layers/capability/shadcn/files/input.tsx +21 -0
  450. package/registry/layers/capability/shadcn/files/label.tsx +18 -0
  451. package/registry/layers/capability/shadcn/files/progress.tsx +28 -0
  452. package/registry/layers/capability/shadcn/files/scroll-area.tsx +32 -0
  453. package/registry/layers/capability/shadcn/files/select.tsx +80 -0
  454. package/registry/layers/capability/shadcn/files/separator.tsx +21 -0
  455. package/registry/layers/capability/shadcn/files/shadcn-config.json +26 -0
  456. package/registry/layers/capability/shadcn/files/sheet.tsx +71 -0
  457. package/registry/layers/capability/shadcn/files/sidebar.tsx +73 -0
  458. package/registry/layers/capability/shadcn/files/skeleton.tsx +7 -0
  459. package/registry/layers/capability/shadcn/files/switch.tsx +36 -0
  460. package/registry/layers/capability/shadcn/files/table.tsx +58 -0
  461. package/registry/layers/capability/shadcn/files/tabs.tsx +56 -0
  462. package/registry/layers/capability/shadcn/files/textarea.tsx +20 -0
  463. package/registry/layers/capability/shadcn/files/toast.tsx +68 -0
  464. package/registry/layers/capability/shadcn/files/toggle.tsx +43 -0
  465. package/registry/layers/capability/shadcn/files/tooltip.tsx +45 -0
  466. package/registry/layers/capability/shadcn/files/utils.ts +6 -0
  467. package/registry/layers/capability/shadcn/manifest.json +171 -0
  468. package/registry/layers/capability/solana-amm/files/README.md +5 -0
  469. package/registry/layers/capability/solana-amm/files/lib.rs +52 -0
  470. package/registry/layers/capability/solana-amm/files/pool-config.json +6 -0
  471. package/registry/layers/capability/solana-amm/manifest.json +22 -0
  472. package/registry/layers/capability/solana-keeper/files/keeper-hooks.ts +90 -0
  473. package/registry/layers/capability/solana-keeper/files/market-feed.json +7 -0
  474. package/registry/layers/capability/solana-keeper/manifest.json +18 -0
  475. package/registry/layers/capability/solana-launchpad/files/README.md +5 -0
  476. package/registry/layers/capability/solana-launchpad/files/lib.rs +52 -0
  477. package/registry/layers/capability/solana-launchpad/files/sale-config.json +5 -0
  478. package/registry/layers/capability/solana-launchpad/manifest.json +35 -0
  479. package/registry/layers/capability/solana-nft/files/README.md +5 -0
  480. package/registry/layers/capability/solana-nft/files/lib.rs +52 -0
  481. package/registry/layers/capability/solana-nft/files/marketplace-config.json +4 -0
  482. package/registry/layers/capability/solana-nft/manifest.json +34 -0
  483. package/registry/layers/capability/solana-perps/files/README.md +5 -0
  484. package/registry/layers/capability/solana-perps/files/lib.rs +52 -0
  485. package/registry/layers/capability/solana-perps/files/market-config.json +6 -0
  486. package/registry/layers/capability/solana-perps/manifest.json +22 -0
  487. package/registry/layers/capability/solana-prediction/files/README.md +5 -0
  488. package/registry/layers/capability/solana-prediction/files/lib.rs +52 -0
  489. package/registry/layers/capability/solana-prediction/files/prediction-config.json +6 -0
  490. package/registry/layers/capability/solana-prediction/manifest.json +22 -0
  491. package/registry/layers/capability/solana-staking/files/README.md +5 -0
  492. package/registry/layers/capability/solana-staking/files/lib.rs +52 -0
  493. package/registry/layers/capability/solana-staking/files/staking-config.json +5 -0
  494. package/registry/layers/capability/solana-staking/manifest.json +22 -0
  495. package/registry/layers/capability/tailwind/files/design-tokens.json +51 -0
  496. package/registry/layers/capability/tailwind/files/tailwind-config.json +34 -0
  497. package/registry/layers/capability/tailwind/manifest.json +53 -0
  498. package/registry/layers/capability/tangle-custody/files/blueprint.json +17 -0
  499. package/registry/layers/capability/tangle-custody/files/lib.rs +53 -0
  500. package/registry/layers/capability/tangle-custody/manifest.json +30 -0
  501. package/registry/layers/capability/tangle-oracle/files/blueprint.json +17 -0
  502. package/registry/layers/capability/tangle-oracle/files/lib.rs +53 -0
  503. package/registry/layers/capability/tangle-oracle/manifest.json +29 -0
  504. package/registry/layers/capability/typography/files/typography-config.json +24 -0
  505. package/registry/layers/capability/typography/manifest.json +35 -0
  506. package/registry/layers/capability/webhook-processor/files/webhook-config.json +26 -0
  507. package/registry/layers/capability/webhook-processor/files/webhook-handler.ts +61 -0
  508. package/registry/layers/capability/webhook-processor/files/webhook-queue.ts +77 -0
  509. package/registry/layers/capability/webhook-processor/files/webhook-router.ts +77 -0
  510. package/registry/layers/capability/webhook-processor/manifest.json +67 -0
  511. package/registry/layers/capability/webrtc/files/call-controls.tsx +82 -0
  512. package/registry/layers/capability/webrtc/files/participant-tile.tsx +66 -0
  513. package/registry/layers/capability/webrtc/files/video-room.tsx +97 -0
  514. package/registry/layers/capability/webrtc/files/webrtc-config.json +18 -0
  515. package/registry/layers/capability/webrtc/manifest.json +30 -0
  516. package/registry/layers/database/convex/files/database-config.json +5 -0
  517. package/registry/layers/database/convex/manifest.json +31 -0
  518. package/registry/layers/database/mongodb/files/database-config.json +5 -0
  519. package/registry/layers/database/mongodb/manifest.json +31 -0
  520. package/registry/layers/database/postgres/files/database-config.json +5 -0
  521. package/registry/layers/database/postgres/manifest.json +31 -0
  522. package/registry/layers/database/sqlite/files/database-config.json +5 -0
  523. package/registry/layers/database/sqlite/manifest.json +31 -0
  524. package/registry/layers/framework/agent-service-py/files/agent.config.json +9 -0
  525. package/registry/layers/framework/agent-service-py/files/app.py +43 -0
  526. package/registry/layers/framework/agent-service-py/manifest.json +15 -0
  527. package/registry/layers/framework/agent-service-rust/files/Cargo.toml +6 -0
  528. package/registry/layers/framework/agent-service-rust/files/agent.config.json +8 -0
  529. package/registry/layers/framework/agent-service-rust/files/main.rs +23 -0
  530. package/registry/layers/framework/agent-service-rust/manifest.json +19 -0
  531. package/registry/layers/framework/agent-service-ts/files/agent.config.json +9 -0
  532. package/registry/layers/framework/agent-service-ts/files/agent.mjs +39 -0
  533. package/registry/layers/framework/agent-service-ts/manifest.json +15 -0
  534. package/registry/layers/framework/angular-ts/files/app.component.ts +10 -0
  535. package/registry/layers/framework/angular-ts/files/main.ts +4 -0
  536. package/registry/layers/framework/angular-ts/manifest.json +9 -0
  537. package/registry/layers/framework/browser-extension-ts/files/background.ts +3 -0
  538. package/registry/layers/framework/browser-extension-ts/files/content.ts +1 -0
  539. package/registry/layers/framework/browser-extension-ts/files/manifest.json +13 -0
  540. package/registry/layers/framework/browser-extension-ts/files/popup.css +16 -0
  541. package/registry/layers/framework/browser-extension-ts/files/popup.html +16 -0
  542. package/registry/layers/framework/browser-extension-ts/files/popup.ts +13 -0
  543. package/registry/layers/framework/browser-extension-ts/files/tsconfig.json +8 -0
  544. package/registry/layers/framework/browser-extension-ts/manifest.json +39 -0
  545. package/registry/layers/framework/cli-ts/files/index.ts +26 -0
  546. package/registry/layers/framework/cli-ts/files/tsconfig.json +8 -0
  547. package/registry/layers/framework/cli-ts/manifest.json +15 -0
  548. package/registry/layers/framework/cloudflare-worker-ts/files/worker.ts +21 -0
  549. package/registry/layers/framework/cloudflare-worker-ts/manifest.json +11 -0
  550. package/registry/layers/framework/dspy-pipeline-py/files/main.py +17 -0
  551. package/registry/layers/framework/dspy-pipeline-py/files/pipeline.json +9 -0
  552. package/registry/layers/framework/dspy-pipeline-py/manifest.json +15 -0
  553. package/registry/layers/framework/eigenlayer-avs/files/ServiceManager.sol +10 -0
  554. package/registry/layers/framework/eigenlayer-avs/files/avs.config.json +9 -0
  555. package/registry/layers/framework/eigenlayer-avs/files/main.rs +3 -0
  556. package/registry/layers/framework/eigenlayer-avs/manifest.json +19 -0
  557. package/registry/layers/framework/electron-desktop-ts/files/app.ts +9 -0
  558. package/registry/layers/framework/electron-desktop-ts/files/index.html +16 -0
  559. package/registry/layers/framework/electron-desktop-ts/files/main.ts +1 -0
  560. package/registry/layers/framework/electron-desktop-ts/files/preload.ts +1 -0
  561. package/registry/layers/framework/electron-desktop-ts/files/styles.css +18 -0
  562. package/registry/layers/framework/electron-desktop-ts/files/tsconfig.json +8 -0
  563. package/registry/layers/framework/electron-desktop-ts/manifest.json +35 -0
  564. package/registry/layers/framework/evm-infra-ts/files/chain-config.json +5 -0
  565. package/registry/layers/framework/evm-infra-ts/files/server.mjs +39 -0
  566. package/registry/layers/framework/evm-infra-ts/manifest.json +15 -0
  567. package/registry/layers/framework/expo-react-native-ts/files/App.tsx +37 -0
  568. package/registry/layers/framework/expo-react-native-ts/files/app.json +8 -0
  569. package/registry/layers/framework/expo-react-native-ts/files/tsconfig.json +9 -0
  570. package/registry/layers/framework/expo-react-native-ts/manifest.json +23 -0
  571. package/registry/layers/framework/fhenix-contracts/files/FHECounter.sol +26 -0
  572. package/registry/layers/framework/fhenix-contracts/files/FHECounter.test.ts +23 -0
  573. package/registry/layers/framework/fhenix-contracts/files/deploy.ts +13 -0
  574. package/registry/layers/framework/fhenix-contracts/files/hardhat.config.ts +16 -0
  575. package/registry/layers/framework/fhenix-contracts/manifest.json +11 -0
  576. package/registry/layers/framework/fhevm-contracts/files/EncryptedCounter.sol +28 -0
  577. package/registry/layers/framework/fhevm-contracts/files/EncryptedCounter.test.ts +23 -0
  578. package/registry/layers/framework/fhevm-contracts/files/deploy.ts +13 -0
  579. package/registry/layers/framework/fhevm-contracts/files/hardhat.config.ts +21 -0
  580. package/registry/layers/framework/fhevm-contracts/manifest.json +11 -0
  581. package/registry/layers/framework/forge-foundation/files/Counter.sol +14 -0
  582. package/registry/layers/framework/forge-foundation/files/Counter.t.sol +17 -0
  583. package/registry/layers/framework/forge-foundation/files/Deploy.s.sol +10 -0
  584. package/registry/layers/framework/forge-foundation/files/foundry.toml +6 -0
  585. package/registry/layers/framework/forge-foundation/manifest.json +23 -0
  586. package/registry/layers/framework/fullstack-node-ts/files/client.js +60 -0
  587. package/registry/layers/framework/fullstack-node-ts/files/client.ts +6 -0
  588. package/registry/layers/framework/fullstack-node-ts/files/index.html +25 -0
  589. package/registry/layers/framework/fullstack-node-ts/files/server.ts +62 -0
  590. package/registry/layers/framework/fullstack-node-ts/files/styles.css +86 -0
  591. package/registry/layers/framework/fullstack-node-ts/files/tsconfig.json +10 -0
  592. package/registry/layers/framework/fullstack-node-ts/manifest.json +36 -0
  593. package/registry/layers/framework/go-net-http/files/go.mod +3 -0
  594. package/registry/layers/framework/go-net-http/files/handlers.go +28 -0
  595. package/registry/layers/framework/go-net-http/files/main.go +23 -0
  596. package/registry/layers/framework/go-net-http/manifest.json +19 -0
  597. package/registry/layers/framework/go-worker/files/cycle.go +5 -0
  598. package/registry/layers/framework/go-worker/files/go.mod +3 -0
  599. package/registry/layers/framework/go-worker/files/main.go +11 -0
  600. package/registry/layers/framework/go-worker/manifest.json +19 -0
  601. package/registry/layers/framework/hardhat-ts/files/contract.sol +6 -0
  602. package/registry/layers/framework/hardhat-ts/files/deploy.ts +1 -0
  603. package/registry/layers/framework/hardhat-ts/files/env.example +1 -0
  604. package/registry/layers/framework/hardhat-ts/files/hardhat.config.ts +10 -0
  605. package/registry/layers/framework/hardhat-ts/files/test.ts +3 -0
  606. package/registry/layers/framework/hardhat-ts/files/tsconfig.json +9 -0
  607. package/registry/layers/framework/hardhat-ts/manifest.json +31 -0
  608. package/registry/layers/framework/mcp-server-ts/files/mcp.config.json +9 -0
  609. package/registry/layers/framework/mcp-server-ts/files/server.mjs +12 -0
  610. package/registry/layers/framework/mcp-server-ts/manifest.json +15 -0
  611. package/registry/layers/framework/move-package/files/Move.toml +6 -0
  612. package/registry/layers/framework/move-package/files/module.move +22 -0
  613. package/registry/layers/framework/move-package/files/test.move +9 -0
  614. package/registry/layers/framework/move-package/manifest.json +19 -0
  615. package/registry/layers/framework/nextjs-app-router/files/globals.css +42 -0
  616. package/registry/layers/framework/nextjs-app-router/files/layout.tsx +16 -0
  617. package/registry/layers/framework/nextjs-app-router/files/next.config.ts +5 -0
  618. package/registry/layers/framework/nextjs-app-router/files/page.tsx +8 -0
  619. package/registry/layers/framework/nextjs-app-router/files/postcss.config.js +5 -0
  620. package/registry/layers/framework/nextjs-app-router/files/preview-client.js +47 -0
  621. package/registry/layers/framework/nextjs-app-router/files/preview-index.html +19 -0
  622. package/registry/layers/framework/nextjs-app-router/files/tsconfig.json +15 -0
  623. package/registry/layers/framework/nextjs-app-router/manifest.json +43 -0
  624. package/registry/layers/framework/node-http/files/server.mjs +65 -0
  625. package/registry/layers/framework/node-http/manifest.json +11 -0
  626. package/registry/layers/framework/node-worker/files/worker.mjs +43 -0
  627. package/registry/layers/framework/node-worker/manifest.json +11 -0
  628. package/registry/layers/framework/playwright-worker/files/worker.mjs +13 -0
  629. package/registry/layers/framework/playwright-worker/manifest.json +11 -0
  630. package/registry/layers/framework/python-data-app/files/app.py +54 -0
  631. package/registry/layers/framework/python-data-app/manifest.json +15 -0
  632. package/registry/layers/framework/python-http/files/app.py +44 -0
  633. package/registry/layers/framework/python-http/manifest.json +11 -0
  634. package/registry/layers/framework/python-worker/files/worker.py +49 -0
  635. package/registry/layers/framework/python-worker/manifest.json +8 -0
  636. package/registry/layers/framework/react-vite-ts/files/App.tsx +8 -0
  637. package/registry/layers/framework/react-vite-ts/files/index.html +15 -0
  638. package/registry/layers/framework/react-vite-ts/files/main.ts +8 -0
  639. package/registry/layers/framework/react-vite-ts/files/preview-client.js +49 -0
  640. package/registry/layers/framework/react-vite-ts/files/styles.css +43 -0
  641. package/registry/layers/framework/react-vite-ts/files/tsconfig.json +15 -0
  642. package/registry/layers/framework/react-vite-ts/files/vite.config.ts +13 -0
  643. package/registry/layers/framework/react-vite-ts/manifest.json +39 -0
  644. package/registry/layers/framework/remix-ts/files/index.tsx +8 -0
  645. package/registry/layers/framework/remix-ts/files/root.tsx +10 -0
  646. package/registry/layers/framework/remix-ts/files/vite.config.ts +14 -0
  647. package/registry/layers/framework/remix-ts/manifest.json +10 -0
  648. package/registry/layers/framework/rust-http/files/Cargo.toml +6 -0
  649. package/registry/layers/framework/rust-http/files/main.rs +26 -0
  650. package/registry/layers/framework/rust-http/manifest.json +15 -0
  651. package/registry/layers/framework/solana-native-rust/files/Cargo.toml +9 -0
  652. package/registry/layers/framework/solana-native-rust/files/README.md +5 -0
  653. package/registry/layers/framework/solana-native-rust/files/lib.rs +48 -0
  654. package/registry/layers/framework/solana-native-rust/manifest.json +19 -0
  655. package/registry/layers/framework/stylus-contracts/files/Cargo.toml +8 -0
  656. package/registry/layers/framework/stylus-contracts/files/lib.rs +13 -0
  657. package/registry/layers/framework/stylus-contracts/files/stylus.json +4 -0
  658. package/registry/layers/framework/stylus-contracts/manifest.json +19 -0
  659. package/registry/layers/framework/sveltekit-ts/files/app.html +5 -0
  660. package/registry/layers/framework/sveltekit-ts/files/layout.svelte +1 -0
  661. package/registry/layers/framework/sveltekit-ts/files/page.svelte +8 -0
  662. package/registry/layers/framework/sveltekit-ts/files/svelte.config.js +2 -0
  663. package/registry/layers/framework/sveltekit-ts/files/vite.config.ts +9 -0
  664. package/registry/layers/framework/sveltekit-ts/manifest.json +12 -0
  665. package/registry/layers/framework/tangle-blueprint/files/Cargo.toml +10 -0
  666. package/registry/layers/framework/tangle-blueprint/files/HelloBlueprint.sol +32 -0
  667. package/registry/layers/framework/tangle-blueprint/files/bin-Cargo.toml +15 -0
  668. package/registry/layers/framework/tangle-blueprint/files/blueprint.json +16 -0
  669. package/registry/layers/framework/tangle-blueprint/files/cargo-config.toml +2 -0
  670. package/registry/layers/framework/tangle-blueprint/files/foundry.toml +17 -0
  671. package/registry/layers/framework/tangle-blueprint/files/lib-Cargo.toml +13 -0
  672. package/registry/layers/framework/tangle-blueprint/files/lib.rs +55 -0
  673. package/registry/layers/framework/tangle-blueprint/files/main.rs +70 -0
  674. package/registry/layers/framework/tangle-blueprint/files/rust-toolchain.toml +4 -0
  675. package/registry/layers/framework/tangle-blueprint/manifest.json +47 -0
  676. package/registry/layers/framework/tauri-desktop/files/Cargo.toml +7 -0
  677. package/registry/layers/framework/tauri-desktop/files/app.ts +7 -0
  678. package/registry/layers/framework/tauri-desktop/files/index.html +16 -0
  679. package/registry/layers/framework/tauri-desktop/files/main.rs +3 -0
  680. package/registry/layers/framework/tauri-desktop/files/styles.css +18 -0
  681. package/registry/layers/framework/tauri-desktop/files/tauri.conf.json +7 -0
  682. package/registry/layers/framework/tauri-desktop/files/tsconfig.json +8 -0
  683. package/registry/layers/framework/tauri-desktop/manifest.json +35 -0
  684. package/registry/layers/framework/vue-ts/files/App.vue +11 -0
  685. package/registry/layers/framework/vue-ts/files/index.html +5 -0
  686. package/registry/layers/framework/vue-ts/files/main.ts +3 -0
  687. package/registry/layers/framework/vue-ts/files/vite.config.ts +14 -0
  688. package/registry/layers/framework/vue-ts/manifest.json +11 -0
  689. package/registry/layers/framework/web-static/files/app.js +53 -0
  690. package/registry/layers/framework/web-static/files/index.html +21 -0
  691. package/registry/layers/framework/web-static/files/styles.css +85 -0
  692. package/registry/layers/framework/web-static/manifest.json +23 -0
  693. package/registry/layers/framework/x402-service/files/server.mjs +18 -0
  694. package/registry/layers/framework/x402-service/files/x402.config.json +7 -0
  695. package/registry/layers/framework/x402-service/manifest.json +15 -0
  696. package/registry/layers/framework/zk-prover-service/files/proof-system.json +8 -0
  697. package/registry/layers/framework/zk-prover-service/files/server.mjs +18 -0
  698. package/registry/layers/framework/zk-prover-service/manifest.json +15 -0
  699. package/registry/layers/payments/coinbase-commerce/files/payments-config.json +5 -0
  700. package/registry/layers/payments/coinbase-commerce/manifest.json +39 -0
  701. package/registry/layers/payments/none/manifest.json +30 -0
  702. package/registry/layers/payments/stripe/files/payments-config.json +5 -0
  703. package/registry/layers/payments/stripe/manifest.json +39 -0
  704. package/registry/layers/queue/bullmq/files/queue-config.json +5 -0
  705. package/registry/layers/queue/bullmq/manifest.json +35 -0
  706. package/registry/layers/queue/none/manifest.json +26 -0
  707. package/registry/layers/queue/trigger-dev/files/queue-config.json +5 -0
  708. package/registry/layers/queue/trigger-dev/manifest.json +35 -0
  709. package/registry/layers/sdk/coinbase-cdp/files/sdk-config.json +30 -0
  710. package/registry/layers/sdk/coinbase-cdp/manifest.json +61 -0
  711. package/registry/layers/sdk/evm-wallet/files/sdk-config.json +49 -0
  712. package/registry/layers/sdk/evm-wallet/manifest.json +64 -0
  713. package/registry/layers/sdk/none/manifest.json +34 -0
  714. package/registry/layers/sdk/solana-web3/files/sdk-config.json +31 -0
  715. package/registry/layers/sdk/solana-web3/manifest.json +59 -0
  716. package/registry/partners/arbitrum/files/partner-config.json +5 -0
  717. package/registry/partners/arbitrum/files/starter-brand.json +5 -0
  718. package/registry/partners/arbitrum/manifest.json +42 -0
  719. package/registry/partners/coinbase/files/partner-config.json +6 -0
  720. package/registry/partners/coinbase/files/starter-brand.json +4 -0
  721. package/registry/partners/coinbase/manifest.json +46 -0
  722. package/registry/partners/eigenlayer/files/partner-config.json +5 -0
  723. package/registry/partners/eigenlayer/files/starter-brand.json +5 -0
  724. package/registry/partners/eigenlayer/manifest.json +39 -0
  725. package/registry/partners/solana/files/partner-config.json +5 -0
  726. package/registry/partners/solana/files/starter-brand.json +5 -0
  727. package/registry/partners/solana/manifest.json +39 -0
  728. package/registry/partners/tangle/files/partner-config.json +5 -0
  729. package/registry/partners/tangle/files/starter-brand.json +5 -0
  730. package/registry/partners/tangle/manifest.json +39 -0
  731. package/registry/partners/xlayer/files/partner-config.json +5 -0
  732. package/registry/partners/xlayer/files/starter-brand.json +5 -0
  733. package/registry/partners/xlayer/manifest.json +41 -0
  734. package/specs/agent-python-research.json +12 -0
  735. package/specs/agent-rust-runtime.json +11 -0
  736. package/specs/agent-ts-control-plane.json +13 -0
  737. package/specs/api-evm-protocol.json +17 -0
  738. package/specs/api-health.json +14 -0
  739. package/specs/browser-extension-research.json +12 -0
  740. package/specs/cli-release-tool.json +9 -0
  741. package/specs/cloudflare-edge.json +13 -0
  742. package/specs/coinbase-landing.json +13 -0
  743. package/specs/dspy-pipeline.json +8 -0
  744. package/specs/eigenlayer-avs.json +8 -0
  745. package/specs/electron-ops-console.json +14 -0
  746. package/specs/evm-infra.json +15 -0
  747. package/specs/expo-wallet-mobile.json +14 -0
  748. package/specs/forge-counter.json +10 -0
  749. package/specs/fullstack-control-plane.json +16 -0
  750. package/specs/go-api.json +12 -0
  751. package/specs/go-worker.json +11 -0
  752. package/specs/hardhat-xlayer-config.json +9 -0
  753. package/specs/mcp-server.json +8 -0
  754. package/specs/move-treasury.json +10 -0
  755. package/specs/multichain-workspace.json +74 -0
  756. package/specs/nextjs-saas.json +11 -0
  757. package/specs/playwright-worker.json +11 -0
  758. package/specs/python-api.json +13 -0
  759. package/specs/python-data-insights.json +9 -0
  760. package/specs/react-vite-coinbase.json +11 -0
  761. package/specs/rust-service.json +13 -0
  762. package/specs/solana-keeper-worker.json +13 -0
  763. package/specs/solana-perps.json +12 -0
  764. package/specs/solana-prediction.json +12 -0
  765. package/specs/solana-treasury.json +10 -0
  766. package/specs/stylus-contracts.json +8 -0
  767. package/specs/tangle-blueprint.json +9 -0
  768. package/specs/tangle-custody.json +11 -0
  769. package/specs/tangle-oracle.json +11 -0
  770. package/specs/tauri-desktop.json +13 -0
  771. package/specs/trading-worker.json +12 -0
  772. package/specs/x402-service.json +8 -0
  773. package/specs/xlayer-aa.json +13 -0
  774. package/specs/xlayer-foundry-deploy.json +12 -0
  775. package/specs/xlayer-oft.json +13 -0
  776. package/specs/xlayer-wallet-dashboard.json +18 -0
  777. package/specs/zk-prover.json +8 -0
@@ -0,0 +1,324 @@
1
+ {
2
+ "name": "vibecoder-prompts",
3
+ "description": "Real prompts sourced from Bolt.new gallery, v0.dev community, Lovable hall of fame, Replit showcase, Reddit r/SideProject r/vibecoding r/ChatGPTCoding, Twitter #vibecoding, ProductHunt launches, Indie Hackers, and GitHub trending repos. Written in natural vibecoder voice.",
4
+ "categories": {
5
+ "saas-business-tools": [
6
+ "build me a cal.com clone with team scheduling and Stripe billing",
7
+ "create a lightweight CRM for freelancers with a deal pipeline board and follow-up reminders",
8
+ "build a client portal where I can share deliverables, get approvals, and track project status",
9
+ "make a proposal and quote builder with templates, PDF export, and e-signatures",
10
+ "build an invoicing app for small agencies with time tracking and recurring billing",
11
+ "create a SaaS with subscription billing, team management, and role-based access control",
12
+ "build me a Notion clone with collaborative editing and workspace management",
13
+ "make an internal tool for employee onboarding checklists that auto-assigns tasks to new hires",
14
+ "build a vendor onboarding tracker with document collection and approval workflows",
15
+ "create an SOP library where team members can acknowledge they've read each procedure",
16
+ "build a meeting action tracker — notes, action items, assignees, and reminder emails",
17
+ "make a feature request board where users can submit ideas and vote on them",
18
+ "build a simple help desk with ticket routing, SLA tracking, and canned responses",
19
+ "create a contract management tool with renewal alerts and clause search",
20
+ "build a feedback collection tool that tags and categorizes customer input automatically",
21
+ "make an approval workflow app — expenses, content, time-off requests with multi-step sign-off",
22
+ "build a lightweight project management tool like Linear but simpler",
23
+ "create a sprint board with burndown charts and team velocity tracking",
24
+ "build a subscription tracker that monitors all my recurring payments and alerts before renewals",
25
+ "make a scheduling app for dog groomers with appointment booking and client history",
26
+ "build an inventory app for small bakeries with ingredient tracking and reorder alerts",
27
+ "create a waitlist app with referral tracking and email notifications",
28
+ "build a GST invoice maker for Indian small businesses",
29
+ "make a client reporting dashboard that auto-generates weekly status reports",
30
+ "build me a Calendly clone with custom booking pages and Zoom integration"
31
+ ],
32
+ "ai-ml-applications": [
33
+ "build a RAG chatbot that answers questions from my documentation",
34
+ "make an AI email assistant that generates professional replies with tone selection",
35
+ "build a customer support agent with knowledge base search and escalation to humans",
36
+ "create a meeting notes summarizer that extracts action items from call transcripts",
37
+ "build a resume tailoring tool — paste a job description and it rewrites your resume to match",
38
+ "make an AI content repurposer that turns a podcast episode into tweets, blog posts, and LinkedIn posts",
39
+ "build a Slack bot that answers team questions using context from our docs",
40
+ "create an AI code review agent that analyzes PRs for security issues and generates inline comments",
41
+ "build a data analysis agent that can query SQL databases and generate visual reports",
42
+ "make a contract clause finder — upload a PDF and search for specific legal language",
43
+ "build an inbox triage assistant that categorizes emails and drafts reply suggestions",
44
+ "create a multi-agent system with a supervisor that routes tasks to specialized worker agents",
45
+ "build a RAG-powered knowledge base with a chat interface and document ingestion",
46
+ "make a writing assistant that matches my writing style based on samples I provide",
47
+ "build a GitHub agent that reviews pull requests, triages issues, and auto-labels them",
48
+ "create an AI recipe generator that suggests meals based on ingredients I have and my mood",
49
+ "build a support macro generator that suggests response templates for support agents",
50
+ "make an AI meeting agenda builder that generates agendas from past meeting notes",
51
+ "build a document Q&A tool — upload PDFs and ask questions about them",
52
+ "create a chatbot for my SaaS that trains on my help docs and handles tier-1 support",
53
+ "build an AI image alt-text generator for accessibility compliance",
54
+ "make a startup name generator — enter an industry and get 10 creative name suggestions"
55
+ ],
56
+ "crypto-web3": [
57
+ "build a token dashboard that shows my portfolio across Ethereum, Solana, and Base",
58
+ "create a DEX trading interface with swap, liquidity pools, and price charts",
59
+ "build an NFT minting page with collection gallery and wallet connect",
60
+ "make a DAO voting dashboard with proposal creation and on-chain execution",
61
+ "build a DeFi yield aggregator dashboard showing APY across protocols",
62
+ "create a wallet tracker that monitors whale wallets and sends alerts",
63
+ "build a bridge dashboard for cross-chain token transfers with transaction history",
64
+ "make an airdrop checker — paste your wallet and see pending airdrops",
65
+ "build a Solana token launchpad with bonding curves and liquidity bootstrap",
66
+ "create a prediction market on Solana with oracle integration and dispute handling",
67
+ "build an ERC-20 token with a custom minting page and tokenomics dashboard",
68
+ "make a perpetual futures DEX interface with Pyth price feeds and leverage controls",
69
+ "build a multichain NFT gallery that pulls from OpenSea, Magic Eden, and Blur",
70
+ "create a crypto tax calculator that imports transactions from multiple wallets",
71
+ "build a liquid staking frontend with deposit, withdraw, and rewards tracking",
72
+ "make a gas tracker dashboard with historical gas prices and alert thresholds",
73
+ "build a smart contract deployer UI — paste Solidity, compile, and deploy from the browser",
74
+ "create an onchain analytics dashboard for tracking protocol TVL and user metrics"
75
+ ],
76
+ "ecommerce": [
77
+ "build me a Shopify alternative for handmade goods with Stripe checkout",
78
+ "create a DTC storefront with product pages, cart, and promo code support",
79
+ "build a marketplace with buyer and seller accounts, listings, search filters, and checkout",
80
+ "make a wholesale order portal for B2B with minimum quantity validation and net-30 terms",
81
+ "build a digital downloads store for selling ebooks, templates, and courses",
82
+ "create a subscription box management platform with recurring billing and box customization",
83
+ "build a restaurant ordering system with menu management and kitchen display",
84
+ "make a Gumroad clone for selling digital products with instant delivery",
85
+ "build a print-on-demand storefront with mockup preview and order tracking",
86
+ "create a food delivery app like DoorDash for local restaurants",
87
+ "build a product comparison tool that fetches prices from multiple stores",
88
+ "make a flash sale platform with countdown timers and limited inventory",
89
+ "build an Etsy-style marketplace for local artisans",
90
+ "create a wine shop with vintage filtering, tasting notes, and club memberships"
91
+ ],
92
+ "social-content": [
93
+ "build a link-sharing community for coffee nerds with upvoting and comments",
94
+ "create a discussion board for local artists with threads and image uploads",
95
+ "build a Twitter/X clone with feeds, likes, retweets, and trending topics",
96
+ "make a Reddit-style forum with subreddits, karma, and moderation tools",
97
+ "build a collaborative storytelling platform where creators build shared worlds",
98
+ "create a social reading app where people share book highlights and reviews",
99
+ "build a meme generator with templates, text overlay, and sharing",
100
+ "make a photo-sharing app like Instagram with filters and stories",
101
+ "build a community platform for a newsletter with subscriber-only discussions",
102
+ "create a micro-blogging platform for developers to share code snippets",
103
+ "build a social fitness app where friends can challenge each other",
104
+ "make a recipe sharing community with ratings, photos, and meal planning",
105
+ "build an event discovery platform for local meetups and conferences"
106
+ ],
107
+ "developer-tools": [
108
+ "build a Chrome extension that summarizes the current page with AI",
109
+ "create a CLI tool for release automation with changelog generation",
110
+ "build an API documentation portal with interactive try-it-out endpoints",
111
+ "make a webhook testing tool like RequestBin with request logging and replay",
112
+ "build a status page for my services with uptime monitoring and incident tracking",
113
+ "create a bug intake and triage board with severity levels and auto-assignment",
114
+ "build a browser extension that helps fill out forms faster with saved profiles",
115
+ "make a URL shortener with analytics, QR codes, and custom domains",
116
+ "build a JSON formatter and validator with diff comparison",
117
+ "create a database admin panel with CRUD operations, data tables, and bulk export",
118
+ "build a regex tester with visual highlighting and common pattern library",
119
+ "make a cron job monitor that shows execution history and alerts on failures",
120
+ "build a log viewer with search, filtering, and real-time streaming",
121
+ "create a Playwright worker for browser automation and screenshot capture",
122
+ "build a code snippet manager with syntax highlighting and tag search",
123
+ "make a Postman alternative with API collections, environment variables, and team sharing",
124
+ "build an OpenAPI spec editor with live preview and mock server",
125
+ "create a deployment dashboard showing CI/CD pipeline status across repos",
126
+ "build a feature flag management tool with gradual rollout and A/B testing",
127
+ "make a PR dashboard that aggregates reviews across GitHub, GitLab, and Bitbucket"
128
+ ],
129
+ "mobile-apps": [
130
+ "build a habit tracker mobile app with streaks, reminders, and weekly stats",
131
+ "create a water intake tracker with daily goals and hydration reminders",
132
+ "build an Expo React Native wallet app with biometric auth",
133
+ "make a journaling app with daily prompts, mood tracking, and photo attachments",
134
+ "build a mobile task manager with offline support and push notifications",
135
+ "create a meditation app for anxiety with guided sessions and progress tracking",
136
+ "build a language learning flashcard app with spaced repetition",
137
+ "make a pet care app with vaccination schedules, vet visits, and feeding reminders",
138
+ "build a local events app that shows what's happening nearby tonight",
139
+ "create a running tracker with GPS routes, pace splits, and training plans",
140
+ "build a mobile grocery list with sharing so my partner can add items too",
141
+ "make a sleep tracker that logs hours, quality, and shows weekly patterns",
142
+ "build a mobile app for scanning receipts and tracking expenses",
143
+ "create a plant care app with watering schedules and species identification"
144
+ ],
145
+ "games": [
146
+ "build a Wordle clone with daily puzzles and sharing",
147
+ "create a 2048 game with smooth animations and high score board",
148
+ "build a Flappy Bird-style browser game with leaderboards",
149
+ "make a tactical zombie survival game where choices matter",
150
+ "build a word puzzle game combining Tetris mechanics with letter tiles",
151
+ "create a trivia quiz app with multiplayer rooms and score tracking",
152
+ "build a chess game with AI opponent and puzzle-of-the-day",
153
+ "make a typing speed test with different difficulty levels and WPM tracking",
154
+ "build a browser-based tower defense game with upgradable towers",
155
+ "create a card matching memory game with different themes and difficulty",
156
+ "build a multiplayer drawing game like Gartic Phone",
157
+ "make a geography quiz with map-based questions and country stats",
158
+ "build a snake game with power-ups and progressive difficulty",
159
+ "create an idle clicker game with upgrades and achievements"
160
+ ],
161
+ "education": [
162
+ "build a flashcard study app with spaced repetition and deck sharing",
163
+ "create an online course platform with video hosting, quizzes, and certificates",
164
+ "build a multiplication learning app that teaches from multiple angles",
165
+ "make a DECA competition prep platform with practice tests and AI coaching",
166
+ "build a tutoring marketplace connecting students with teachers",
167
+ "create a classroom management tool with attendance, grades, and parent updates",
168
+ "build a coding bootcamp platform with interactive lessons and project submissions",
169
+ "make a study group app with shared notes, schedules, and video calls",
170
+ "build a vocabulary builder with daily words, quizzes, and usage examples",
171
+ "create a math problem generator that adjusts difficulty based on performance",
172
+ "build a digital whiteboard for online teaching with drawing and screen sharing",
173
+ "make a reading tracker for book clubs with progress sync and discussion threads"
174
+ ],
175
+ "health-fitness": [
176
+ "build a workout log with exercise tracking, personal records, and weekly summaries",
177
+ "create a fitness tracker for seniors with simple UI and fall detection alerts",
178
+ "build a meal planner with calorie counting, grocery lists, and recipe suggestions",
179
+ "make a physical therapy exercise tracker with video guides and progress notes",
180
+ "build a sleep improvement app for shift workers with smart alarm and sleep debt tracking",
181
+ "create a symptom tracker for chronic conditions with doctor report exports",
182
+ "build a telemedicine booking app with video calls and prescription management",
183
+ "make a mental health check-in app with mood logging, CBT exercises, and therapist sharing",
184
+ "build a supplement tracker with dosage reminders and interaction warnings",
185
+ "create a yoga class booking app with instructor profiles and session replays",
186
+ "build a nutrition label scanner that rates foods and suggests healthier alternatives",
187
+ "make a pregnancy tracker with milestone updates, appointment scheduling, and kick counter"
188
+ ],
189
+ "finance-fintech": [
190
+ "build a personal expense tracker with bank sync and budget categories",
191
+ "create an expense splitter for friend groups with settlement calculations",
192
+ "build a retirement plan marketplace connecting employers with 401k specialists",
193
+ "make a ROI calculator for CRO agencies that generates leads",
194
+ "build a real estate analysis platform that estimates property returns and rental yields",
195
+ "create a stock portfolio tracker with real-time prices and gain/loss calculations",
196
+ "build an invoice factoring tool that lets freelancers get paid early",
197
+ "make a tax deduction finder that categorizes expenses and estimates savings",
198
+ "build a peer-to-peer lending platform with credit scoring and loan management",
199
+ "create a budget planning app for couples with shared goals and split tracking",
200
+ "build a donation CRM for small nonprofits with receipt automation",
201
+ "make a payment recovery tool that automatically retries failed subscription charges",
202
+ "build an AI trading bot for crypto with risk limits and paper trading mode",
203
+ "create a financial advisor matching platform with risk profiling and portfolio recommendations"
204
+ ],
205
+ "automation-workflow": [
206
+ "build a Zapier alternative with visual workflow builder and webhook triggers",
207
+ "create a web scraper that monitors competitor prices and sends email alerts",
208
+ "build a social media scheduler with multi-platform posting and analytics",
209
+ "make a lead enrichment tool that looks up company data from an email address",
210
+ "build a cold email outreach system with personalization, sequences, and reply tracking",
211
+ "create a Playwright automation worker that scrapes websites on a schedule",
212
+ "build an email campaign manager with templates, A/B testing, and analytics",
213
+ "make a data reconciliation tool that matches records from two sources and flags mismatches",
214
+ "build a no-code rules engine for dynamic pricing based on demand and inventory",
215
+ "create a document generation system — fill templates with data and auto-email PDFs",
216
+ "build a form builder with conditional logic, file uploads, and webhook submissions",
217
+ "make a notification hub that aggregates alerts from Slack, email, and SMS into one feed",
218
+ "build a PDF compiler — enter data once and populate multiple PDF forms",
219
+ "create a Chrome extension that auto-fills job applications from my saved profile"
220
+ ],
221
+ "media-creative": [
222
+ "build a Spotify clone with playlists, search, and album art",
223
+ "create a video editor with uploads, overlays, filters, and export",
224
+ "build a podcast hosting platform with RSS feed generation and analytics",
225
+ "make a web-based radio with live streaming and song requests",
226
+ "build a generative art canvas — click to create random geometric shapes that drift",
227
+ "create a music sequencer with beat patterns and instrument layers",
228
+ "build a photography portfolio with full-screen galleries and category filtering",
229
+ "make a slide deck tool with interactive presentations and code embedding",
230
+ "build an AI thumbnail generator for YouTube videos",
231
+ "create a Linktree clone with custom themes, analytics, and link scheduling",
232
+ "build a moodboard tool with drag-and-drop images, colors, and text",
233
+ "make a font pairing tool that shows previews with real text samples",
234
+ "build a color palette generator with accessibility contrast checking",
235
+ "create a screenshot-to-animated-GIF converter tool"
236
+ ],
237
+ "communication": [
238
+ "build a real-time chat app for friend groups with rooms and file sharing",
239
+ "create a Discord bot that answers questions using context from our wiki",
240
+ "build a Telegram bot for team standup reports with daily summaries",
241
+ "make a video conferencing app with screen sharing and recording",
242
+ "build a customer feedback widget that embeds on any website",
243
+ "create an internal Q&A knowledge base with voting and expert tagging",
244
+ "build a missed-call text-back service that auto-sends booking links",
245
+ "make a team announcements board with read receipts and pin support",
246
+ "build a Slack bot for daily standups that collects updates and posts a summary",
247
+ "create a contact center dashboard with call queue, agent status, and metrics",
248
+ "build a shared inbox for support teams with assignment and collision detection"
249
+ ],
250
+ "analytics-dashboards": [
251
+ "build a Google Drive dashboard clone with file management and sharing",
252
+ "create a KPI scorecard with weekly metric tracking and anomaly highlighting",
253
+ "build a real-time shipment monitoring dashboard for logistics operations",
254
+ "make a country economic dashboard with GDP, population, and trade data",
255
+ "build a social media analytics dashboard with engagement metrics across platforms",
256
+ "create a project health dashboard with RAG status, blockers, and escalation alerts",
257
+ "build a SaaS metrics dashboard with MRR, churn, LTV, and cohort analysis",
258
+ "make a website analytics tool like a simple Plausible Analytics",
259
+ "build a sales pipeline dashboard with conversion rates and revenue forecasting",
260
+ "create an SEO audit dashboard that crawls a site and scores pages",
261
+ "build a content moderation queue with AI flagging and human review",
262
+ "make a fleet maintenance dashboard with vehicle service records and mileage alerts",
263
+ "build a database management dashboard with query editor and table browser",
264
+ "create an A/B test results dashboard with statistical significance calculations",
265
+ "build a cloud cost monitoring dashboard that tracks AWS/GCP spend by service"
266
+ ],
267
+ "landing-pages-marketing": [
268
+ "build a high-converting landing page for my SaaS launch with waitlist signup",
269
+ "create a product launch page with countdown timer, feature grid, and testimonials",
270
+ "build a personal portfolio with interactive project demos and contact form",
271
+ "make a Porsche GT3 RS landing page with hero video and specs comparison",
272
+ "build a news blog like the Washington Post with article layout and categories",
273
+ "create an architect portfolio with project filtering and full-bleed imagery",
274
+ "build a fashion blog with minimal playful design and Instagram integration",
275
+ "make an event platform for discovering, registering, and creating local events",
276
+ "build a startup landing page with pricing table, FAQ, and email capture",
277
+ "create a personal link page with glitch effect profile pic and social links",
278
+ "build an app landing page with device mockups, feature animations, and App Store badges",
279
+ "make a restaurant website with menu, reservations, and location map",
280
+ "build a real estate listing page with virtual tour embed and mortgage calculator",
281
+ "create a conference website with speaker bios, schedule grid, and ticket sales"
282
+ ],
283
+ "internal-ops-tools": [
284
+ "build an operations dashboard for content moderation with queue management",
285
+ "create a request intake portal with categorization, routing, and status tracking",
286
+ "build an escalation rules engine with SLA-based auto-escalation",
287
+ "make a property turns tracker for apartment management with vendor coordination",
288
+ "build a field inspection checklist app with photo capture and offline support",
289
+ "create a compliance task tracker for regulated industries with audit logging",
290
+ "build an agency client approvals hub with deliverable review and version history",
291
+ "make an HR case management system with confidential issue tracking",
292
+ "build a resource booking system with calendar view and conflict prevention",
293
+ "create a maintenance request portal with work order generation and tech assignment",
294
+ "build a shift scheduling tool with availability management and swap requests",
295
+ "make a visitor management system with check-in, badge printing, and host notification",
296
+ "build a travel and expense approval workflow with receipt scanning",
297
+ "create a warehouse pick-and-pack dashboard with barcode scanning and order status"
298
+ ]
299
+ },
300
+ "sources": [
301
+ "https://bolt.new/~/gallery",
302
+ "https://bolt.new/blog/10-bolt-use-cases",
303
+ "https://bolt.new/gallery/all",
304
+ "https://showmeyourbolt.io/",
305
+ "https://madewithbolt.com/",
306
+ "https://community.vercel.com/t/v0-prompt-starter-pack-app-first-prompts-to-ship-faster/32754",
307
+ "https://lovable.dev/hall-of-fame",
308
+ "https://madewithlovable.com/",
309
+ "https://blog.replit.com/2025-replit-in-review",
310
+ "https://medium.com/@agencyai/from-mvps-to-mobile-apps-20-real-projects-built-with-v0-lovable-bolt-replit-ed0185cb2821",
311
+ "https://zapier.com/blog/vibe-coding-examples/",
312
+ "https://www.figma.com/resource-library/vibe-coding-examples/",
313
+ "https://tadabase.io/blog/app-ideas",
314
+ "https://nicheshunter.app/blog/app-ideas-indie-hackers-solo-devs-studios",
315
+ "https://superframeworks.com/articles/best-micro-saas-ideas-solopreneurs",
316
+ "https://www.saastr.com/what-folks-are-really-vibe-coding-today-its-not-building-their-own-salesforce/",
317
+ "https://seroter.com/2025/07/07/quality-focused-prompts-for-the-vibe-coding-addict/",
318
+ "https://lovable-prompts.com/prompts/app-builder/",
319
+ "https://www.producthunt.com/categories/ai-software",
320
+ "https://www.producthunt.com/leaderboard/yearly/2025",
321
+ "https://www.alchemy.com/blog/how-to-use-ai-tools-in-crypto-app-development",
322
+ "https://blog.logrocket.com/ux-design/vibe-coding-micro-apps/"
323
+ ]
324
+ }
package/dist/cli.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ export {};
package/dist/cli.js ADDED
@@ -0,0 +1,294 @@
1
+ #!/usr/bin/env node
2
+ import process from 'node:process';
3
+ import { createAuditBundle } from './lib/audit.js';
4
+ import { batchExport } from './lib/batch-export.js';
5
+ import { fattenStarter } from './lib/fatten.js';
6
+ import { evaluateAgents } from './lib/agent-runners.js';
7
+ import { benchmarkStarter } from './lib/benchmark.js';
8
+ import { buildCatalog } from './lib/catalog.js';
9
+ import { composeStarter } from './lib/compose.js';
10
+ import { createContextPack } from './lib/context-pack.js';
11
+ import { readJson } from './lib/fs.js';
12
+ import { runPromptCorpus } from './lib/prompt-e2e.js';
13
+ import { planPrompt } from './lib/prompt-planner.js';
14
+ import { runProofSuite } from './lib/prove.js';
15
+ import { listRegistry, loadProjectSpec } from './lib/registry.js';
16
+ import { createRelease } from './lib/release.js';
17
+ import { selectStarter } from './lib/selection.js';
18
+ import { validateStarter } from './lib/validate.js';
19
+ import { benchmarkWorkspace, composeWorkspace, createWorkspaceContextPack } from './lib/workspace.js';
20
+ function parseArgs(argv) {
21
+ const args = argv.slice(2);
22
+ const command = args[0] ?? '';
23
+ const options = {};
24
+ for (let index = 1; index < args.length; index += 1) {
25
+ const token = args[index];
26
+ if (!token.startsWith('--'))
27
+ continue;
28
+ const key = token.slice(2);
29
+ const next = args[index + 1];
30
+ if (next && !next.startsWith('--')) {
31
+ options[key] = next;
32
+ index += 1;
33
+ }
34
+ else {
35
+ options[key] = true;
36
+ }
37
+ }
38
+ return { command, options };
39
+ }
40
+ function print(value, jsonMode) {
41
+ if (jsonMode) {
42
+ console.log(JSON.stringify(value, null, 2));
43
+ return;
44
+ }
45
+ if (typeof value === 'string') {
46
+ console.log(value);
47
+ return;
48
+ }
49
+ console.log(JSON.stringify(value, null, 2));
50
+ }
51
+ function usage() {
52
+ return [
53
+ 'starter-foundry <command> [options]',
54
+ '',
55
+ 'Commands:',
56
+ ' list',
57
+ ' catalog',
58
+ ' plan --prompt <text> [--partner <id>]',
59
+ ' select --prompt <text> [--partner <id>]',
60
+ ' compose --spec <path> --out <dir>',
61
+ ' validate --spec <path> [--out <dir>]',
62
+ ' context --spec <path> [--out <dir>]',
63
+ ' bench --spec <path> [--runs <n>] [--out <dir>]',
64
+ ' workspace-compose --spec <path> --out <dir>',
65
+ ' workspace-context --spec <path> [--out <dir>]',
66
+ ' workspace-bench --spec <path> [--runs <n>] [--out <dir>]',
67
+ ' prompt-e2e --corpus <path> [--out <dir>]',
68
+ ' prove --corpus <path> --out <dir>',
69
+ ' audit --spec <path> [--out <dir>]',
70
+ ' evaluate --spec <path> [--agents <list>] [--out <dir>]',
71
+ ' release --spec <path> [--out <dir>] [--runs <n>]',
72
+ ' batch-export --out <dir> [--mapping <path>] [--filter <names>] [--fatten] [--skip-validate] [--concurrency <n>]',
73
+ ' fatten --spec <path> --out <dir>',
74
+ '',
75
+ 'Flags:',
76
+ ' --json Print structured JSON',
77
+ ].join('\n');
78
+ }
79
+ async function main() {
80
+ const { command, options } = parseArgs(process.argv);
81
+ const jsonMode = Boolean(options['json']);
82
+ switch (command) {
83
+ case 'list': {
84
+ const registry = await listRegistry();
85
+ print(registry, jsonMode);
86
+ break;
87
+ }
88
+ case 'catalog': {
89
+ const catalog = await buildCatalog();
90
+ print(catalog, true);
91
+ break;
92
+ }
93
+ case 'plan': {
94
+ if (!options['prompt'])
95
+ throw new Error('Missing --prompt');
96
+ const result = await planPrompt({
97
+ prompt: String(options['prompt']),
98
+ partner: options['partner'] ? String(options['partner']) : null,
99
+ });
100
+ print(result, true);
101
+ break;
102
+ }
103
+ case 'select': {
104
+ if (!options['prompt'])
105
+ throw new Error('Missing --prompt');
106
+ const result = await selectStarter({
107
+ prompt: String(options['prompt']),
108
+ partner: options['partner'] ? String(options['partner']) : null,
109
+ });
110
+ print(result, jsonMode);
111
+ break;
112
+ }
113
+ case 'compose': {
114
+ if (!options['spec'] || !options['out'])
115
+ throw new Error('compose requires --spec and --out');
116
+ const spec = await loadProjectSpec(String(options['spec']));
117
+ const result = await composeStarter({ spec, outDir: String(options['out']) });
118
+ print(result, jsonMode);
119
+ break;
120
+ }
121
+ case 'validate': {
122
+ if (!options['spec'])
123
+ throw new Error('validate requires --spec');
124
+ const spec = await loadProjectSpec(String(options['spec']));
125
+ const result = await validateStarter({
126
+ spec,
127
+ outDir: options['out'] ? String(options['out']) : null,
128
+ });
129
+ print(result, jsonMode);
130
+ break;
131
+ }
132
+ case 'context': {
133
+ if (!options['spec'])
134
+ throw new Error('context requires --spec');
135
+ const spec = await loadProjectSpec(String(options['spec']));
136
+ const result = await createContextPack({
137
+ spec,
138
+ outDir: options['out'] ? String(options['out']) : null,
139
+ });
140
+ print(result, jsonMode);
141
+ break;
142
+ }
143
+ case 'bench': {
144
+ if (!options['spec'])
145
+ throw new Error('bench requires --spec');
146
+ const spec = await loadProjectSpec(String(options['spec']));
147
+ const runs = options['runs'] ? Number.parseInt(String(options['runs']), 10) : 1;
148
+ const result = await benchmarkStarter({
149
+ spec,
150
+ runs,
151
+ outDir: options['out'] ? String(options['out']) : null,
152
+ });
153
+ print(result, true);
154
+ break;
155
+ }
156
+ case 'workspace-compose': {
157
+ if (!options['spec'] || !options['out'])
158
+ throw new Error('workspace-compose requires --spec and --out');
159
+ const spec = await readJson(String(options['spec']));
160
+ const result = await composeWorkspace({ spec, outDir: String(options['out']) });
161
+ print(result, true);
162
+ break;
163
+ }
164
+ case 'workspace-context': {
165
+ if (!options['spec'])
166
+ throw new Error('workspace-context requires --spec');
167
+ const spec = await readJson(String(options['spec']));
168
+ const result = await createWorkspaceContextPack({
169
+ spec,
170
+ outDir: options['out'] ? String(options['out']) : null,
171
+ });
172
+ print(result, true);
173
+ break;
174
+ }
175
+ case 'workspace-bench': {
176
+ if (!options['spec'])
177
+ throw new Error('workspace-bench requires --spec');
178
+ const spec = await readJson(String(options['spec']));
179
+ const runs = options['runs'] ? Number.parseInt(String(options['runs']), 10) : 1;
180
+ const result = await benchmarkWorkspace({
181
+ spec,
182
+ runs,
183
+ outDir: options['out'] ? String(options['out']) : null,
184
+ });
185
+ print(result, true);
186
+ break;
187
+ }
188
+ case 'prompt-e2e': {
189
+ if (!options['corpus'])
190
+ throw new Error('prompt-e2e requires --corpus');
191
+ const result = await runPromptCorpus({
192
+ corpusPath: String(options['corpus']),
193
+ outDir: options['out'] ? String(options['out']) : null,
194
+ });
195
+ print(result, true);
196
+ break;
197
+ }
198
+ case 'prove': {
199
+ if (!options['corpus'] || !options['out'])
200
+ throw new Error('prove requires --corpus and --out');
201
+ const result = await runProofSuite({
202
+ corpusPath: String(options['corpus']),
203
+ outDir: String(options['out']),
204
+ });
205
+ print(result, true);
206
+ break;
207
+ }
208
+ case 'audit': {
209
+ if (!options['spec'])
210
+ throw new Error('audit requires --spec');
211
+ const spec = await loadProjectSpec(String(options['spec']));
212
+ const result = await createAuditBundle({
213
+ spec,
214
+ outDir: options['out'] ? String(options['out']) : null,
215
+ });
216
+ print(result, true);
217
+ break;
218
+ }
219
+ case 'evaluate': {
220
+ if (!options['spec'])
221
+ throw new Error('evaluate requires --spec');
222
+ const spec = await loadProjectSpec(String(options['spec']));
223
+ const result = await evaluateAgents({
224
+ spec,
225
+ outDir: options['out'] ? String(options['out']) : null,
226
+ agents: options['agents']
227
+ ? String(options['agents'])
228
+ .split(',')
229
+ .map((value) => value.trim())
230
+ .filter(Boolean)
231
+ : null,
232
+ });
233
+ print(result, true);
234
+ break;
235
+ }
236
+ case 'release': {
237
+ if (!options['spec'])
238
+ throw new Error('release requires --spec');
239
+ const spec = await loadProjectSpec(String(options['spec']));
240
+ const runs = options['runs'] ? Number.parseInt(String(options['runs']), 10) : 1;
241
+ const result = await createRelease({
242
+ spec,
243
+ outDir: options['out'] ? String(options['out']) : null,
244
+ benchmarkRuns: runs,
245
+ agents: options['agents']
246
+ ? String(options['agents'])
247
+ .split(',')
248
+ .map((value) => value.trim())
249
+ .filter(Boolean)
250
+ : null,
251
+ });
252
+ print(result, true);
253
+ break;
254
+ }
255
+ case 'batch-export': {
256
+ if (!options['mapping'] || !options['out'])
257
+ throw new Error('batch-export requires --mapping and --out');
258
+ const mappingPath = String(options['mapping']);
259
+ const filter = options['filter']
260
+ ? String(options['filter']).split(',').map((v) => v.trim()).filter(Boolean)
261
+ : null;
262
+ const concurrency = options['concurrency'] ? Number.parseInt(String(options['concurrency']), 10) : 4;
263
+ const result = await batchExport({
264
+ mappingPath,
265
+ outDir: String(options['out']),
266
+ filter,
267
+ fatten: Boolean(options['fatten']),
268
+ validate: !options['skip-validate'],
269
+ concurrency,
270
+ });
271
+ print(result, true);
272
+ break;
273
+ }
274
+ case 'fatten': {
275
+ if (!options['spec'] || !options['out'])
276
+ throw new Error('fatten requires --spec and --out');
277
+ const spec = await loadProjectSpec(String(options['spec']));
278
+ const outDir = String(options['out']);
279
+ // Compose first
280
+ await composeStarter({ spec, outDir });
281
+ // Then fatten with deps + pre-bundle + build
282
+ const result = await fattenStarter(outDir);
283
+ print(result, true);
284
+ break;
285
+ }
286
+ default:
287
+ console.log(usage());
288
+ }
289
+ }
290
+ main().catch((error) => {
291
+ console.error(error instanceof Error ? error.message : String(error));
292
+ process.exitCode = 1;
293
+ });
294
+ //# sourceMappingURL=cli.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"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"}