@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.
- package/LICENSE +21 -0
- package/README.md +140 -0
- package/corpus/held-out-validation.json +322 -0
- package/corpus/ideasai-prompts.json +820 -0
- package/corpus/template-family-mapping.json +87 -0
- package/corpus/vibecode-e2e.json +744 -0
- package/corpus/vibecoder-prompts.json +324 -0
- package/dist/cli.d.ts +2 -0
- package/dist/cli.js +294 -0
- package/dist/cli.js.map +1 -0
- package/dist/lib/agent-runners.d.ts +28 -0
- package/dist/lib/agent-runners.js +163 -0
- package/dist/lib/agent-runners.js.map +1 -0
- package/dist/lib/audit.d.ts +14 -0
- package/dist/lib/audit.js +75 -0
- package/dist/lib/audit.js.map +1 -0
- package/dist/lib/augment.d.ts +17 -0
- package/dist/lib/augment.js +45 -0
- package/dist/lib/augment.js.map +1 -0
- package/dist/lib/batch-export.d.ts +27 -0
- package/dist/lib/batch-export.js +124 -0
- package/dist/lib/batch-export.js.map +1 -0
- package/dist/lib/benchmark.d.ts +6 -0
- package/dist/lib/benchmark.js +80 -0
- package/dist/lib/benchmark.js.map +1 -0
- package/dist/lib/build-plan.d.ts +2 -0
- package/dist/lib/build-plan.js +144 -0
- package/dist/lib/build-plan.js.map +1 -0
- package/dist/lib/catalog.d.ts +15 -0
- package/dist/lib/catalog.js +41 -0
- package/dist/lib/catalog.js.map +1 -0
- package/dist/lib/compose.d.ts +5 -0
- package/dist/lib/compose.js +242 -0
- package/dist/lib/compose.js.map +1 -0
- package/dist/lib/context-pack.d.ts +10 -0
- package/dist/lib/context-pack.js +49 -0
- package/dist/lib/context-pack.js.map +1 -0
- package/dist/lib/fatten.d.ts +34 -0
- package/dist/lib/fatten.js +110 -0
- package/dist/lib/fatten.js.map +1 -0
- package/dist/lib/fs.d.ts +9 -0
- package/dist/lib/fs.js +87 -0
- package/dist/lib/fs.js.map +1 -0
- package/dist/lib/index.d.ts +16 -0
- package/dist/lib/index.js +16 -0
- package/dist/lib/index.js.map +1 -0
- package/dist/lib/keywords.d.ts +29 -0
- package/dist/lib/keywords.js +377 -0
- package/dist/lib/keywords.js.map +1 -0
- package/dist/lib/prompt-e2e.d.ts +59 -0
- package/dist/lib/prompt-e2e.js +177 -0
- package/dist/lib/prompt-e2e.js.map +1 -0
- package/dist/lib/prompt-planner.d.ts +9 -0
- package/dist/lib/prompt-planner.js +879 -0
- package/dist/lib/prompt-planner.js.map +1 -0
- package/dist/lib/prove.d.ts +61 -0
- package/dist/lib/prove.js +88 -0
- package/dist/lib/prove.js.map +1 -0
- package/dist/lib/registry.d.ts +36 -0
- package/dist/lib/registry.js +280 -0
- package/dist/lib/registry.js.map +1 -0
- package/dist/lib/release.d.ts +14 -0
- package/dist/lib/release.js +49 -0
- package/dist/lib/release.js.map +1 -0
- package/dist/lib/selection.d.ts +5 -0
- package/dist/lib/selection.js +128 -0
- package/dist/lib/selection.js.map +1 -0
- package/dist/lib/semantic-router.d.ts +29 -0
- package/dist/lib/semantic-router.js +114 -0
- package/dist/lib/semantic-router.js.map +1 -0
- package/dist/lib/telemetry.d.ts +62 -0
- package/dist/lib/telemetry.js +102 -0
- package/dist/lib/telemetry.js.map +1 -0
- package/dist/lib/validate.d.ts +5 -0
- package/dist/lib/validate.js +201 -0
- package/dist/lib/validate.js.map +1 -0
- package/dist/lib/workspace.d.ts +79 -0
- package/dist/lib/workspace.js +304 -0
- package/dist/lib/workspace.js.map +1 -0
- package/dist/types.d.ts +309 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/package.json +63 -0
- package/registry/families/agent-service-py/files/requirements.txt +1 -0
- package/registry/families/agent-service-py/manifest.json +159 -0
- package/registry/families/agent-service-rust/manifest.json +123 -0
- package/registry/families/agent-service-ts/files/package.json +8 -0
- package/registry/families/agent-service-ts/manifest.json +276 -0
- package/registry/families/angular-ts/files/package.json +16 -0
- package/registry/families/angular-ts/manifest.json +100 -0
- package/registry/families/api-service/files/package.json +9 -0
- package/registry/families/api-service/manifest.json +149 -0
- package/registry/families/browser-extension-ts/files/package.json +12 -0
- package/registry/families/browser-extension-ts/files/preview-server.mjs +33 -0
- package/registry/families/browser-extension-ts/files/validate-types.mjs +13 -0
- package/registry/families/browser-extension-ts/manifest.json +118 -0
- package/registry/families/cli-ts/files/package.json +12 -0
- package/registry/families/cli-ts/files/validate-types.mjs +7 -0
- package/registry/families/cli-ts/manifest.json +99 -0
- package/registry/families/cloudflare-worker-ts/files/package.json +11 -0
- package/registry/families/cloudflare-worker-ts/files/validate-worker.mjs +9 -0
- package/registry/families/cloudflare-worker-ts/files/wrangler.jsonc +5 -0
- package/registry/families/cloudflare-worker-ts/manifest.json +130 -0
- package/registry/families/dspy-pipeline-py/manifest.json +115 -0
- package/registry/families/eigenlayer-avs/files/validate-avs.mjs +18 -0
- package/registry/families/eigenlayer-avs/manifest.json +79 -0
- package/registry/families/electron-desktop-ts/files/package.json +13 -0
- package/registry/families/electron-desktop-ts/files/preview-server.mjs +33 -0
- package/registry/families/electron-desktop-ts/files/validate-types.mjs +12 -0
- package/registry/families/electron-desktop-ts/manifest.json +121 -0
- package/registry/families/evm-infra-ts/files/package.json +8 -0
- package/registry/families/evm-infra-ts/manifest.json +151 -0
- package/registry/families/expo-react-native-ts/files/package.json +14 -0
- package/registry/families/expo-react-native-ts/files/validate-types.mjs +10 -0
- package/registry/families/expo-react-native-ts/manifest.json +118 -0
- package/registry/families/fhenix-contracts/files/package.json +16 -0
- package/registry/families/fhenix-contracts/manifest.json +32 -0
- package/registry/families/fhevm-contracts/files/package.json +16 -0
- package/registry/families/fhevm-contracts/manifest.json +30 -0
- package/registry/families/forge-contracts/manifest.json +214 -0
- package/registry/families/frontend-static/files/package.json +14 -0
- package/registry/families/frontend-static/files/serve.mjs +33 -0
- package/registry/families/frontend-static/manifest.json +91 -0
- package/registry/families/fullstack-ts/files/package.json +21 -0
- package/registry/families/fullstack-ts/files/validate-types.mjs +12 -0
- package/registry/families/fullstack-ts/manifest.json +418 -0
- package/registry/families/go-api/files/validate-go.mjs +21 -0
- package/registry/families/go-api/manifest.json +136 -0
- package/registry/families/go-worker/files/validate-go-worker.mjs +14 -0
- package/registry/families/go-worker/manifest.json +92 -0
- package/registry/families/hardhat-contracts/files/package.json +13 -0
- package/registry/families/hardhat-contracts/files/validate-hardhat.mjs +13 -0
- package/registry/families/hardhat-contracts/manifest.json +79 -0
- package/registry/families/mcp-server-ts/files/package.json +6 -0
- package/registry/families/mcp-server-ts/manifest.json +120 -0
- package/registry/families/move-contracts/files/validate-move.mjs +25 -0
- package/registry/families/move-contracts/manifest.json +79 -0
- package/registry/families/nextjs-ts/files/package.json +30 -0
- package/registry/families/nextjs-ts/files/preview-server.mjs +33 -0
- package/registry/families/nextjs-ts/files/validate-types.mjs +18 -0
- package/registry/families/nextjs-ts/manifest.json +261 -0
- package/registry/families/playwright-worker/files/package.json +11 -0
- package/registry/families/playwright-worker/manifest.json +86 -0
- package/registry/families/python-api/files/requirements.txt +1 -0
- package/registry/families/python-api/manifest.json +141 -0
- package/registry/families/python-data-app/files/requirements.txt +1 -0
- package/registry/families/python-data-app/manifest.json +83 -0
- package/registry/families/python-worker/files/requirements.txt +1 -0
- package/registry/families/python-worker/manifest.json +99 -0
- package/registry/families/react-vite-ts/files/package.json +30 -0
- package/registry/families/react-vite-ts/files/preview-server.mjs +33 -0
- package/registry/families/react-vite-ts/files/validate-types.mjs +18 -0
- package/registry/families/react-vite-ts/manifest.json +183 -0
- package/registry/families/remix-ts/files/package.json +28 -0
- package/registry/families/remix-ts/manifest.json +102 -0
- package/registry/families/rust-service/manifest.json +122 -0
- package/registry/families/solana-program/manifest.json +75 -0
- package/registry/families/stylus-contracts/manifest.json +58 -0
- package/registry/families/sveltekit-ts/files/package.json +19 -0
- package/registry/families/sveltekit-ts/manifest.json +105 -0
- package/registry/families/tangle-blueprint/manifest.json +88 -0
- package/registry/families/tauri-desktop/files/package.json +19 -0
- package/registry/families/tauri-desktop/files/preview-server.mjs +33 -0
- package/registry/families/tauri-desktop/files/validate-types.mjs +12 -0
- package/registry/families/tauri-desktop/manifest.json +122 -0
- package/registry/families/vue-ts/files/package.json +17 -0
- package/registry/families/vue-ts/manifest.json +106 -0
- package/registry/families/worker-job/files/package.json +9 -0
- package/registry/families/worker-job/manifest.json +108 -0
- package/registry/families/x402-service/files/package.json +6 -0
- package/registry/families/x402-service/manifest.json +119 -0
- package/registry/families/zk-prover-service/files/package.json +6 -0
- package/registry/families/zk-prover-service/manifest.json +136 -0
- package/registry/layers/auth/better-auth/files/auth-config.json +24 -0
- package/registry/layers/auth/better-auth/manifest.json +65 -0
- package/registry/layers/auth/clerk/files/auth-config.json +31 -0
- package/registry/layers/auth/clerk/manifest.json +67 -0
- package/registry/layers/auth/none/manifest.json +31 -0
- package/registry/layers/auth/supabase-auth/files/auth-config.json +27 -0
- package/registry/layers/auth/supabase-auth/manifest.json +67 -0
- package/registry/layers/capability/admin-crud/files/admin-config.json +29 -0
- package/registry/layers/capability/admin-crud/files/admin-data.json +10 -0
- package/registry/layers/capability/admin-crud/manifest.json +58 -0
- package/registry/layers/capability/agent-ai-sdk/files/ai-sdk-config.json +15 -0
- package/registry/layers/capability/agent-ai-sdk/manifest.json +18 -0
- package/registry/layers/capability/agent-browser/files/browser-agent-config.json +13 -0
- package/registry/layers/capability/agent-browser/manifest.json +17 -0
- package/registry/layers/capability/agent-code-review/files/review-config.json +11 -0
- package/registry/layers/capability/agent-code-review/files/review-pipeline.ts +205 -0
- package/registry/layers/capability/agent-code-review/manifest.json +37 -0
- package/registry/layers/capability/agent-customer-support/files/support-config.json +15 -0
- package/registry/layers/capability/agent-customer-support/files/support-pipeline.ts +122 -0
- package/registry/layers/capability/agent-customer-support/manifest.json +38 -0
- package/registry/layers/capability/agent-data-pipeline/files/analyst.ts +192 -0
- package/registry/layers/capability/agent-data-pipeline/files/pipeline-config.json +15 -0
- package/registry/layers/capability/agent-data-pipeline/manifest.json +38 -0
- package/registry/layers/capability/agent-github/files/github-config.json +10 -0
- package/registry/layers/capability/agent-github/files/github-handler.ts +153 -0
- package/registry/layers/capability/agent-github/manifest.json +36 -0
- package/registry/layers/capability/agent-hermes/files/hermes-config.json +15 -0
- package/registry/layers/capability/agent-hermes/manifest.json +30 -0
- package/registry/layers/capability/agent-intel/files/entity-card.tsx +97 -0
- package/registry/layers/capability/agent-intel/files/intel-config.json +14 -0
- package/registry/layers/capability/agent-intel/files/intel-dashboard.tsx +224 -0
- package/registry/layers/capability/agent-intel/files/scrape-status.tsx +78 -0
- package/registry/layers/capability/agent-intel/manifest.json +32 -0
- package/registry/layers/capability/agent-langgraph/files/langgraph-config.json +17 -0
- package/registry/layers/capability/agent-langgraph/manifest.json +17 -0
- package/registry/layers/capability/agent-mastra/files/mastra-config.json +6 -0
- package/registry/layers/capability/agent-mastra/manifest.json +27 -0
- package/registry/layers/capability/agent-multi-agent/files/orchestration-config.json +18 -0
- package/registry/layers/capability/agent-multi-agent/files/supervisor.ts +154 -0
- package/registry/layers/capability/agent-multi-agent/manifest.json +39 -0
- package/registry/layers/capability/agent-openclaw/files/openclaw-config.json +6 -0
- package/registry/layers/capability/agent-openclaw/manifest.json +28 -0
- package/registry/layers/capability/agent-rag/files/rag-config.json +12 -0
- package/registry/layers/capability/agent-rag/files/retrieval-pipeline.ts +183 -0
- package/registry/layers/capability/agent-rag/manifest.json +65 -0
- package/registry/layers/capability/agent-slack/files/slack-config.json +10 -0
- package/registry/layers/capability/agent-slack/files/slack-handler.ts +125 -0
- package/registry/layers/capability/agent-slack/manifest.json +34 -0
- package/registry/layers/capability/agent-trading/files/strategy.ts +128 -0
- package/registry/layers/capability/agent-trading/files/trading-config.json +16 -0
- package/registry/layers/capability/agent-trading/manifest.json +61 -0
- package/registry/layers/capability/agent-voice/files/voice-config.json +18 -0
- package/registry/layers/capability/agent-voice/manifest.json +17 -0
- package/registry/layers/capability/ai-agent-dashboard/files/dashboard-config.json +6 -0
- package/registry/layers/capability/ai-agent-dashboard/files/dashboard-data.json +6 -0
- package/registry/layers/capability/ai-agent-dashboard/manifest.json +37 -0
- package/registry/layers/capability/ai-agent-orchestrator/files/agent-card.tsx +78 -0
- package/registry/layers/capability/ai-agent-orchestrator/files/agent-run-view.tsx +143 -0
- package/registry/layers/capability/ai-agent-orchestrator/files/orchestrator-page.tsx +132 -0
- package/registry/layers/capability/ai-agent-orchestrator/manifest.json +26 -0
- package/registry/layers/capability/ai-chat-sessions/files/chat-header.tsx +109 -0
- package/registry/layers/capability/ai-chat-sessions/files/session-folders.tsx +98 -0
- package/registry/layers/capability/ai-chat-sessions/files/session-list.tsx +194 -0
- package/registry/layers/capability/ai-chat-sessions/manifest.json +26 -0
- package/registry/layers/capability/ai-chat-ui/files/chat-config.json +12 -0
- package/registry/layers/capability/ai-chat-ui/files/chat-data.json +8 -0
- package/registry/layers/capability/ai-chat-ui/manifest.json +65 -0
- package/registry/layers/capability/ai-fine-tuning/files/finetune-config.json +10 -0
- package/registry/layers/capability/ai-fine-tuning/manifest.json +37 -0
- package/registry/layers/capability/ai-rag-chat/files/knowledge-base-manager.tsx +187 -0
- package/registry/layers/capability/ai-rag-chat/files/rag-message.tsx +132 -0
- package/registry/layers/capability/ai-rag-chat/files/source-panel.tsx +117 -0
- package/registry/layers/capability/ai-rag-chat/manifest.json +26 -0
- package/registry/layers/capability/ai-voice-chat/files/voice-chat-page.tsx +162 -0
- package/registry/layers/capability/ai-voice-chat/files/voice-controls.tsx +118 -0
- package/registry/layers/capability/ai-voice-chat/files/voice-transcript.tsx +68 -0
- package/registry/layers/capability/ai-voice-chat/manifest.json +26 -0
- package/registry/layers/capability/chart-widget/files/metric-card.tsx +51 -0
- package/registry/layers/capability/chart-widget/files/simple-chart.tsx +109 -0
- package/registry/layers/capability/chart-widget/files/starter-data.json +19 -0
- package/registry/layers/capability/chart-widget/manifest.json +23 -0
- package/registry/layers/capability/crypto-bridge-ui/files/bridge-card.tsx +173 -0
- package/registry/layers/capability/crypto-bridge-ui/files/bridge-history.tsx +91 -0
- package/registry/layers/capability/crypto-bridge-ui/manifest.json +24 -0
- package/registry/layers/capability/crypto-governance-ui/files/governance-page.tsx +98 -0
- package/registry/layers/capability/crypto-governance-ui/files/proposal-card.tsx +88 -0
- package/registry/layers/capability/crypto-governance-ui/manifest.json +24 -0
- package/registry/layers/capability/crypto-launchpad-ui/files/sale-card.tsx +113 -0
- package/registry/layers/capability/crypto-launchpad-ui/files/vesting-schedule.tsx +101 -0
- package/registry/layers/capability/crypto-launchpad-ui/manifest.json +24 -0
- package/registry/layers/capability/crypto-portfolio-ui/files/portfolio-overview.tsx +118 -0
- package/registry/layers/capability/crypto-portfolio-ui/files/token-row.tsx +79 -0
- package/registry/layers/capability/crypto-portfolio-ui/manifest.json +24 -0
- package/registry/layers/capability/crypto-staking-ui/files/staking-dashboard.tsx +170 -0
- package/registry/layers/capability/crypto-staking-ui/files/validator-card.tsx +82 -0
- package/registry/layers/capability/crypto-staking-ui/manifest.json +24 -0
- package/registry/layers/capability/crypto-swap-ui/files/pool-card.tsx +93 -0
- package/registry/layers/capability/crypto-swap-ui/files/swap-card.tsx +151 -0
- package/registry/layers/capability/crypto-swap-ui/files/token-select-dialog.tsx +104 -0
- package/registry/layers/capability/crypto-swap-ui/manifest.json +25 -0
- package/registry/layers/capability/defi-bridge/files/bridge-config.json +15 -0
- package/registry/layers/capability/defi-bridge/manifest.json +35 -0
- package/registry/layers/capability/defi-dex/files/dex-config.json +15 -0
- package/registry/layers/capability/defi-dex/manifest.json +36 -0
- package/registry/layers/capability/defi-lending/files/lending-config.json +15 -0
- package/registry/layers/capability/defi-lending/manifest.json +36 -0
- package/registry/layers/capability/defi-perpetuals/files/perp-config.json +11 -0
- package/registry/layers/capability/defi-perpetuals/manifest.json +34 -0
- package/registry/layers/capability/defi-restaking/files/restaking-config.json +6 -0
- package/registry/layers/capability/defi-restaking/manifest.json +32 -0
- package/registry/layers/capability/defi-yield/files/yield-config.json +16 -0
- package/registry/layers/capability/defi-yield/manifest.json +36 -0
- package/registry/layers/capability/deploy-docker/files/deploy-config.json +15 -0
- package/registry/layers/capability/deploy-docker/manifest.json +42 -0
- package/registry/layers/capability/deploy-github-actions/files/ci-config.json +12 -0
- package/registry/layers/capability/deploy-github-actions/manifest.json +46 -0
- package/registry/layers/capability/effect-ts/files/effect-config.json +5 -0
- package/registry/layers/capability/effect-ts/manifest.json +30 -0
- package/registry/layers/capability/evm-account-abstraction/files/Deploy.s.sol +10 -0
- package/registry/layers/capability/evm-account-abstraction/files/GaslessCollectible.sol +21 -0
- package/registry/layers/capability/evm-account-abstraction/files/GaslessCollectible.t.sol +17 -0
- package/registry/layers/capability/evm-account-abstraction/files/MintWithBundler.s.sol +11 -0
- package/registry/layers/capability/evm-account-abstraction/files/bundler-config.json +10 -0
- package/registry/layers/capability/evm-account-abstraction/manifest.json +46 -0
- package/registry/layers/capability/evm-chain-monitor/files/hooks.mjs +14 -0
- package/registry/layers/capability/evm-chain-monitor/files/monitor-config.json +6 -0
- package/registry/layers/capability/evm-chain-monitor/manifest.json +31 -0
- package/registry/layers/capability/evm-deploy-foundry/files/Deploy.s.sol +11 -0
- package/registry/layers/capability/evm-deploy-foundry/files/deploy-config.json +10 -0
- package/registry/layers/capability/evm-deploy-foundry/files/env.example +2 -0
- package/registry/layers/capability/evm-deploy-foundry/files/foundry.toml +13 -0
- package/registry/layers/capability/evm-deploy-foundry/manifest.json +43 -0
- package/registry/layers/capability/evm-layerzero-oft/files/OmnichainToken.sol +21 -0
- package/registry/layers/capability/evm-layerzero-oft/files/OmnichainToken.t.sol +18 -0
- package/registry/layers/capability/evm-layerzero-oft/files/SendTokens.s.sol +10 -0
- package/registry/layers/capability/evm-layerzero-oft/files/bridge-config.json +10 -0
- package/registry/layers/capability/evm-layerzero-oft/manifest.json +39 -0
- package/registry/layers/capability/evm-protocol-api/files/protocol-config.json +8 -0
- package/registry/layers/capability/evm-protocol-api/files/protocol-hooks.ts +149 -0
- package/registry/layers/capability/evm-protocol-api/manifest.json +36 -0
- package/registry/layers/capability/evm-wallet-dashboard/files/hooks.mjs +10 -0
- package/registry/layers/capability/evm-wallet-dashboard/files/wallet-dashboard.json +6 -0
- package/registry/layers/capability/evm-wallet-dashboard/manifest.json +30 -0
- package/registry/layers/capability/exchange-binance/files/exchange-config.json +17 -0
- package/registry/layers/capability/exchange-binance/manifest.json +33 -0
- package/registry/layers/capability/exchange-coinbase/files/exchange-config.json +17 -0
- package/registry/layers/capability/exchange-coinbase/manifest.json +33 -0
- package/registry/layers/capability/exchange-okx/files/exchange-config.json +17 -0
- package/registry/layers/capability/exchange-okx/manifest.json +33 -0
- package/registry/layers/capability/fhe-private-token/files/PrivateToken.sol +49 -0
- package/registry/layers/capability/fhe-private-token/manifest.json +12 -0
- package/registry/layers/capability/fhe-private-voting/files/PrivateVoting.sol +50 -0
- package/registry/layers/capability/fhe-private-voting/manifest.json +12 -0
- package/registry/layers/capability/fhe-sealed-auction/files/SealedAuction.sol +43 -0
- package/registry/layers/capability/fhe-sealed-auction/manifest.json +12 -0
- package/registry/layers/capability/gpu-modal/files/gpu-config.json +8 -0
- package/registry/layers/capability/gpu-modal/manifest.json +31 -0
- package/registry/layers/capability/gpu-replicate/files/gpu-config.json +5 -0
- package/registry/layers/capability/gpu-replicate/manifest.json +33 -0
- package/registry/layers/capability/gpu-together/files/gpu-config.json +5 -0
- package/registry/layers/capability/gpu-together/manifest.json +32 -0
- package/registry/layers/capability/icons/files/icons-config.json +18 -0
- package/registry/layers/capability/icons/manifest.json +33 -0
- package/registry/layers/capability/infra-k8s/files/k8s-config.json +7 -0
- package/registry/layers/capability/infra-k8s/manifest.json +38 -0
- package/registry/layers/capability/infra-pulumi/files/pulumi-config.json +7 -0
- package/registry/layers/capability/infra-pulumi/manifest.json +36 -0
- package/registry/layers/capability/infra-terraform/files/terraform-config.json +7 -0
- package/registry/layers/capability/infra-terraform/manifest.json +37 -0
- package/registry/layers/capability/json-render/files/json-render-config.json +16 -0
- package/registry/layers/capability/json-render/manifest.json +24 -0
- package/registry/layers/capability/layout-admin/files/admin-page.tsx +141 -0
- package/registry/layers/capability/layout-admin/files/column-header.tsx +37 -0
- package/registry/layers/capability/layout-admin/files/data-table.tsx +221 -0
- package/registry/layers/capability/layout-admin/files/entity-form.tsx +109 -0
- package/registry/layers/capability/layout-admin/files/media-manifest.json +14 -0
- package/registry/layers/capability/layout-admin/manifest.json +30 -0
- package/registry/layers/capability/layout-auth/files/sign-in-page.tsx +82 -0
- package/registry/layers/capability/layout-auth/files/sign-up-page.tsx +94 -0
- package/registry/layers/capability/layout-auth/manifest.json +51 -0
- package/registry/layers/capability/layout-chat/files/chat-input.tsx +76 -0
- package/registry/layers/capability/layout-chat/files/chat-message.tsx +100 -0
- package/registry/layers/capability/layout-chat/files/chat-page.tsx +149 -0
- package/registry/layers/capability/layout-chat/files/chat-sidebar.tsx +78 -0
- package/registry/layers/capability/layout-chat/files/media-manifest.json +24 -0
- package/registry/layers/capability/layout-chat/manifest.json +30 -0
- package/registry/layers/capability/layout-dashboard/files/dashboard-page.tsx +113 -0
- package/registry/layers/capability/layout-dashboard/files/media-manifest.json +34 -0
- package/registry/layers/capability/layout-dashboard/files/nav-config.ts +46 -0
- package/registry/layers/capability/layout-dashboard/files/sidebar-layout.tsx +149 -0
- package/registry/layers/capability/layout-dashboard/manifest.json +33 -0
- package/registry/layers/capability/layout-dashboard/variants/sidebar/dashboard-page.tsx +113 -0
- package/registry/layers/capability/layout-dashboard/variants/sidebar/media-manifest.json +34 -0
- package/registry/layers/capability/layout-dashboard/variants/sidebar/nav-config.ts +46 -0
- package/registry/layers/capability/layout-dashboard/variants/sidebar/sidebar-layout.tsx +149 -0
- package/registry/layers/capability/layout-dashboard/variants/topnav/dashboard-page.tsx +113 -0
- package/registry/layers/capability/layout-dashboard/variants/topnav/media-manifest.json +34 -0
- package/registry/layers/capability/layout-dashboard/variants/topnav/nav-config.ts +26 -0
- package/registry/layers/capability/layout-dashboard/variants/topnav/sidebar-layout.tsx +157 -0
- package/registry/layers/capability/layout-landing/files/features-section.tsx +98 -0
- package/registry/layers/capability/layout-landing/files/hero-section.tsx +111 -0
- package/registry/layers/capability/layout-landing/files/landing-page.tsx +164 -0
- package/registry/layers/capability/layout-landing/files/media-manifest.json +44 -0
- package/registry/layers/capability/layout-landing/files/pricing-section.tsx +175 -0
- package/registry/layers/capability/layout-landing/manifest.json +73 -0
- package/registry/layers/capability/layout-landing/variants/dark-product/features-section.tsx +79 -0
- package/registry/layers/capability/layout-landing/variants/dark-product/hero-section.tsx +78 -0
- package/registry/layers/capability/layout-landing/variants/dark-product/landing-page.tsx +164 -0
- package/registry/layers/capability/layout-landing/variants/dark-product/media-manifest.json +44 -0
- package/registry/layers/capability/layout-landing/variants/dark-product/pricing-section.tsx +166 -0
- package/registry/layers/capability/layout-landing/variants/default/features-section.tsx +98 -0
- package/registry/layers/capability/layout-landing/variants/default/hero-section.tsx +111 -0
- package/registry/layers/capability/layout-landing/variants/default/landing-page.tsx +164 -0
- package/registry/layers/capability/layout-landing/variants/default/media-manifest.json +44 -0
- package/registry/layers/capability/layout-landing/variants/default/pricing-section.tsx +175 -0
- package/registry/layers/capability/layout-landing/variants/gradient-hero/features-section.tsx +79 -0
- package/registry/layers/capability/layout-landing/variants/gradient-hero/hero-section.tsx +73 -0
- package/registry/layers/capability/layout-landing/variants/gradient-hero/landing-page.tsx +164 -0
- package/registry/layers/capability/layout-landing/variants/gradient-hero/media-manifest.json +44 -0
- package/registry/layers/capability/layout-landing/variants/gradient-hero/pricing-section.tsx +165 -0
- package/registry/layers/capability/layout-landing/variants/minimal-clean/features-section.tsx +73 -0
- package/registry/layers/capability/layout-landing/variants/minimal-clean/hero-section.tsx +65 -0
- package/registry/layers/capability/layout-landing/variants/minimal-clean/landing-page.tsx +164 -0
- package/registry/layers/capability/layout-landing/variants/minimal-clean/media-manifest.json +44 -0
- package/registry/layers/capability/layout-landing/variants/minimal-clean/pricing-section.tsx +162 -0
- package/registry/layers/capability/layout-settings/files/settings-page.tsx +165 -0
- package/registry/layers/capability/layout-settings/manifest.json +45 -0
- package/registry/layers/capability/logging/files/error-handler.ts +35 -0
- package/registry/layers/capability/logging/files/logger.ts +78 -0
- package/registry/layers/capability/logging/files/request-logger.ts +52 -0
- package/registry/layers/capability/logging/manifest.json +47 -0
- package/registry/layers/capability/market-sim/files/market-feed.json +16 -0
- package/registry/layers/capability/market-sim/manifest.json +19 -0
- package/registry/layers/capability/marketplace/files/listing-card.tsx +80 -0
- package/registry/layers/capability/marketplace/files/listing-grid.tsx +55 -0
- package/registry/layers/capability/marketplace/files/marketplace-config.json +26 -0
- package/registry/layers/capability/marketplace/files/review-card.tsx +57 -0
- package/registry/layers/capability/marketplace/files/search-filters.tsx +113 -0
- package/registry/layers/capability/marketplace/manifest.json +29 -0
- package/registry/layers/capability/move-amm/files/amm-config.json +1 -0
- package/registry/layers/capability/move-amm/manifest.json +46 -0
- package/registry/layers/capability/move-launchpad/files/launchpad-config.json +1 -0
- package/registry/layers/capability/move-launchpad/manifest.json +45 -0
- package/registry/layers/capability/move-nft/files/nft-config.json +1 -0
- package/registry/layers/capability/move-nft/manifest.json +9 -0
- package/registry/layers/capability/move-oracle/files/oracle-config.json +1 -0
- package/registry/layers/capability/move-oracle/manifest.json +10 -0
- package/registry/layers/capability/move-staking/files/staking-config.json +1 -0
- package/registry/layers/capability/move-staking/manifest.json +9 -0
- package/registry/layers/capability/realtime-ws/files/realtime-config.json +19 -0
- package/registry/layers/capability/realtime-ws/files/ws-client.ts +90 -0
- package/registry/layers/capability/realtime-ws/files/ws-server.ts +121 -0
- package/registry/layers/capability/realtime-ws/files/ws-types.ts +30 -0
- package/registry/layers/capability/realtime-ws/manifest.json +66 -0
- package/registry/layers/capability/saas-billing/files/billing-api.ts +134 -0
- package/registry/layers/capability/saas-billing/files/billing-config.json +15 -0
- package/registry/layers/capability/saas-billing/files/billing-guard.ts +38 -0
- package/registry/layers/capability/saas-billing/files/billing-ui.tsx +100 -0
- package/registry/layers/capability/saas-billing/manifest.json +73 -0
- package/registry/layers/capability/saas-teams/files/teams-api.ts +118 -0
- package/registry/layers/capability/saas-teams/files/teams-config.json +16 -0
- package/registry/layers/capability/saas-teams/files/teams-guard.ts +35 -0
- package/registry/layers/capability/saas-teams/files/teams-ui.tsx +235 -0
- package/registry/layers/capability/saas-teams/manifest.json +74 -0
- package/registry/layers/capability/shadcn/files/alert.tsx +39 -0
- package/registry/layers/capability/shadcn/files/avatar.tsx +33 -0
- package/registry/layers/capability/shadcn/files/badge.tsx +28 -0
- package/registry/layers/capability/shadcn/files/breadcrumb.tsx +45 -0
- package/registry/layers/capability/shadcn/files/button.tsx +44 -0
- package/registry/layers/capability/shadcn/files/card.tsx +46 -0
- package/registry/layers/capability/shadcn/files/checkbox.tsx +26 -0
- package/registry/layers/capability/shadcn/files/command.tsx +72 -0
- package/registry/layers/capability/shadcn/files/dialog.tsx +75 -0
- package/registry/layers/capability/shadcn/files/dropdown-menu.tsx +68 -0
- package/registry/layers/capability/shadcn/files/form.tsx +57 -0
- package/registry/layers/capability/shadcn/files/input.tsx +21 -0
- package/registry/layers/capability/shadcn/files/label.tsx +18 -0
- package/registry/layers/capability/shadcn/files/progress.tsx +28 -0
- package/registry/layers/capability/shadcn/files/scroll-area.tsx +32 -0
- package/registry/layers/capability/shadcn/files/select.tsx +80 -0
- package/registry/layers/capability/shadcn/files/separator.tsx +21 -0
- package/registry/layers/capability/shadcn/files/shadcn-config.json +26 -0
- package/registry/layers/capability/shadcn/files/sheet.tsx +71 -0
- package/registry/layers/capability/shadcn/files/sidebar.tsx +73 -0
- package/registry/layers/capability/shadcn/files/skeleton.tsx +7 -0
- package/registry/layers/capability/shadcn/files/switch.tsx +36 -0
- package/registry/layers/capability/shadcn/files/table.tsx +58 -0
- package/registry/layers/capability/shadcn/files/tabs.tsx +56 -0
- package/registry/layers/capability/shadcn/files/textarea.tsx +20 -0
- package/registry/layers/capability/shadcn/files/toast.tsx +68 -0
- package/registry/layers/capability/shadcn/files/toggle.tsx +43 -0
- package/registry/layers/capability/shadcn/files/tooltip.tsx +45 -0
- package/registry/layers/capability/shadcn/files/utils.ts +6 -0
- package/registry/layers/capability/shadcn/manifest.json +171 -0
- package/registry/layers/capability/solana-amm/files/README.md +5 -0
- package/registry/layers/capability/solana-amm/files/lib.rs +52 -0
- package/registry/layers/capability/solana-amm/files/pool-config.json +6 -0
- package/registry/layers/capability/solana-amm/manifest.json +22 -0
- package/registry/layers/capability/solana-keeper/files/keeper-hooks.ts +90 -0
- package/registry/layers/capability/solana-keeper/files/market-feed.json +7 -0
- package/registry/layers/capability/solana-keeper/manifest.json +18 -0
- package/registry/layers/capability/solana-launchpad/files/README.md +5 -0
- package/registry/layers/capability/solana-launchpad/files/lib.rs +52 -0
- package/registry/layers/capability/solana-launchpad/files/sale-config.json +5 -0
- package/registry/layers/capability/solana-launchpad/manifest.json +35 -0
- package/registry/layers/capability/solana-nft/files/README.md +5 -0
- package/registry/layers/capability/solana-nft/files/lib.rs +52 -0
- package/registry/layers/capability/solana-nft/files/marketplace-config.json +4 -0
- package/registry/layers/capability/solana-nft/manifest.json +34 -0
- package/registry/layers/capability/solana-perps/files/README.md +5 -0
- package/registry/layers/capability/solana-perps/files/lib.rs +52 -0
- package/registry/layers/capability/solana-perps/files/market-config.json +6 -0
- package/registry/layers/capability/solana-perps/manifest.json +22 -0
- package/registry/layers/capability/solana-prediction/files/README.md +5 -0
- package/registry/layers/capability/solana-prediction/files/lib.rs +52 -0
- package/registry/layers/capability/solana-prediction/files/prediction-config.json +6 -0
- package/registry/layers/capability/solana-prediction/manifest.json +22 -0
- package/registry/layers/capability/solana-staking/files/README.md +5 -0
- package/registry/layers/capability/solana-staking/files/lib.rs +52 -0
- package/registry/layers/capability/solana-staking/files/staking-config.json +5 -0
- package/registry/layers/capability/solana-staking/manifest.json +22 -0
- package/registry/layers/capability/tailwind/files/design-tokens.json +51 -0
- package/registry/layers/capability/tailwind/files/tailwind-config.json +34 -0
- package/registry/layers/capability/tailwind/manifest.json +53 -0
- package/registry/layers/capability/tangle-custody/files/blueprint.json +17 -0
- package/registry/layers/capability/tangle-custody/files/lib.rs +53 -0
- package/registry/layers/capability/tangle-custody/manifest.json +30 -0
- package/registry/layers/capability/tangle-oracle/files/blueprint.json +17 -0
- package/registry/layers/capability/tangle-oracle/files/lib.rs +53 -0
- package/registry/layers/capability/tangle-oracle/manifest.json +29 -0
- package/registry/layers/capability/typography/files/typography-config.json +24 -0
- package/registry/layers/capability/typography/manifest.json +35 -0
- package/registry/layers/capability/webhook-processor/files/webhook-config.json +26 -0
- package/registry/layers/capability/webhook-processor/files/webhook-handler.ts +61 -0
- package/registry/layers/capability/webhook-processor/files/webhook-queue.ts +77 -0
- package/registry/layers/capability/webhook-processor/files/webhook-router.ts +77 -0
- package/registry/layers/capability/webhook-processor/manifest.json +67 -0
- package/registry/layers/capability/webrtc/files/call-controls.tsx +82 -0
- package/registry/layers/capability/webrtc/files/participant-tile.tsx +66 -0
- package/registry/layers/capability/webrtc/files/video-room.tsx +97 -0
- package/registry/layers/capability/webrtc/files/webrtc-config.json +18 -0
- package/registry/layers/capability/webrtc/manifest.json +30 -0
- package/registry/layers/database/convex/files/database-config.json +5 -0
- package/registry/layers/database/convex/manifest.json +31 -0
- package/registry/layers/database/mongodb/files/database-config.json +5 -0
- package/registry/layers/database/mongodb/manifest.json +31 -0
- package/registry/layers/database/postgres/files/database-config.json +5 -0
- package/registry/layers/database/postgres/manifest.json +31 -0
- package/registry/layers/database/sqlite/files/database-config.json +5 -0
- package/registry/layers/database/sqlite/manifest.json +31 -0
- package/registry/layers/framework/agent-service-py/files/agent.config.json +9 -0
- package/registry/layers/framework/agent-service-py/files/app.py +43 -0
- package/registry/layers/framework/agent-service-py/manifest.json +15 -0
- package/registry/layers/framework/agent-service-rust/files/Cargo.toml +6 -0
- package/registry/layers/framework/agent-service-rust/files/agent.config.json +8 -0
- package/registry/layers/framework/agent-service-rust/files/main.rs +23 -0
- package/registry/layers/framework/agent-service-rust/manifest.json +19 -0
- package/registry/layers/framework/agent-service-ts/files/agent.config.json +9 -0
- package/registry/layers/framework/agent-service-ts/files/agent.mjs +39 -0
- package/registry/layers/framework/agent-service-ts/manifest.json +15 -0
- package/registry/layers/framework/angular-ts/files/app.component.ts +10 -0
- package/registry/layers/framework/angular-ts/files/main.ts +4 -0
- package/registry/layers/framework/angular-ts/manifest.json +9 -0
- package/registry/layers/framework/browser-extension-ts/files/background.ts +3 -0
- package/registry/layers/framework/browser-extension-ts/files/content.ts +1 -0
- package/registry/layers/framework/browser-extension-ts/files/manifest.json +13 -0
- package/registry/layers/framework/browser-extension-ts/files/popup.css +16 -0
- package/registry/layers/framework/browser-extension-ts/files/popup.html +16 -0
- package/registry/layers/framework/browser-extension-ts/files/popup.ts +13 -0
- package/registry/layers/framework/browser-extension-ts/files/tsconfig.json +8 -0
- package/registry/layers/framework/browser-extension-ts/manifest.json +39 -0
- package/registry/layers/framework/cli-ts/files/index.ts +26 -0
- package/registry/layers/framework/cli-ts/files/tsconfig.json +8 -0
- package/registry/layers/framework/cli-ts/manifest.json +15 -0
- package/registry/layers/framework/cloudflare-worker-ts/files/worker.ts +21 -0
- package/registry/layers/framework/cloudflare-worker-ts/manifest.json +11 -0
- package/registry/layers/framework/dspy-pipeline-py/files/main.py +17 -0
- package/registry/layers/framework/dspy-pipeline-py/files/pipeline.json +9 -0
- package/registry/layers/framework/dspy-pipeline-py/manifest.json +15 -0
- package/registry/layers/framework/eigenlayer-avs/files/ServiceManager.sol +10 -0
- package/registry/layers/framework/eigenlayer-avs/files/avs.config.json +9 -0
- package/registry/layers/framework/eigenlayer-avs/files/main.rs +3 -0
- package/registry/layers/framework/eigenlayer-avs/manifest.json +19 -0
- package/registry/layers/framework/electron-desktop-ts/files/app.ts +9 -0
- package/registry/layers/framework/electron-desktop-ts/files/index.html +16 -0
- package/registry/layers/framework/electron-desktop-ts/files/main.ts +1 -0
- package/registry/layers/framework/electron-desktop-ts/files/preload.ts +1 -0
- package/registry/layers/framework/electron-desktop-ts/files/styles.css +18 -0
- package/registry/layers/framework/electron-desktop-ts/files/tsconfig.json +8 -0
- package/registry/layers/framework/electron-desktop-ts/manifest.json +35 -0
- package/registry/layers/framework/evm-infra-ts/files/chain-config.json +5 -0
- package/registry/layers/framework/evm-infra-ts/files/server.mjs +39 -0
- package/registry/layers/framework/evm-infra-ts/manifest.json +15 -0
- package/registry/layers/framework/expo-react-native-ts/files/App.tsx +37 -0
- package/registry/layers/framework/expo-react-native-ts/files/app.json +8 -0
- package/registry/layers/framework/expo-react-native-ts/files/tsconfig.json +9 -0
- package/registry/layers/framework/expo-react-native-ts/manifest.json +23 -0
- package/registry/layers/framework/fhenix-contracts/files/FHECounter.sol +26 -0
- package/registry/layers/framework/fhenix-contracts/files/FHECounter.test.ts +23 -0
- package/registry/layers/framework/fhenix-contracts/files/deploy.ts +13 -0
- package/registry/layers/framework/fhenix-contracts/files/hardhat.config.ts +16 -0
- package/registry/layers/framework/fhenix-contracts/manifest.json +11 -0
- package/registry/layers/framework/fhevm-contracts/files/EncryptedCounter.sol +28 -0
- package/registry/layers/framework/fhevm-contracts/files/EncryptedCounter.test.ts +23 -0
- package/registry/layers/framework/fhevm-contracts/files/deploy.ts +13 -0
- package/registry/layers/framework/fhevm-contracts/files/hardhat.config.ts +21 -0
- package/registry/layers/framework/fhevm-contracts/manifest.json +11 -0
- package/registry/layers/framework/forge-foundation/files/Counter.sol +14 -0
- package/registry/layers/framework/forge-foundation/files/Counter.t.sol +17 -0
- package/registry/layers/framework/forge-foundation/files/Deploy.s.sol +10 -0
- package/registry/layers/framework/forge-foundation/files/foundry.toml +6 -0
- package/registry/layers/framework/forge-foundation/manifest.json +23 -0
- package/registry/layers/framework/fullstack-node-ts/files/client.js +60 -0
- package/registry/layers/framework/fullstack-node-ts/files/client.ts +6 -0
- package/registry/layers/framework/fullstack-node-ts/files/index.html +25 -0
- package/registry/layers/framework/fullstack-node-ts/files/server.ts +62 -0
- package/registry/layers/framework/fullstack-node-ts/files/styles.css +86 -0
- package/registry/layers/framework/fullstack-node-ts/files/tsconfig.json +10 -0
- package/registry/layers/framework/fullstack-node-ts/manifest.json +36 -0
- package/registry/layers/framework/go-net-http/files/go.mod +3 -0
- package/registry/layers/framework/go-net-http/files/handlers.go +28 -0
- package/registry/layers/framework/go-net-http/files/main.go +23 -0
- package/registry/layers/framework/go-net-http/manifest.json +19 -0
- package/registry/layers/framework/go-worker/files/cycle.go +5 -0
- package/registry/layers/framework/go-worker/files/go.mod +3 -0
- package/registry/layers/framework/go-worker/files/main.go +11 -0
- package/registry/layers/framework/go-worker/manifest.json +19 -0
- package/registry/layers/framework/hardhat-ts/files/contract.sol +6 -0
- package/registry/layers/framework/hardhat-ts/files/deploy.ts +1 -0
- package/registry/layers/framework/hardhat-ts/files/env.example +1 -0
- package/registry/layers/framework/hardhat-ts/files/hardhat.config.ts +10 -0
- package/registry/layers/framework/hardhat-ts/files/test.ts +3 -0
- package/registry/layers/framework/hardhat-ts/files/tsconfig.json +9 -0
- package/registry/layers/framework/hardhat-ts/manifest.json +31 -0
- package/registry/layers/framework/mcp-server-ts/files/mcp.config.json +9 -0
- package/registry/layers/framework/mcp-server-ts/files/server.mjs +12 -0
- package/registry/layers/framework/mcp-server-ts/manifest.json +15 -0
- package/registry/layers/framework/move-package/files/Move.toml +6 -0
- package/registry/layers/framework/move-package/files/module.move +22 -0
- package/registry/layers/framework/move-package/files/test.move +9 -0
- package/registry/layers/framework/move-package/manifest.json +19 -0
- package/registry/layers/framework/nextjs-app-router/files/globals.css +42 -0
- package/registry/layers/framework/nextjs-app-router/files/layout.tsx +16 -0
- package/registry/layers/framework/nextjs-app-router/files/next.config.ts +5 -0
- package/registry/layers/framework/nextjs-app-router/files/page.tsx +8 -0
- package/registry/layers/framework/nextjs-app-router/files/postcss.config.js +5 -0
- package/registry/layers/framework/nextjs-app-router/files/preview-client.js +47 -0
- package/registry/layers/framework/nextjs-app-router/files/preview-index.html +19 -0
- package/registry/layers/framework/nextjs-app-router/files/tsconfig.json +15 -0
- package/registry/layers/framework/nextjs-app-router/manifest.json +43 -0
- package/registry/layers/framework/node-http/files/server.mjs +65 -0
- package/registry/layers/framework/node-http/manifest.json +11 -0
- package/registry/layers/framework/node-worker/files/worker.mjs +43 -0
- package/registry/layers/framework/node-worker/manifest.json +11 -0
- package/registry/layers/framework/playwright-worker/files/worker.mjs +13 -0
- package/registry/layers/framework/playwright-worker/manifest.json +11 -0
- package/registry/layers/framework/python-data-app/files/app.py +54 -0
- package/registry/layers/framework/python-data-app/manifest.json +15 -0
- package/registry/layers/framework/python-http/files/app.py +44 -0
- package/registry/layers/framework/python-http/manifest.json +11 -0
- package/registry/layers/framework/python-worker/files/worker.py +49 -0
- package/registry/layers/framework/python-worker/manifest.json +8 -0
- package/registry/layers/framework/react-vite-ts/files/App.tsx +8 -0
- package/registry/layers/framework/react-vite-ts/files/index.html +15 -0
- package/registry/layers/framework/react-vite-ts/files/main.ts +8 -0
- package/registry/layers/framework/react-vite-ts/files/preview-client.js +49 -0
- package/registry/layers/framework/react-vite-ts/files/styles.css +43 -0
- package/registry/layers/framework/react-vite-ts/files/tsconfig.json +15 -0
- package/registry/layers/framework/react-vite-ts/files/vite.config.ts +13 -0
- package/registry/layers/framework/react-vite-ts/manifest.json +39 -0
- package/registry/layers/framework/remix-ts/files/index.tsx +8 -0
- package/registry/layers/framework/remix-ts/files/root.tsx +10 -0
- package/registry/layers/framework/remix-ts/files/vite.config.ts +14 -0
- package/registry/layers/framework/remix-ts/manifest.json +10 -0
- package/registry/layers/framework/rust-http/files/Cargo.toml +6 -0
- package/registry/layers/framework/rust-http/files/main.rs +26 -0
- package/registry/layers/framework/rust-http/manifest.json +15 -0
- package/registry/layers/framework/solana-native-rust/files/Cargo.toml +9 -0
- package/registry/layers/framework/solana-native-rust/files/README.md +5 -0
- package/registry/layers/framework/solana-native-rust/files/lib.rs +48 -0
- package/registry/layers/framework/solana-native-rust/manifest.json +19 -0
- package/registry/layers/framework/stylus-contracts/files/Cargo.toml +8 -0
- package/registry/layers/framework/stylus-contracts/files/lib.rs +13 -0
- package/registry/layers/framework/stylus-contracts/files/stylus.json +4 -0
- package/registry/layers/framework/stylus-contracts/manifest.json +19 -0
- package/registry/layers/framework/sveltekit-ts/files/app.html +5 -0
- package/registry/layers/framework/sveltekit-ts/files/layout.svelte +1 -0
- package/registry/layers/framework/sveltekit-ts/files/page.svelte +8 -0
- package/registry/layers/framework/sveltekit-ts/files/svelte.config.js +2 -0
- package/registry/layers/framework/sveltekit-ts/files/vite.config.ts +9 -0
- package/registry/layers/framework/sveltekit-ts/manifest.json +12 -0
- package/registry/layers/framework/tangle-blueprint/files/Cargo.toml +10 -0
- package/registry/layers/framework/tangle-blueprint/files/HelloBlueprint.sol +32 -0
- package/registry/layers/framework/tangle-blueprint/files/bin-Cargo.toml +15 -0
- package/registry/layers/framework/tangle-blueprint/files/blueprint.json +16 -0
- package/registry/layers/framework/tangle-blueprint/files/cargo-config.toml +2 -0
- package/registry/layers/framework/tangle-blueprint/files/foundry.toml +17 -0
- package/registry/layers/framework/tangle-blueprint/files/lib-Cargo.toml +13 -0
- package/registry/layers/framework/tangle-blueprint/files/lib.rs +55 -0
- package/registry/layers/framework/tangle-blueprint/files/main.rs +70 -0
- package/registry/layers/framework/tangle-blueprint/files/rust-toolchain.toml +4 -0
- package/registry/layers/framework/tangle-blueprint/manifest.json +47 -0
- package/registry/layers/framework/tauri-desktop/files/Cargo.toml +7 -0
- package/registry/layers/framework/tauri-desktop/files/app.ts +7 -0
- package/registry/layers/framework/tauri-desktop/files/index.html +16 -0
- package/registry/layers/framework/tauri-desktop/files/main.rs +3 -0
- package/registry/layers/framework/tauri-desktop/files/styles.css +18 -0
- package/registry/layers/framework/tauri-desktop/files/tauri.conf.json +7 -0
- package/registry/layers/framework/tauri-desktop/files/tsconfig.json +8 -0
- package/registry/layers/framework/tauri-desktop/manifest.json +35 -0
- package/registry/layers/framework/vue-ts/files/App.vue +11 -0
- package/registry/layers/framework/vue-ts/files/index.html +5 -0
- package/registry/layers/framework/vue-ts/files/main.ts +3 -0
- package/registry/layers/framework/vue-ts/files/vite.config.ts +14 -0
- package/registry/layers/framework/vue-ts/manifest.json +11 -0
- package/registry/layers/framework/web-static/files/app.js +53 -0
- package/registry/layers/framework/web-static/files/index.html +21 -0
- package/registry/layers/framework/web-static/files/styles.css +85 -0
- package/registry/layers/framework/web-static/manifest.json +23 -0
- package/registry/layers/framework/x402-service/files/server.mjs +18 -0
- package/registry/layers/framework/x402-service/files/x402.config.json +7 -0
- package/registry/layers/framework/x402-service/manifest.json +15 -0
- package/registry/layers/framework/zk-prover-service/files/proof-system.json +8 -0
- package/registry/layers/framework/zk-prover-service/files/server.mjs +18 -0
- package/registry/layers/framework/zk-prover-service/manifest.json +15 -0
- package/registry/layers/payments/coinbase-commerce/files/payments-config.json +5 -0
- package/registry/layers/payments/coinbase-commerce/manifest.json +39 -0
- package/registry/layers/payments/none/manifest.json +30 -0
- package/registry/layers/payments/stripe/files/payments-config.json +5 -0
- package/registry/layers/payments/stripe/manifest.json +39 -0
- package/registry/layers/queue/bullmq/files/queue-config.json +5 -0
- package/registry/layers/queue/bullmq/manifest.json +35 -0
- package/registry/layers/queue/none/manifest.json +26 -0
- package/registry/layers/queue/trigger-dev/files/queue-config.json +5 -0
- package/registry/layers/queue/trigger-dev/manifest.json +35 -0
- package/registry/layers/sdk/coinbase-cdp/files/sdk-config.json +30 -0
- package/registry/layers/sdk/coinbase-cdp/manifest.json +61 -0
- package/registry/layers/sdk/evm-wallet/files/sdk-config.json +49 -0
- package/registry/layers/sdk/evm-wallet/manifest.json +64 -0
- package/registry/layers/sdk/none/manifest.json +34 -0
- package/registry/layers/sdk/solana-web3/files/sdk-config.json +31 -0
- package/registry/layers/sdk/solana-web3/manifest.json +59 -0
- package/registry/partners/arbitrum/files/partner-config.json +5 -0
- package/registry/partners/arbitrum/files/starter-brand.json +5 -0
- package/registry/partners/arbitrum/manifest.json +42 -0
- package/registry/partners/coinbase/files/partner-config.json +6 -0
- package/registry/partners/coinbase/files/starter-brand.json +4 -0
- package/registry/partners/coinbase/manifest.json +46 -0
- package/registry/partners/eigenlayer/files/partner-config.json +5 -0
- package/registry/partners/eigenlayer/files/starter-brand.json +5 -0
- package/registry/partners/eigenlayer/manifest.json +39 -0
- package/registry/partners/solana/files/partner-config.json +5 -0
- package/registry/partners/solana/files/starter-brand.json +5 -0
- package/registry/partners/solana/manifest.json +39 -0
- package/registry/partners/tangle/files/partner-config.json +5 -0
- package/registry/partners/tangle/files/starter-brand.json +5 -0
- package/registry/partners/tangle/manifest.json +39 -0
- package/registry/partners/xlayer/files/partner-config.json +5 -0
- package/registry/partners/xlayer/files/starter-brand.json +5 -0
- package/registry/partners/xlayer/manifest.json +41 -0
- package/specs/agent-python-research.json +12 -0
- package/specs/agent-rust-runtime.json +11 -0
- package/specs/agent-ts-control-plane.json +13 -0
- package/specs/api-evm-protocol.json +17 -0
- package/specs/api-health.json +14 -0
- package/specs/browser-extension-research.json +12 -0
- package/specs/cli-release-tool.json +9 -0
- package/specs/cloudflare-edge.json +13 -0
- package/specs/coinbase-landing.json +13 -0
- package/specs/dspy-pipeline.json +8 -0
- package/specs/eigenlayer-avs.json +8 -0
- package/specs/electron-ops-console.json +14 -0
- package/specs/evm-infra.json +15 -0
- package/specs/expo-wallet-mobile.json +14 -0
- package/specs/forge-counter.json +10 -0
- package/specs/fullstack-control-plane.json +16 -0
- package/specs/go-api.json +12 -0
- package/specs/go-worker.json +11 -0
- package/specs/hardhat-xlayer-config.json +9 -0
- package/specs/mcp-server.json +8 -0
- package/specs/move-treasury.json +10 -0
- package/specs/multichain-workspace.json +74 -0
- package/specs/nextjs-saas.json +11 -0
- package/specs/playwright-worker.json +11 -0
- package/specs/python-api.json +13 -0
- package/specs/python-data-insights.json +9 -0
- package/specs/react-vite-coinbase.json +11 -0
- package/specs/rust-service.json +13 -0
- package/specs/solana-keeper-worker.json +13 -0
- package/specs/solana-perps.json +12 -0
- package/specs/solana-prediction.json +12 -0
- package/specs/solana-treasury.json +10 -0
- package/specs/stylus-contracts.json +8 -0
- package/specs/tangle-blueprint.json +9 -0
- package/specs/tangle-custody.json +11 -0
- package/specs/tangle-oracle.json +11 -0
- package/specs/tauri-desktop.json +13 -0
- package/specs/trading-worker.json +12 -0
- package/specs/x402-service.json +8 -0
- package/specs/xlayer-aa.json +13 -0
- package/specs/xlayer-foundry-deploy.json +12 -0
- package/specs/xlayer-oft.json +13 -0
- package/specs/xlayer-wallet-dashboard.json +18 -0
- package/specs/zk-prover.json +8 -0
|
@@ -0,0 +1,820 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "ai-bedtime-stories",
|
|
4
|
+
"prompt": "Build an AI app that generates personalized bedtime stories for kids based on their age and favorite characters",
|
|
5
|
+
"votes": 275,
|
|
6
|
+
"expectedFamily": "fullstack-ts",
|
|
7
|
+
"expectedCapabilities": [
|
|
8
|
+
"capability:ai-chat-ui",
|
|
9
|
+
"capability:layout-chat",
|
|
10
|
+
"capability:tailwind"
|
|
11
|
+
],
|
|
12
|
+
"category": "ai-saas",
|
|
13
|
+
"actualLayers": []
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"id": "ai-elderly-voice-companion",
|
|
17
|
+
"prompt": "Build me an AI voice companion for elderly people that checks in daily, remembers conversations, and can alert family members",
|
|
18
|
+
"votes": 312,
|
|
19
|
+
"expectedFamily": "fullstack-ts",
|
|
20
|
+
"expectedCapabilities": [
|
|
21
|
+
"capability:ai-chat-ui",
|
|
22
|
+
"capability:layout-chat",
|
|
23
|
+
"capability:tailwind"
|
|
24
|
+
],
|
|
25
|
+
"category": "ai-saas",
|
|
26
|
+
"actualLayers": [
|
|
27
|
+
"capability:webrtc"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "ai-restaurant-menu",
|
|
32
|
+
"prompt": "I need a platform where small restaurants can upload their paper menus and AI turns them into beautiful digital menus with photos and descriptions",
|
|
33
|
+
"votes": 189,
|
|
34
|
+
"expectedFamily": "fullstack-ts",
|
|
35
|
+
"expectedCapabilities": [
|
|
36
|
+
"capability:ai-chat-ui",
|
|
37
|
+
"capability:layout-dashboard",
|
|
38
|
+
"capability:tailwind"
|
|
39
|
+
],
|
|
40
|
+
"category": "ai-saas",
|
|
41
|
+
"actualLayers": []
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"id": "ai-podcast-to-shorts",
|
|
45
|
+
"prompt": "Build something that takes a long podcast episode and automatically cuts it into viral short-form video clips with captions",
|
|
46
|
+
"votes": 445,
|
|
47
|
+
"expectedFamily": "nextjs-ts",
|
|
48
|
+
"expectedCapabilities": [
|
|
49
|
+
"capability:ai-chat-ui",
|
|
50
|
+
"capability:layout-dashboard"
|
|
51
|
+
],
|
|
52
|
+
"category": "ai-saas",
|
|
53
|
+
"actualLayers": []
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "ai-voice-analytics",
|
|
57
|
+
"prompt": "Build me an AI tool that analyzes customer service call recordings and identifies sentiment patterns, escalation triggers, and coaching opportunities",
|
|
58
|
+
"votes": 203,
|
|
59
|
+
"expectedFamily": "api-service",
|
|
60
|
+
"expectedCapabilities": [
|
|
61
|
+
"capability:ai-chat-ui",
|
|
62
|
+
"capability:layout-dashboard",
|
|
63
|
+
"capability:chart-widget"
|
|
64
|
+
],
|
|
65
|
+
"category": "ai-saas",
|
|
66
|
+
"actualLayers": []
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": "ai-recipe-optimizer",
|
|
70
|
+
"prompt": "Make an AI cooking assistant that takes my existing recipes and optimizes them for nutrition, cost, or cooking time while keeping the taste",
|
|
71
|
+
"votes": 167,
|
|
72
|
+
"expectedFamily": "fullstack-ts",
|
|
73
|
+
"expectedCapabilities": [
|
|
74
|
+
"capability:ai-chat-ui",
|
|
75
|
+
"capability:layout-chat",
|
|
76
|
+
"capability:tailwind"
|
|
77
|
+
],
|
|
78
|
+
"category": "ai-saas",
|
|
79
|
+
"actualLayers": []
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"id": "ai-workout-from-video",
|
|
83
|
+
"prompt": "Build an app where I record a 30-second video of myself and AI generates a personalized workout plan based on my body type and movement patterns",
|
|
84
|
+
"votes": 389,
|
|
85
|
+
"expectedFamily": "fullstack-ts",
|
|
86
|
+
"expectedCapabilities": [
|
|
87
|
+
"capability:ai-chat-ui",
|
|
88
|
+
"capability:layout-dashboard",
|
|
89
|
+
"capability:tailwind"
|
|
90
|
+
],
|
|
91
|
+
"category": "ai-saas",
|
|
92
|
+
"actualLayers": []
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "ai-sustainability-reports",
|
|
96
|
+
"prompt": "Build me a tool that auto-generates ESG and sustainability reports for small businesses by pulling data from their existing tools",
|
|
97
|
+
"votes": 142,
|
|
98
|
+
"expectedFamily": "fullstack-ts",
|
|
99
|
+
"expectedCapabilities": [
|
|
100
|
+
"capability:layout-dashboard",
|
|
101
|
+
"capability:chart-widget",
|
|
102
|
+
"capability:shadcn"
|
|
103
|
+
],
|
|
104
|
+
"category": "ai-saas",
|
|
105
|
+
"actualLayers": []
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "ai-restaurant-phone-agent",
|
|
109
|
+
"prompt": "I want an AI voice agent that answers the phone for small restaurants, takes orders, handles reservations, and texts confirmations",
|
|
110
|
+
"votes": 521,
|
|
111
|
+
"expectedFamily": "agent-service-ts",
|
|
112
|
+
"expectedCapabilities": [
|
|
113
|
+
"capability:ai-chat-ui",
|
|
114
|
+
"capability:layout-dashboard"
|
|
115
|
+
],
|
|
116
|
+
"category": "ai-saas",
|
|
117
|
+
"actualLayers": [
|
|
118
|
+
"capability:agent-voice"
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"id": "ai-ecommerce-support-bot",
|
|
123
|
+
"prompt": "Build a customer support chatbot for my Shopify store that knows my products, handles returns, and escalates to humans when needed",
|
|
124
|
+
"votes": 334,
|
|
125
|
+
"expectedFamily": "nextjs-ts",
|
|
126
|
+
"expectedCapabilities": [
|
|
127
|
+
"capability:ai-chat-ui",
|
|
128
|
+
"capability:layout-chat",
|
|
129
|
+
"capability:tailwind"
|
|
130
|
+
],
|
|
131
|
+
"category": "ai-saas",
|
|
132
|
+
"actualLayers": [
|
|
133
|
+
"capability:layout-chat"
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"id": "ai-resume-builder",
|
|
138
|
+
"prompt": "Build me an AI resume builder — I paste a job description and it tailors my resume, suggests keywords, and formats it professionally",
|
|
139
|
+
"votes": 478,
|
|
140
|
+
"expectedFamily": "fullstack-ts",
|
|
141
|
+
"expectedCapabilities": [
|
|
142
|
+
"capability:ai-chat-ui",
|
|
143
|
+
"capability:layout-dashboard",
|
|
144
|
+
"capability:tailwind"
|
|
145
|
+
],
|
|
146
|
+
"category": "ai-saas",
|
|
147
|
+
"actualLayers": []
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"id": "ai-legal-doc-analyzer",
|
|
151
|
+
"prompt": "Build a tool where I upload contracts and leases and AI highlights risky clauses, missing terms, and suggests edits in plain English",
|
|
152
|
+
"votes": 267,
|
|
153
|
+
"expectedFamily": "fullstack-ts",
|
|
154
|
+
"expectedCapabilities": [
|
|
155
|
+
"capability:ai-chat-ui",
|
|
156
|
+
"capability:layout-dashboard",
|
|
157
|
+
"capability:shadcn"
|
|
158
|
+
],
|
|
159
|
+
"category": "ai-saas",
|
|
160
|
+
"actualLayers": []
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "ai-personal-finance",
|
|
164
|
+
"prompt": "Build me an AI personal finance advisor that connects to my bank, categorizes spending, and gives me actionable savings tips every week",
|
|
165
|
+
"votes": 356,
|
|
166
|
+
"expectedFamily": "fullstack-ts",
|
|
167
|
+
"expectedCapabilities": [
|
|
168
|
+
"capability:ai-chat-ui",
|
|
169
|
+
"capability:layout-dashboard",
|
|
170
|
+
"capability:chart-widget"
|
|
171
|
+
],
|
|
172
|
+
"category": "ai-saas",
|
|
173
|
+
"actualLayers": []
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"id": "ai-property-valuation",
|
|
177
|
+
"prompt": "Make an AI property valuation tool — I enter an address and it estimates the value using comparable sales, neighborhood trends, and market data",
|
|
178
|
+
"votes": 198,
|
|
179
|
+
"expectedFamily": "fullstack-ts",
|
|
180
|
+
"expectedCapabilities": [
|
|
181
|
+
"capability:ai-chat-ui",
|
|
182
|
+
"capability:layout-dashboard",
|
|
183
|
+
"capability:chart-widget"
|
|
184
|
+
],
|
|
185
|
+
"category": "ai-saas",
|
|
186
|
+
"actualLayers": []
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"id": "ai-social-scheduler",
|
|
190
|
+
"prompt": "Build an AI social media manager that generates posts for Twitter, LinkedIn, and Instagram, schedules them, and tracks what performs best",
|
|
191
|
+
"votes": 412,
|
|
192
|
+
"expectedFamily": "fullstack-ts",
|
|
193
|
+
"expectedCapabilities": [
|
|
194
|
+
"capability:ai-chat-ui",
|
|
195
|
+
"capability:layout-dashboard",
|
|
196
|
+
"capability:chart-widget",
|
|
197
|
+
"capability:shadcn"
|
|
198
|
+
],
|
|
199
|
+
"category": "ai-saas",
|
|
200
|
+
"actualLayers": []
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": "ai-recruiting-screener",
|
|
204
|
+
"prompt": "Build me an AI recruiting tool that screens incoming resumes against job requirements, ranks candidates, and generates interview questions",
|
|
205
|
+
"votes": 223,
|
|
206
|
+
"expectedFamily": "fullstack-ts",
|
|
207
|
+
"expectedCapabilities": [
|
|
208
|
+
"capability:ai-chat-ui",
|
|
209
|
+
"capability:layout-dashboard",
|
|
210
|
+
"capability:shadcn"
|
|
211
|
+
],
|
|
212
|
+
"category": "ai-saas",
|
|
213
|
+
"actualLayers": []
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"id": "ai-meal-planner",
|
|
217
|
+
"prompt": "I want an AI meal planning app that creates weekly meal plans based on my diet, generates grocery lists, and connects to Instacart for delivery",
|
|
218
|
+
"votes": 367,
|
|
219
|
+
"expectedFamily": "fullstack-ts",
|
|
220
|
+
"expectedCapabilities": [
|
|
221
|
+
"capability:ai-chat-ui",
|
|
222
|
+
"capability:layout-dashboard",
|
|
223
|
+
"capability:tailwind"
|
|
224
|
+
],
|
|
225
|
+
"category": "ai-saas",
|
|
226
|
+
"actualLayers": []
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"id": "ai-language-tutor",
|
|
230
|
+
"prompt": "Build me an AI language tutor that has conversations with me, corrects my grammar in real-time, and adapts lessons to my skill level",
|
|
231
|
+
"votes": 445,
|
|
232
|
+
"expectedFamily": "fullstack-ts",
|
|
233
|
+
"expectedCapabilities": [
|
|
234
|
+
"capability:ai-chat-ui",
|
|
235
|
+
"capability:layout-chat",
|
|
236
|
+
"capability:tailwind"
|
|
237
|
+
],
|
|
238
|
+
"category": "ai-saas",
|
|
239
|
+
"actualLayers": []
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"id": "ai-symptom-checker",
|
|
243
|
+
"prompt": "Build a medical symptom checker where I describe what I'm feeling and AI suggests possible conditions and whether I should see a doctor",
|
|
244
|
+
"votes": 289,
|
|
245
|
+
"expectedFamily": "fullstack-ts",
|
|
246
|
+
"expectedCapabilities": [
|
|
247
|
+
"capability:ai-chat-ui",
|
|
248
|
+
"capability:layout-chat",
|
|
249
|
+
"capability:tailwind"
|
|
250
|
+
],
|
|
251
|
+
"category": "ai-saas",
|
|
252
|
+
"actualLayers": []
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "ai-interior-design",
|
|
256
|
+
"prompt": "Build me an AI interior design app — I upload a photo of my room and it suggests furniture layouts, color schemes, and links to buy items",
|
|
257
|
+
"votes": 378,
|
|
258
|
+
"expectedFamily": "fullstack-ts",
|
|
259
|
+
"expectedCapabilities": [
|
|
260
|
+
"capability:ai-chat-ui",
|
|
261
|
+
"capability:layout-dashboard",
|
|
262
|
+
"capability:tailwind"
|
|
263
|
+
],
|
|
264
|
+
"category": "ai-saas",
|
|
265
|
+
"actualLayers": []
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"id": "ai-code-reviewer",
|
|
269
|
+
"prompt": "Build an AI code review tool that analyzes pull requests, finds bugs and security issues, and leaves inline suggestions",
|
|
270
|
+
"votes": 534,
|
|
271
|
+
"expectedFamily": "fullstack-ts",
|
|
272
|
+
"expectedCapabilities": [
|
|
273
|
+
"capability:ai-chat-ui",
|
|
274
|
+
"capability:layout-dashboard"
|
|
275
|
+
],
|
|
276
|
+
"category": "ai-saas",
|
|
277
|
+
"actualLayers": []
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"id": "ai-newsletter-writer",
|
|
281
|
+
"prompt": "Build me an AI-powered email newsletter tool — I give it topics and it writes engaging copy, suggests subject lines, and schedules sends",
|
|
282
|
+
"votes": 245,
|
|
283
|
+
"expectedFamily": "nextjs-ts",
|
|
284
|
+
"expectedCapabilities": [
|
|
285
|
+
"capability:ai-chat-ui",
|
|
286
|
+
"capability:layout-dashboard",
|
|
287
|
+
"capability:shadcn"
|
|
288
|
+
],
|
|
289
|
+
"category": "ai-saas",
|
|
290
|
+
"actualLayers": []
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"id": "ai-meeting-summarizer",
|
|
294
|
+
"prompt": "I need a tool that records my Zoom meetings, transcribes them, and gives me a summary with action items and who's responsible for what",
|
|
295
|
+
"votes": 467,
|
|
296
|
+
"expectedFamily": "remix-ts",
|
|
297
|
+
"expectedCapabilities": [
|
|
298
|
+
"capability:ai-chat-ui",
|
|
299
|
+
"capability:layout-dashboard",
|
|
300
|
+
"capability:shadcn"
|
|
301
|
+
],
|
|
302
|
+
"category": "ai-saas",
|
|
303
|
+
"actualLayers": []
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"id": "ai-homework-helper",
|
|
307
|
+
"prompt": "Build an AI homework helper for students that explains concepts step by step, doesn't just give answers, and works for math, science, and history",
|
|
308
|
+
"votes": 512,
|
|
309
|
+
"expectedFamily": "agent-service-ts",
|
|
310
|
+
"expectedCapabilities": [
|
|
311
|
+
"capability:ai-chat-ui",
|
|
312
|
+
"capability:layout-chat",
|
|
313
|
+
"capability:tailwind"
|
|
314
|
+
],
|
|
315
|
+
"category": "ai-saas",
|
|
316
|
+
"actualLayers": []
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"id": "ai-travel-planner",
|
|
320
|
+
"prompt": "Build me an AI travel planner — I tell it my budget, dates, and interests and it creates a full day-by-day itinerary with bookings and maps",
|
|
321
|
+
"votes": 398,
|
|
322
|
+
"expectedFamily": "fullstack-ts",
|
|
323
|
+
"expectedCapabilities": [
|
|
324
|
+
"capability:ai-chat-ui",
|
|
325
|
+
"capability:layout-chat",
|
|
326
|
+
"capability:tailwind"
|
|
327
|
+
],
|
|
328
|
+
"category": "ai-saas",
|
|
329
|
+
"actualLayers": []
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"id": "musician-gig-marketplace",
|
|
333
|
+
"prompt": "Build a marketplace where freelance musicians can list their services and event organizers can browse, book, and pay them directly",
|
|
334
|
+
"votes": 178,
|
|
335
|
+
"expectedFamily": "nextjs-ts",
|
|
336
|
+
"expectedCapabilities": [
|
|
337
|
+
"capability:marketplace",
|
|
338
|
+
"capability:layout-dashboard",
|
|
339
|
+
"capability:shadcn"
|
|
340
|
+
],
|
|
341
|
+
"category": "marketplace",
|
|
342
|
+
"actualLayers": [
|
|
343
|
+
"capability:marketplace"
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "tool-lending-marketplace",
|
|
348
|
+
"prompt": "I want a peer-to-peer tool lending platform — neighbors can list power tools, ladders, etc. and others can rent them by the day",
|
|
349
|
+
"votes": 234,
|
|
350
|
+
"expectedFamily": "fullstack-ts",
|
|
351
|
+
"expectedCapabilities": [
|
|
352
|
+
"capability:marketplace",
|
|
353
|
+
"capability:layout-dashboard",
|
|
354
|
+
"capability:tailwind"
|
|
355
|
+
],
|
|
356
|
+
"category": "marketplace",
|
|
357
|
+
"actualLayers": []
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "farm-produce-marketplace",
|
|
361
|
+
"prompt": "Build a local farm-to-table marketplace where small farms list their produce and people in the area can order for pickup or delivery",
|
|
362
|
+
"votes": 312,
|
|
363
|
+
"expectedFamily": "nextjs-ts",
|
|
364
|
+
"expectedCapabilities": [
|
|
365
|
+
"capability:marketplace",
|
|
366
|
+
"capability:layout-dashboard",
|
|
367
|
+
"capability:shadcn"
|
|
368
|
+
],
|
|
369
|
+
"category": "marketplace",
|
|
370
|
+
"actualLayers": [
|
|
371
|
+
"capability:marketplace"
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"id": "consultant-booking-platform",
|
|
376
|
+
"prompt": "Build me a platform where freelance consultants create profiles with their expertise and hourly rates and clients can book and pay for sessions",
|
|
377
|
+
"votes": 189,
|
|
378
|
+
"expectedFamily": "fullstack-ts",
|
|
379
|
+
"expectedCapabilities": [
|
|
380
|
+
"capability:marketplace",
|
|
381
|
+
"capability:layout-dashboard",
|
|
382
|
+
"capability:shadcn"
|
|
383
|
+
],
|
|
384
|
+
"category": "marketplace",
|
|
385
|
+
"actualLayers": [
|
|
386
|
+
"capability:marketplace"
|
|
387
|
+
]
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"id": "handmade-crafts-marketplace",
|
|
391
|
+
"prompt": "I want an Etsy-like marketplace for handmade crafts with seller storefronts, reviews, and built-in shipping label generation",
|
|
392
|
+
"votes": 267,
|
|
393
|
+
"expectedFamily": "nextjs-ts",
|
|
394
|
+
"expectedCapabilities": [
|
|
395
|
+
"capability:marketplace",
|
|
396
|
+
"capability:layout-dashboard",
|
|
397
|
+
"capability:tailwind"
|
|
398
|
+
],
|
|
399
|
+
"category": "marketplace",
|
|
400
|
+
"actualLayers": [
|
|
401
|
+
"capability:marketplace"
|
|
402
|
+
]
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"id": "pet-sitting-marketplace",
|
|
406
|
+
"prompt": "Build a Rover clone — a marketplace for pet sitting and dog walking where pet owners can find verified sitters nearby with reviews and booking",
|
|
407
|
+
"votes": 345,
|
|
408
|
+
"expectedFamily": "nextjs-ts",
|
|
409
|
+
"expectedCapabilities": [
|
|
410
|
+
"capability:marketplace",
|
|
411
|
+
"capability:layout-dashboard",
|
|
412
|
+
"capability:shadcn"
|
|
413
|
+
],
|
|
414
|
+
"category": "marketplace",
|
|
415
|
+
"actualLayers": [
|
|
416
|
+
"capability:marketplace"
|
|
417
|
+
]
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"id": "tutoring-marketplace",
|
|
421
|
+
"prompt": "Build a tutoring marketplace for college students where upperclassmen can offer tutoring in specific courses and students can book sessions",
|
|
422
|
+
"votes": 198,
|
|
423
|
+
"expectedFamily": "nextjs-ts",
|
|
424
|
+
"expectedCapabilities": [
|
|
425
|
+
"capability:marketplace",
|
|
426
|
+
"capability:layout-dashboard",
|
|
427
|
+
"capability:tailwind"
|
|
428
|
+
],
|
|
429
|
+
"category": "marketplace",
|
|
430
|
+
"actualLayers": [
|
|
431
|
+
"capability:marketplace"
|
|
432
|
+
]
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"id": "textbook-marketplace",
|
|
436
|
+
"prompt": "Make a used textbook marketplace for my university — students list books they're done with and buyers can search by course number",
|
|
437
|
+
"votes": 223,
|
|
438
|
+
"expectedFamily": "nextjs-ts",
|
|
439
|
+
"expectedCapabilities": [
|
|
440
|
+
"capability:marketplace",
|
|
441
|
+
"capability:layout-dashboard",
|
|
442
|
+
"capability:tailwind"
|
|
443
|
+
],
|
|
444
|
+
"category": "marketplace",
|
|
445
|
+
"actualLayers": [
|
|
446
|
+
"capability:marketplace"
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"id": "home-services-marketplace",
|
|
451
|
+
"prompt": "Build a home service marketplace like Thumbtack where plumbers, electricians, and cleaners list services and homeowners can request quotes",
|
|
452
|
+
"votes": 289,
|
|
453
|
+
"expectedFamily": "nextjs-ts",
|
|
454
|
+
"expectedCapabilities": [
|
|
455
|
+
"capability:marketplace",
|
|
456
|
+
"capability:layout-dashboard",
|
|
457
|
+
"capability:shadcn"
|
|
458
|
+
],
|
|
459
|
+
"category": "marketplace",
|
|
460
|
+
"actualLayers": [
|
|
461
|
+
"capability:marketplace"
|
|
462
|
+
]
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"id": "vintage-clothing-marketplace",
|
|
466
|
+
"prompt": "I want a Depop-style vintage clothing marketplace with seller profiles, photo galleries, and offer/counteroffer negotiation",
|
|
467
|
+
"votes": 356,
|
|
468
|
+
"expectedFamily": "nextjs-ts",
|
|
469
|
+
"expectedCapabilities": [
|
|
470
|
+
"capability:marketplace",
|
|
471
|
+
"capability:layout-dashboard",
|
|
472
|
+
"capability:tailwind"
|
|
473
|
+
],
|
|
474
|
+
"category": "marketplace",
|
|
475
|
+
"actualLayers": [
|
|
476
|
+
"capability:marketplace"
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"id": "hoa-management-saas",
|
|
481
|
+
"prompt": "Build a SaaS for neighborhood associations — dues collection, maintenance requests, community announcements, and document storage",
|
|
482
|
+
"votes": 156,
|
|
483
|
+
"expectedFamily": "fullstack-ts",
|
|
484
|
+
"expectedCapabilities": [
|
|
485
|
+
"capability:layout-dashboard",
|
|
486
|
+
"capability:layout-admin",
|
|
487
|
+
"capability:shadcn"
|
|
488
|
+
],
|
|
489
|
+
"category": "saas-tools",
|
|
490
|
+
"actualLayers": [
|
|
491
|
+
"capability:layout-landing"
|
|
492
|
+
]
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"id": "small-biz-inventory",
|
|
496
|
+
"prompt": "Build me an inventory management system for my small retail shop with barcode scanning, low-stock alerts, and sales reporting",
|
|
497
|
+
"votes": 234,
|
|
498
|
+
"expectedFamily": "fullstack-ts",
|
|
499
|
+
"expectedCapabilities": [
|
|
500
|
+
"capability:layout-dashboard",
|
|
501
|
+
"capability:chart-widget",
|
|
502
|
+
"capability:shadcn"
|
|
503
|
+
],
|
|
504
|
+
"category": "saas-tools",
|
|
505
|
+
"actualLayers": [
|
|
506
|
+
"capability:layout-admin"
|
|
507
|
+
]
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"id": "event-planning-rsvp",
|
|
511
|
+
"prompt": "Build an event planning platform with RSVP tracking, guest lists, seating charts, and automated reminder emails",
|
|
512
|
+
"votes": 189,
|
|
513
|
+
"expectedFamily": "fullstack-ts",
|
|
514
|
+
"expectedCapabilities": [
|
|
515
|
+
"capability:layout-dashboard",
|
|
516
|
+
"capability:shadcn",
|
|
517
|
+
"capability:tailwind"
|
|
518
|
+
],
|
|
519
|
+
"category": "saas-tools",
|
|
520
|
+
"actualLayers": []
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"id": "subscription-box-dashboard",
|
|
524
|
+
"prompt": "I run a subscription box business and need a dashboard to manage subscribers, track shipments, handle cancellations, and see churn metrics",
|
|
525
|
+
"votes": 167,
|
|
526
|
+
"expectedFamily": "fullstack-ts",
|
|
527
|
+
"expectedCapabilities": [
|
|
528
|
+
"capability:layout-dashboard",
|
|
529
|
+
"capability:chart-widget",
|
|
530
|
+
"capability:shadcn"
|
|
531
|
+
],
|
|
532
|
+
"category": "saas-tools",
|
|
533
|
+
"actualLayers": [
|
|
534
|
+
"capability:layout-dashboard"
|
|
535
|
+
]
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"id": "accountant-client-portal",
|
|
539
|
+
"prompt": "Build a client portal for my accounting firm where clients upload documents, I share tax returns, and we track deadlines together",
|
|
540
|
+
"votes": 145,
|
|
541
|
+
"expectedFamily": "fullstack-ts",
|
|
542
|
+
"expectedCapabilities": [
|
|
543
|
+
"capability:layout-dashboard",
|
|
544
|
+
"capability:layout-auth",
|
|
545
|
+
"capability:shadcn"
|
|
546
|
+
],
|
|
547
|
+
"category": "saas-tools",
|
|
548
|
+
"actualLayers": []
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"id": "construction-project-mgmt",
|
|
552
|
+
"prompt": "Build project management software for construction teams with Gantt charts, daily logs, photo documentation, and subcontractor tracking",
|
|
553
|
+
"votes": 178,
|
|
554
|
+
"expectedFamily": "fullstack-ts",
|
|
555
|
+
"expectedCapabilities": [
|
|
556
|
+
"capability:layout-dashboard",
|
|
557
|
+
"capability:chart-widget",
|
|
558
|
+
"capability:shadcn"
|
|
559
|
+
],
|
|
560
|
+
"category": "saas-tools",
|
|
561
|
+
"actualLayers": [
|
|
562
|
+
"capability:layout-admin",
|
|
563
|
+
"capability:webrtc"
|
|
564
|
+
]
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"id": "employee-onboarding",
|
|
568
|
+
"prompt": "Make an employee onboarding tool that automatically assigns tasks, collects documents, schedules orientation, and tracks completion for HR",
|
|
569
|
+
"votes": 201,
|
|
570
|
+
"expectedFamily": "fullstack-ts",
|
|
571
|
+
"expectedCapabilities": [
|
|
572
|
+
"capability:layout-dashboard",
|
|
573
|
+
"capability:layout-admin",
|
|
574
|
+
"capability:shadcn"
|
|
575
|
+
],
|
|
576
|
+
"category": "saas-tools",
|
|
577
|
+
"actualLayers": []
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"id": "customer-feedback-platform",
|
|
581
|
+
"prompt": "Build a customer feedback tool with embeddable survey widgets, NPS tracking, sentiment analysis, and a dashboard to see trends",
|
|
582
|
+
"votes": 212,
|
|
583
|
+
"expectedFamily": "agent-service-py",
|
|
584
|
+
"expectedCapabilities": [
|
|
585
|
+
"capability:layout-dashboard",
|
|
586
|
+
"capability:chart-widget",
|
|
587
|
+
"capability:shadcn"
|
|
588
|
+
],
|
|
589
|
+
"category": "saas-tools",
|
|
590
|
+
"actualLayers": []
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"id": "salon-scheduling",
|
|
594
|
+
"prompt": "Build an appointment scheduling app for hair salons with online booking, stylist availability, SMS reminders, and a simple POS",
|
|
595
|
+
"votes": 267,
|
|
596
|
+
"expectedFamily": "fullstack-ts",
|
|
597
|
+
"expectedCapabilities": [
|
|
598
|
+
"capability:layout-dashboard",
|
|
599
|
+
"capability:shadcn",
|
|
600
|
+
"capability:tailwind"
|
|
601
|
+
],
|
|
602
|
+
"category": "saas-tools",
|
|
603
|
+
"actualLayers": [
|
|
604
|
+
"capability:marketplace"
|
|
605
|
+
]
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"id": "freelancer-invoicing",
|
|
609
|
+
"prompt": "Build me an invoicing and payment tracking app for freelancers — create invoices, track what's paid and overdue, and send payment reminders",
|
|
610
|
+
"votes": 334,
|
|
611
|
+
"expectedFamily": "fullstack-ts",
|
|
612
|
+
"expectedCapabilities": [
|
|
613
|
+
"capability:layout-dashboard",
|
|
614
|
+
"capability:chart-widget",
|
|
615
|
+
"capability:shadcn"
|
|
616
|
+
],
|
|
617
|
+
"category": "saas-tools",
|
|
618
|
+
"actualLayers": []
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"id": "video-tutoring-platform",
|
|
622
|
+
"prompt": "Build a video tutoring platform with screen sharing, a shared whiteboard, session recording, and built-in scheduling and payments",
|
|
623
|
+
"votes": 245,
|
|
624
|
+
"expectedFamily": "react-vite-ts",
|
|
625
|
+
"expectedCapabilities": [
|
|
626
|
+
"capability:webrtc",
|
|
627
|
+
"capability:layout-dashboard",
|
|
628
|
+
"capability:tailwind"
|
|
629
|
+
],
|
|
630
|
+
"category": "webrtc",
|
|
631
|
+
"actualLayers": [
|
|
632
|
+
"capability:webrtc"
|
|
633
|
+
]
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"id": "telehealth-video-app",
|
|
637
|
+
"prompt": "Build a telehealth app where doctors can do video consultations with patients, write prescriptions, and share medical documents securely",
|
|
638
|
+
"votes": 389,
|
|
639
|
+
"expectedFamily": "fullstack-ts",
|
|
640
|
+
"expectedCapabilities": [
|
|
641
|
+
"capability:webrtc",
|
|
642
|
+
"capability:layout-dashboard",
|
|
643
|
+
"capability:layout-auth"
|
|
644
|
+
],
|
|
645
|
+
"category": "webrtc",
|
|
646
|
+
"actualLayers": []
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"id": "virtual-coworking-space",
|
|
650
|
+
"prompt": "I want a virtual co-working space with persistent video rooms, status indicators, and the ability to tap someone on the shoulder for a quick chat",
|
|
651
|
+
"votes": 312,
|
|
652
|
+
"expectedFamily": "fullstack-ts",
|
|
653
|
+
"expectedCapabilities": [
|
|
654
|
+
"capability:webrtc",
|
|
655
|
+
"capability:layout-dashboard",
|
|
656
|
+
"capability:tailwind"
|
|
657
|
+
],
|
|
658
|
+
"category": "webrtc",
|
|
659
|
+
"actualLayers": [
|
|
660
|
+
"capability:layout-chat"
|
|
661
|
+
]
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"id": "music-jam-session",
|
|
665
|
+
"prompt": "Build an online music jam session platform with low-latency audio, a shared metronome, and the ability to layer tracks from different musicians",
|
|
666
|
+
"votes": 198,
|
|
667
|
+
"expectedFamily": "fullstack-ts",
|
|
668
|
+
"expectedCapabilities": [
|
|
669
|
+
"capability:webrtc",
|
|
670
|
+
"capability:layout-dashboard",
|
|
671
|
+
"capability:tailwind"
|
|
672
|
+
],
|
|
673
|
+
"category": "webrtc",
|
|
674
|
+
"actualLayers": []
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"id": "remote-standup-video",
|
|
678
|
+
"prompt": "Build a remote team standup app with quick async video updates, automatic summaries, and a timeline view of what everyone's working on",
|
|
679
|
+
"votes": 223,
|
|
680
|
+
"expectedFamily": "nextjs-ts",
|
|
681
|
+
"expectedCapabilities": [
|
|
682
|
+
"capability:webrtc",
|
|
683
|
+
"capability:layout-dashboard",
|
|
684
|
+
"capability:shadcn"
|
|
685
|
+
],
|
|
686
|
+
"category": "webrtc",
|
|
687
|
+
"actualLayers": []
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"id": "competitive-pricing-intel",
|
|
691
|
+
"prompt": "Build me a competitive pricing intelligence tool that monitors competitor websites daily, tracks price changes, and alerts me when they drop prices",
|
|
692
|
+
"votes": 278,
|
|
693
|
+
"expectedFamily": "fullstack-ts",
|
|
694
|
+
"expectedCapabilities": [
|
|
695
|
+
"capability:agent-intel",
|
|
696
|
+
"capability:layout-dashboard",
|
|
697
|
+
"capability:chart-widget"
|
|
698
|
+
],
|
|
699
|
+
"category": "data-intel",
|
|
700
|
+
"actualLayers": [
|
|
701
|
+
"capability:agent-intel",
|
|
702
|
+
"capability:layout-landing",
|
|
703
|
+
"capability:webrtc"
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"id": "real-estate-aggregator",
|
|
708
|
+
"prompt": "Build a real estate listing aggregator that pulls from Zillow, Redfin, and Realtor.com, dedupes listings, and shows me deals below market value",
|
|
709
|
+
"votes": 345,
|
|
710
|
+
"expectedFamily": "nextjs-ts",
|
|
711
|
+
"expectedCapabilities": [
|
|
712
|
+
"capability:agent-intel",
|
|
713
|
+
"capability:layout-dashboard",
|
|
714
|
+
"capability:chart-widget"
|
|
715
|
+
],
|
|
716
|
+
"category": "data-intel",
|
|
717
|
+
"actualLayers": [
|
|
718
|
+
"capability:marketplace"
|
|
719
|
+
]
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"id": "job-salary-scraper",
|
|
723
|
+
"prompt": "Build a job posting scraper that pulls listings from LinkedIn, Indeed, and Glassdoor, extracts salary ranges, and shows me compensation trends by role",
|
|
724
|
+
"votes": 412,
|
|
725
|
+
"expectedFamily": "playwright-worker",
|
|
726
|
+
"expectedCapabilities": [
|
|
727
|
+
"capability:agent-intel",
|
|
728
|
+
"capability:layout-dashboard",
|
|
729
|
+
"capability:chart-widget"
|
|
730
|
+
],
|
|
731
|
+
"category": "data-intel",
|
|
732
|
+
"actualLayers": []
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"id": "brand-monitoring-dashboard",
|
|
736
|
+
"prompt": "I need a social media brand monitoring tool that tracks mentions of my company across Twitter, Reddit, and news sites and shows sentiment over time",
|
|
737
|
+
"votes": 256,
|
|
738
|
+
"expectedFamily": "fullstack-ts",
|
|
739
|
+
"expectedCapabilities": [
|
|
740
|
+
"capability:agent-intel",
|
|
741
|
+
"capability:layout-dashboard",
|
|
742
|
+
"capability:chart-widget"
|
|
743
|
+
],
|
|
744
|
+
"category": "data-intel",
|
|
745
|
+
"actualLayers": []
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"id": "b2b-lead-gen-tool",
|
|
749
|
+
"prompt": "Build a B2B lead generation tool that scrapes company websites, finds decision-maker contacts, enriches data with LinkedIn, and exports to my CRM",
|
|
750
|
+
"votes": 367,
|
|
751
|
+
"expectedFamily": "fullstack-ts",
|
|
752
|
+
"expectedCapabilities": [
|
|
753
|
+
"capability:agent-intel",
|
|
754
|
+
"capability:layout-dashboard"
|
|
755
|
+
],
|
|
756
|
+
"category": "data-intel",
|
|
757
|
+
"actualLayers": [
|
|
758
|
+
"capability:agent-intel"
|
|
759
|
+
]
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"id": "nft-portfolio-tracker",
|
|
763
|
+
"prompt": "Build an NFT gallery and portfolio tracker that shows my NFTs across chains, tracks floor prices, and estimates total portfolio value",
|
|
764
|
+
"votes": 189,
|
|
765
|
+
"expectedFamily": "react-vite-ts",
|
|
766
|
+
"expectedCapabilities": [
|
|
767
|
+
"capability:layout-dashboard",
|
|
768
|
+
"capability:chart-widget",
|
|
769
|
+
"capability:tailwind"
|
|
770
|
+
],
|
|
771
|
+
"category": "crypto",
|
|
772
|
+
"actualLayers": []
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"id": "dao-governance-dashboard",
|
|
776
|
+
"prompt": "Build a DAO voting and governance dashboard where token holders can create proposals, vote, delegate, and see voting history",
|
|
777
|
+
"votes": 234,
|
|
778
|
+
"expectedFamily": "workspace",
|
|
779
|
+
"expectedCapabilities": [
|
|
780
|
+
"capability:layout-dashboard",
|
|
781
|
+
"capability:shadcn"
|
|
782
|
+
],
|
|
783
|
+
"category": "crypto"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"id": "token-launchpad",
|
|
787
|
+
"prompt": "Build a token launchpad with configurable vesting schedules, cliff periods, and a claiming interface for investors",
|
|
788
|
+
"votes": 312,
|
|
789
|
+
"expectedFamily": "fullstack-ts",
|
|
790
|
+
"expectedCapabilities": [
|
|
791
|
+
"capability:layout-dashboard",
|
|
792
|
+
"capability:shadcn"
|
|
793
|
+
],
|
|
794
|
+
"category": "crypto",
|
|
795
|
+
"actualLayers": []
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"id": "defi-yield-optimizer",
|
|
799
|
+
"prompt": "Build a DeFi yield farming optimizer that shows APYs across protocols, auto-compounds rewards, and suggests the best strategies for my risk level",
|
|
800
|
+
"votes": 278,
|
|
801
|
+
"expectedFamily": "fullstack-ts",
|
|
802
|
+
"expectedCapabilities": [
|
|
803
|
+
"capability:layout-dashboard",
|
|
804
|
+
"capability:chart-widget"
|
|
805
|
+
],
|
|
806
|
+
"category": "crypto",
|
|
807
|
+
"actualLayers": []
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"id": "cross-chain-bridge-ui",
|
|
811
|
+
"prompt": "Build a cross-chain bridge interface where users can transfer tokens between Ethereum, Polygon, and Arbitrum with a simple swap-like UI",
|
|
812
|
+
"votes": 245,
|
|
813
|
+
"expectedFamily": "workspace",
|
|
814
|
+
"expectedCapabilities": [
|
|
815
|
+
"capability:layout-dashboard",
|
|
816
|
+
"capability:tailwind"
|
|
817
|
+
],
|
|
818
|
+
"category": "crypto"
|
|
819
|
+
}
|
|
820
|
+
]
|