@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,164 @@
|
|
|
1
|
+
import { Button } from '@/components/ui/button'
|
|
2
|
+
import { HeroSection } from '@/components/landing/hero-section'
|
|
3
|
+
import { FeaturesSection } from '@/components/landing/features-section'
|
|
4
|
+
import { PricingSection } from '@/components/landing/pricing-section'
|
|
5
|
+
|
|
6
|
+
const footerLinks = {
|
|
7
|
+
Product: [
|
|
8
|
+
{ label: 'Features', href: '#features' },
|
|
9
|
+
{ label: 'Pricing', href: '#pricing' },
|
|
10
|
+
{ label: 'Changelog', href: '/changelog' },
|
|
11
|
+
{ label: 'Docs', href: '/docs' },
|
|
12
|
+
],
|
|
13
|
+
Company: [
|
|
14
|
+
{ label: 'About', href: '/about' },
|
|
15
|
+
{ label: 'Blog', href: '/blog' },
|
|
16
|
+
{ label: 'Careers', href: '/careers' },
|
|
17
|
+
{ label: 'Contact', href: '/contact' },
|
|
18
|
+
],
|
|
19
|
+
Resources: [
|
|
20
|
+
{ label: 'Documentation', href: '/docs' },
|
|
21
|
+
{ label: 'API Reference', href: '/docs/api' },
|
|
22
|
+
{ label: 'Status', href: '/status' },
|
|
23
|
+
{ label: 'Support', href: '/support' },
|
|
24
|
+
],
|
|
25
|
+
Legal: [
|
|
26
|
+
{ label: 'Privacy', href: '/privacy' },
|
|
27
|
+
{ label: 'Terms', href: '/terms' },
|
|
28
|
+
{ label: 'Security', href: '/security' },
|
|
29
|
+
],
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
const trustLogos = [
|
|
33
|
+
'Acme Corp',
|
|
34
|
+
'TechFlow',
|
|
35
|
+
'Quantum',
|
|
36
|
+
'NovaSoft',
|
|
37
|
+
'BuildStack',
|
|
38
|
+
'DataPipe',
|
|
39
|
+
]
|
|
40
|
+
|
|
41
|
+
export default function LandingPage() {
|
|
42
|
+
return (
|
|
43
|
+
<div className="min-h-screen scroll-smooth bg-background text-foreground">
|
|
44
|
+
<a
|
|
45
|
+
href="#main"
|
|
46
|
+
className="sr-only focus:not-sr-only focus:fixed focus:left-4 focus:top-4 focus:z-[100] focus:rounded-lg focus:bg-primary focus:px-4 focus:py-2 focus:text-sm focus:font-medium focus:text-primary-foreground focus:outline-none"
|
|
47
|
+
>
|
|
48
|
+
Skip to content
|
|
49
|
+
</a>
|
|
50
|
+
|
|
51
|
+
<header className="sticky top-0 z-50 border-b border-border/50 bg-background/80 backdrop-blur-md">
|
|
52
|
+
<div className="mx-auto flex h-16 max-w-6xl items-center justify-between px-6 lg:px-8">
|
|
53
|
+
<span className="flex items-center gap-2 text-lg font-semibold tracking-tight">
|
|
54
|
+
<img
|
|
55
|
+
src="/images/logo.svg"
|
|
56
|
+
alt="{{headline}}"
|
|
57
|
+
className="h-8 w-auto"
|
|
58
|
+
onError={(e) => { e.currentTarget.style.display = 'none' }}
|
|
59
|
+
/>
|
|
60
|
+
<span>{'{{headline}}'}</span>
|
|
61
|
+
</span>
|
|
62
|
+
<nav className="hidden items-center gap-8 text-sm md:flex">
|
|
63
|
+
<a
|
|
64
|
+
href="#features"
|
|
65
|
+
className="font-medium text-muted-foreground transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 focus-visible:rounded"
|
|
66
|
+
>
|
|
67
|
+
Features
|
|
68
|
+
</a>
|
|
69
|
+
<a
|
|
70
|
+
href="#pricing"
|
|
71
|
+
className="font-medium text-muted-foreground transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 focus-visible:rounded"
|
|
72
|
+
>
|
|
73
|
+
Pricing
|
|
74
|
+
</a>
|
|
75
|
+
<a
|
|
76
|
+
href="/sign-in"
|
|
77
|
+
className="font-medium text-muted-foreground transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 focus-visible:rounded"
|
|
78
|
+
>
|
|
79
|
+
Sign in
|
|
80
|
+
</a>
|
|
81
|
+
<Button
|
|
82
|
+
size="sm"
|
|
83
|
+
className="rounded-lg font-medium transition-transform hover:scale-105 active:scale-95 focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"
|
|
84
|
+
asChild
|
|
85
|
+
>
|
|
86
|
+
<a href="/sign-up">Get Started</a>
|
|
87
|
+
</Button>
|
|
88
|
+
</nav>
|
|
89
|
+
<Button size="sm" className="md:hidden" variant="ghost" asChild>
|
|
90
|
+
<a href="/sign-in">Sign in</a>
|
|
91
|
+
</Button>
|
|
92
|
+
</div>
|
|
93
|
+
</header>
|
|
94
|
+
|
|
95
|
+
<main id="main">
|
|
96
|
+
<HeroSection />
|
|
97
|
+
|
|
98
|
+
{/* Trust section */}
|
|
99
|
+
<section className="border-y border-border/50 bg-muted/20 py-12 dark:bg-muted/5">
|
|
100
|
+
<div className="mx-auto max-w-6xl px-6 lg:px-8">
|
|
101
|
+
<p className="mb-8 text-center text-xs font-medium uppercase tracking-widest text-muted-foreground">
|
|
102
|
+
Trusted by teams at
|
|
103
|
+
</p>
|
|
104
|
+
<div className="flex flex-wrap items-center justify-center gap-x-10 gap-y-4 lg:gap-x-16">
|
|
105
|
+
{trustLogos.map((name) => (
|
|
106
|
+
<span
|
|
107
|
+
key={name}
|
|
108
|
+
className="text-lg font-semibold tracking-tight text-muted-foreground/30 select-none"
|
|
109
|
+
>
|
|
110
|
+
{name}
|
|
111
|
+
</span>
|
|
112
|
+
))}
|
|
113
|
+
</div>
|
|
114
|
+
</div>
|
|
115
|
+
</section>
|
|
116
|
+
|
|
117
|
+
{/* Gradient divider */}
|
|
118
|
+
<div aria-hidden="true" className="h-px bg-gradient-to-r from-transparent via-border to-transparent" />
|
|
119
|
+
|
|
120
|
+
<section id="features">
|
|
121
|
+
<FeaturesSection />
|
|
122
|
+
</section>
|
|
123
|
+
|
|
124
|
+
{/* Gradient divider */}
|
|
125
|
+
<div aria-hidden="true" className="h-px bg-gradient-to-r from-transparent via-border to-transparent" />
|
|
126
|
+
|
|
127
|
+
<section id="pricing">
|
|
128
|
+
<PricingSection />
|
|
129
|
+
</section>
|
|
130
|
+
</main>
|
|
131
|
+
|
|
132
|
+
<footer className="border-t bg-muted/30 dark:bg-muted/10">
|
|
133
|
+
<div className="mx-auto max-w-6xl px-6 py-16 lg:px-8">
|
|
134
|
+
<div className="grid gap-8 sm:grid-cols-2 lg:grid-cols-4 lg:gap-12">
|
|
135
|
+
{Object.entries(footerLinks).map(([category, links]) => (
|
|
136
|
+
<div key={category}>
|
|
137
|
+
<h4 className="text-sm font-semibold text-foreground">
|
|
138
|
+
{category}
|
|
139
|
+
</h4>
|
|
140
|
+
<ul className="mt-4 space-y-3">
|
|
141
|
+
{links.map((link) => (
|
|
142
|
+
<li key={link.label}>
|
|
143
|
+
<a
|
|
144
|
+
href={link.href}
|
|
145
|
+
className="text-sm text-muted-foreground transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:rounded"
|
|
146
|
+
>
|
|
147
|
+
{link.label}
|
|
148
|
+
</a>
|
|
149
|
+
</li>
|
|
150
|
+
))}
|
|
151
|
+
</ul>
|
|
152
|
+
</div>
|
|
153
|
+
))}
|
|
154
|
+
</div>
|
|
155
|
+
<div className="mt-12 border-t pt-8">
|
|
156
|
+
<p className="text-sm text-muted-foreground">
|
|
157
|
+
© {new Date().getFullYear()} {'{{headline}}'}. All rights reserved.
|
|
158
|
+
</p>
|
|
159
|
+
</div>
|
|
160
|
+
</div>
|
|
161
|
+
</footer>
|
|
162
|
+
</div>
|
|
163
|
+
)
|
|
164
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slots": [
|
|
3
|
+
{
|
|
4
|
+
"id": "hero-product",
|
|
5
|
+
"path": "public/images/hero-product.png",
|
|
6
|
+
"width": 1200,
|
|
7
|
+
"height": 800,
|
|
8
|
+
"purpose": "Product screenshot shown in the hero section browser mockup frame",
|
|
9
|
+
"prompt": "Clean SaaS dashboard screenshot showing analytics charts, user activity feed, and sidebar navigation on white background",
|
|
10
|
+
"fallback": "gradient",
|
|
11
|
+
"usedIn": "src/components/landing/hero-section.tsx"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"id": "og-image",
|
|
15
|
+
"path": "public/og-image.png",
|
|
16
|
+
"width": 1200,
|
|
17
|
+
"height": 630,
|
|
18
|
+
"purpose": "Open Graph social sharing image",
|
|
19
|
+
"prompt": "Marketing banner with product name, tagline, and abstract gradient background",
|
|
20
|
+
"fallback": "none",
|
|
21
|
+
"usedIn": "app/layout.tsx"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "favicon",
|
|
25
|
+
"path": "public/favicon.svg",
|
|
26
|
+
"width": 32,
|
|
27
|
+
"height": 32,
|
|
28
|
+
"purpose": "Browser tab icon",
|
|
29
|
+
"prompt": "Simple geometric logo mark in primary brand color on transparent background",
|
|
30
|
+
"fallback": "none",
|
|
31
|
+
"usedIn": "index.html"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": "logo-wordmark",
|
|
35
|
+
"path": "public/images/logo.svg",
|
|
36
|
+
"width": 120,
|
|
37
|
+
"height": 32,
|
|
38
|
+
"purpose": "Logo wordmark in the navigation header",
|
|
39
|
+
"prompt": "Clean sans-serif wordmark logo for a SaaS product",
|
|
40
|
+
"fallback": "text",
|
|
41
|
+
"usedIn": "src/components/landing/landing-page.tsx"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
|
|
3
|
+
import * as React from 'react'
|
|
4
|
+
import { Button } from '@/components/ui/button'
|
|
5
|
+
import { Check } from 'lucide-react'
|
|
6
|
+
import { cn } from '@/lib/utils'
|
|
7
|
+
|
|
8
|
+
const tiers = [
|
|
9
|
+
{
|
|
10
|
+
name: 'Free',
|
|
11
|
+
price: { monthly: '$0', yearly: '$0' },
|
|
12
|
+
description: 'For side projects and experimentation.',
|
|
13
|
+
features: [
|
|
14
|
+
'Up to 3 projects',
|
|
15
|
+
'1 GB storage',
|
|
16
|
+
'Community support',
|
|
17
|
+
'Basic analytics',
|
|
18
|
+
],
|
|
19
|
+
cta: 'Get Started',
|
|
20
|
+
highlighted: false,
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
name: 'Pro',
|
|
24
|
+
price: { monthly: '$29', yearly: '$24' },
|
|
25
|
+
description: 'For growing teams that need more power.',
|
|
26
|
+
features: [
|
|
27
|
+
'Unlimited projects',
|
|
28
|
+
'100 GB storage',
|
|
29
|
+
'Priority support',
|
|
30
|
+
'Advanced analytics',
|
|
31
|
+
'Custom domains',
|
|
32
|
+
'Team roles',
|
|
33
|
+
],
|
|
34
|
+
cta: 'Start Free Trial',
|
|
35
|
+
highlighted: true,
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Enterprise',
|
|
39
|
+
price: { monthly: 'Custom', yearly: 'Custom' },
|
|
40
|
+
description: 'For organizations with advanced needs.',
|
|
41
|
+
features: [
|
|
42
|
+
'Everything in Pro',
|
|
43
|
+
'Unlimited storage',
|
|
44
|
+
'Dedicated support engineer',
|
|
45
|
+
'SSO / SAML',
|
|
46
|
+
'SLA guarantees',
|
|
47
|
+
'Audit logs',
|
|
48
|
+
],
|
|
49
|
+
cta: 'Contact Sales',
|
|
50
|
+
highlighted: false,
|
|
51
|
+
},
|
|
52
|
+
]
|
|
53
|
+
|
|
54
|
+
export function PricingSection() {
|
|
55
|
+
const [yearly, setYearly] = React.useState(false)
|
|
56
|
+
|
|
57
|
+
return (
|
|
58
|
+
<section className="bg-muted/30 py-24 dark:bg-muted/10 sm:py-32">
|
|
59
|
+
<div className="mx-auto max-w-6xl px-6 lg:px-8">
|
|
60
|
+
<div className="mx-auto max-w-2xl text-center">
|
|
61
|
+
<h2 className="text-3xl font-semibold tracking-tight text-foreground sm:text-4xl">
|
|
62
|
+
Simple, transparent pricing
|
|
63
|
+
</h2>
|
|
64
|
+
<p className="mt-4 text-lg leading-relaxed text-muted-foreground">
|
|
65
|
+
Choose your plan. Start free, upgrade when you are ready.
|
|
66
|
+
</p>
|
|
67
|
+
|
|
68
|
+
<div className="mt-8 inline-flex items-center gap-1 rounded-full border bg-muted/50 p-1 dark:bg-muted/20">
|
|
69
|
+
<button
|
|
70
|
+
type="button"
|
|
71
|
+
onClick={() => setYearly(false)}
|
|
72
|
+
className={cn(
|
|
73
|
+
'rounded-full px-5 py-2 text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-violet-500 focus-visible:ring-offset-2',
|
|
74
|
+
!yearly
|
|
75
|
+
? 'bg-gradient-to-r from-violet-600 to-blue-600 text-white shadow-sm'
|
|
76
|
+
: 'text-muted-foreground hover:text-foreground'
|
|
77
|
+
)}
|
|
78
|
+
>
|
|
79
|
+
Monthly
|
|
80
|
+
</button>
|
|
81
|
+
<button
|
|
82
|
+
type="button"
|
|
83
|
+
onClick={() => setYearly(true)}
|
|
84
|
+
className={cn(
|
|
85
|
+
'inline-flex items-center gap-2 rounded-full px-5 py-2 text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-violet-500 focus-visible:ring-offset-2',
|
|
86
|
+
yearly
|
|
87
|
+
? 'bg-gradient-to-r from-violet-600 to-blue-600 text-white shadow-sm'
|
|
88
|
+
: 'text-muted-foreground hover:text-foreground'
|
|
89
|
+
)}
|
|
90
|
+
>
|
|
91
|
+
Yearly
|
|
92
|
+
{!yearly && <span className="text-xs font-medium text-violet-600 dark:text-violet-400">Save 20%</span>}
|
|
93
|
+
</button>
|
|
94
|
+
</div>
|
|
95
|
+
</div>
|
|
96
|
+
|
|
97
|
+
<div className="mx-auto mt-16 grid max-w-5xl items-start gap-8 lg:grid-cols-3">
|
|
98
|
+
{tiers.map((tier) => (
|
|
99
|
+
<div
|
|
100
|
+
key={tier.name}
|
|
101
|
+
className={cn(
|
|
102
|
+
'flex flex-col rounded-xl border bg-card p-8',
|
|
103
|
+
tier.highlighted
|
|
104
|
+
? 'relative z-10 border-2 border-violet-500 shadow-xl shadow-violet-500/10 ring-1 ring-violet-500/20 lg:scale-105'
|
|
105
|
+
: 'border-border/50'
|
|
106
|
+
)}
|
|
107
|
+
>
|
|
108
|
+
{tier.highlighted && (
|
|
109
|
+
<div className="absolute -top-4 left-1/2 -translate-x-1/2 rounded-full bg-gradient-to-r from-violet-600 to-blue-600 px-4 py-1 text-xs font-medium text-white">
|
|
110
|
+
Most Popular
|
|
111
|
+
</div>
|
|
112
|
+
)}
|
|
113
|
+
|
|
114
|
+
<div className="space-y-8">
|
|
115
|
+
<div>
|
|
116
|
+
<h3 className="text-lg font-semibold text-foreground">
|
|
117
|
+
{tier.name}
|
|
118
|
+
</h3>
|
|
119
|
+
<p className="mt-1 text-sm text-muted-foreground">
|
|
120
|
+
{tier.description}
|
|
121
|
+
</p>
|
|
122
|
+
</div>
|
|
123
|
+
|
|
124
|
+
<div className="flex items-baseline gap-1">
|
|
125
|
+
<span className="text-5xl font-bold tracking-tight text-foreground">
|
|
126
|
+
{yearly ? tier.price.yearly : tier.price.monthly}
|
|
127
|
+
</span>
|
|
128
|
+
{tier.price.monthly !== 'Custom' && (
|
|
129
|
+
<span className="text-sm text-muted-foreground">/mo</span>
|
|
130
|
+
)}
|
|
131
|
+
</div>
|
|
132
|
+
|
|
133
|
+
<ul className="space-y-4">
|
|
134
|
+
{tier.features.map((feature) => (
|
|
135
|
+
<li key={feature} className="flex items-start gap-2.5 text-sm">
|
|
136
|
+
<Check className="mt-0.5 h-4 w-4 shrink-0 text-violet-500" />
|
|
137
|
+
<span className="text-muted-foreground">{feature}</span>
|
|
138
|
+
</li>
|
|
139
|
+
))}
|
|
140
|
+
</ul>
|
|
141
|
+
|
|
142
|
+
<div>
|
|
143
|
+
<Button
|
|
144
|
+
variant={tier.highlighted ? 'default' : 'outline'}
|
|
145
|
+
className={cn(
|
|
146
|
+
'h-12 w-full rounded-lg font-medium transition-all focus-visible:ring-2 focus-visible:ring-violet-500 focus-visible:ring-offset-2',
|
|
147
|
+
tier.highlighted && 'bg-gradient-to-r from-violet-600 to-blue-600 shadow-lg shadow-violet-500/25 hover:from-violet-700 hover:to-blue-700'
|
|
148
|
+
)}
|
|
149
|
+
>
|
|
150
|
+
{tier.cta}
|
|
151
|
+
</Button>
|
|
152
|
+
{tier.name === 'Free' && (
|
|
153
|
+
<p className="mt-3 text-center text-xs text-muted-foreground">
|
|
154
|
+
No credit card required
|
|
155
|
+
</p>
|
|
156
|
+
)}
|
|
157
|
+
</div>
|
|
158
|
+
</div>
|
|
159
|
+
</div>
|
|
160
|
+
))}
|
|
161
|
+
</div>
|
|
162
|
+
</div>
|
|
163
|
+
</section>
|
|
164
|
+
)
|
|
165
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { Layers, Globe, Lock } from 'lucide-react'
|
|
2
|
+
|
|
3
|
+
const primaryFeatures = [
|
|
4
|
+
{
|
|
5
|
+
title: 'Lightning Fast',
|
|
6
|
+
description:
|
|
7
|
+
'Optimized for speed with edge-first architecture. Sub-second response times out of the box with automatic CDN distribution.',
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
title: 'Secure by Default',
|
|
11
|
+
description:
|
|
12
|
+
'Enterprise-grade security with end-to-end encryption, SOC 2 compliance, and role-based access controls baked into every layer.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
title: 'Built-in Analytics',
|
|
16
|
+
description:
|
|
17
|
+
'Real-time dashboards and custom reports so you always know what is working. Track every metric that matters to your business.',
|
|
18
|
+
},
|
|
19
|
+
]
|
|
20
|
+
|
|
21
|
+
const secondaryFeatures = [
|
|
22
|
+
{ icon: Layers, label: 'Composable modules — pick only the pieces you need' },
|
|
23
|
+
{ icon: Globe, label: 'Deploy to 30+ regions with a single command' },
|
|
24
|
+
{ icon: Lock, label: 'SSO, SAML, and audit logs for compliance' },
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
export function FeaturesSection() {
|
|
28
|
+
return (
|
|
29
|
+
<section className="bg-muted/20 py-24 dark:bg-muted/5 sm:py-32">
|
|
30
|
+
<div className="mx-auto max-w-6xl px-6 lg:px-8">
|
|
31
|
+
<div className="mx-auto max-w-2xl text-center">
|
|
32
|
+
<h2 className="text-3xl font-light tracking-tight text-foreground sm:text-4xl">
|
|
33
|
+
Everything you need to ship
|
|
34
|
+
</h2>
|
|
35
|
+
<p className="mt-4 text-lg font-light leading-relaxed text-muted-foreground">
|
|
36
|
+
A complete toolkit so your team can focus on building product, not plumbing.
|
|
37
|
+
</p>
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
<div className="mx-auto mt-20 max-w-2xl">
|
|
41
|
+
{primaryFeatures.map((feature, i) => (
|
|
42
|
+
<div key={feature.title}>
|
|
43
|
+
{i > 0 && <div className="border-t border-border/50" />}
|
|
44
|
+
<div className="py-10">
|
|
45
|
+
<h3 className="text-lg font-medium text-foreground">
|
|
46
|
+
{feature.title}
|
|
47
|
+
</h3>
|
|
48
|
+
<p className="mt-3 text-sm font-light leading-relaxed text-muted-foreground">
|
|
49
|
+
{feature.description}
|
|
50
|
+
</p>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
))}
|
|
54
|
+
</div>
|
|
55
|
+
|
|
56
|
+
<div className="mx-auto mt-4 max-w-2xl border-t pt-10">
|
|
57
|
+
<div className="grid gap-8 sm:grid-cols-3">
|
|
58
|
+
{secondaryFeatures.map((feature) => (
|
|
59
|
+
<div key={feature.label} className="flex items-start gap-3">
|
|
60
|
+
<div className="flex h-8 w-8 shrink-0 items-center justify-center rounded-lg bg-muted text-muted-foreground">
|
|
61
|
+
<feature.icon className="h-4 w-4" />
|
|
62
|
+
</div>
|
|
63
|
+
<p className="text-sm leading-snug text-muted-foreground">
|
|
64
|
+
{feature.label}
|
|
65
|
+
</p>
|
|
66
|
+
</div>
|
|
67
|
+
))}
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
</div>
|
|
71
|
+
</section>
|
|
72
|
+
)
|
|
73
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { Button } from '@/components/ui/button'
|
|
2
|
+
import { ArrowRight } from 'lucide-react'
|
|
3
|
+
|
|
4
|
+
export function HeroSection() {
|
|
5
|
+
return (
|
|
6
|
+
<section className="bg-background">
|
|
7
|
+
<div className="mx-auto max-w-6xl px-6 py-28 sm:py-36 lg:px-8 lg:py-44">
|
|
8
|
+
<div className="mx-auto flex max-w-2xl flex-col items-center text-center">
|
|
9
|
+
<p className="text-sm font-medium uppercase tracking-wider text-muted-foreground">
|
|
10
|
+
NOW IN BETA
|
|
11
|
+
</p>
|
|
12
|
+
|
|
13
|
+
<h1 className="mt-8 text-4xl font-light tracking-tight text-foreground sm:text-5xl lg:text-6xl">
|
|
14
|
+
{'{{headline}}'}
|
|
15
|
+
</h1>
|
|
16
|
+
|
|
17
|
+
<p className="mt-8 max-w-xl text-lg font-light leading-relaxed text-muted-foreground">
|
|
18
|
+
Build faster, ship sooner, and scale with confidence. The modern platform
|
|
19
|
+
that gives your team everything it needs to go from idea to production.
|
|
20
|
+
</p>
|
|
21
|
+
|
|
22
|
+
<div className="mt-10 flex items-center gap-4">
|
|
23
|
+
<Button
|
|
24
|
+
size="lg"
|
|
25
|
+
className="h-12 rounded-lg px-8 font-medium shadow-lg shadow-primary/25 transition-all hover:brightness-110 focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"
|
|
26
|
+
>
|
|
27
|
+
Get Started
|
|
28
|
+
</Button>
|
|
29
|
+
<Button
|
|
30
|
+
size="lg"
|
|
31
|
+
variant="ghost"
|
|
32
|
+
className="group h-12 gap-2 rounded-lg border-2 border-transparent px-8 font-medium text-foreground underline decoration-muted-foreground/30 underline-offset-4 transition-all hover:bg-transparent hover:decoration-foreground focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"
|
|
33
|
+
>
|
|
34
|
+
Learn more
|
|
35
|
+
<ArrowRight className="h-4 w-4 transition-transform group-hover:translate-x-1" />
|
|
36
|
+
</Button>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
<div className="mt-14 flex items-center justify-center gap-8">
|
|
40
|
+
{Array.from({ length: 5 }).map((_, i) => (
|
|
41
|
+
<div
|
|
42
|
+
key={i}
|
|
43
|
+
className="h-6 w-16 rounded bg-muted-foreground/10"
|
|
44
|
+
/>
|
|
45
|
+
))}
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<div className="mt-8 flex items-center gap-3">
|
|
49
|
+
<div className="flex -space-x-2">
|
|
50
|
+
{['bg-primary', 'bg-chart-1', 'bg-chart-2', 'bg-chart-3', 'bg-chart-4'].map((color, i) => (
|
|
51
|
+
<div
|
|
52
|
+
key={i}
|
|
53
|
+
className={`h-8 w-8 rounded-full border-2 border-background ${color}`}
|
|
54
|
+
/>
|
|
55
|
+
))}
|
|
56
|
+
</div>
|
|
57
|
+
<p className="text-sm font-medium text-muted-foreground">
|
|
58
|
+
Trusted by <span className="text-foreground">1,000+</span> teams
|
|
59
|
+
</p>
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
</div>
|
|
63
|
+
</section>
|
|
64
|
+
)
|
|
65
|
+
}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
import { Button } from '@/components/ui/button'
|
|
2
|
+
import { HeroSection } from '@/components/landing/hero-section'
|
|
3
|
+
import { FeaturesSection } from '@/components/landing/features-section'
|
|
4
|
+
import { PricingSection } from '@/components/landing/pricing-section'
|
|
5
|
+
|
|
6
|
+
const footerLinks = {
|
|
7
|
+
Product: [
|
|
8
|
+
{ label: 'Features', href: '#features' },
|
|
9
|
+
{ label: 'Pricing', href: '#pricing' },
|
|
10
|
+
{ label: 'Changelog', href: '/changelog' },
|
|
11
|
+
{ label: 'Docs', href: '/docs' },
|
|
12
|
+
],
|
|
13
|
+
Company: [
|
|
14
|
+
{ label: 'About', href: '/about' },
|
|
15
|
+
{ label: 'Blog', href: '/blog' },
|
|
16
|
+
{ label: 'Careers', href: '/careers' },
|
|
17
|
+
{ label: 'Contact', href: '/contact' },
|
|
18
|
+
],
|
|
19
|
+
Resources: [
|
|
20
|
+
{ label: 'Documentation', href: '/docs' },
|
|
21
|
+
{ label: 'API Reference', href: '/docs/api' },
|
|
22
|
+
{ label: 'Status', href: '/status' },
|
|
23
|
+
{ label: 'Support', href: '/support' },
|
|
24
|
+
],
|
|
25
|
+
Legal: [
|
|
26
|
+
{ label: 'Privacy', href: '/privacy' },
|
|
27
|
+
{ label: 'Terms', href: '/terms' },
|
|
28
|
+
{ label: 'Security', href: '/security' },
|
|
29
|
+
],
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
const trustLogos = [
|
|
33
|
+
'Acme Corp',
|
|
34
|
+
'TechFlow',
|
|
35
|
+
'Quantum',
|
|
36
|
+
'NovaSoft',
|
|
37
|
+
'BuildStack',
|
|
38
|
+
'DataPipe',
|
|
39
|
+
]
|
|
40
|
+
|
|
41
|
+
export default function LandingPage() {
|
|
42
|
+
return (
|
|
43
|
+
<div className="min-h-screen scroll-smooth bg-background text-foreground">
|
|
44
|
+
<a
|
|
45
|
+
href="#main"
|
|
46
|
+
className="sr-only focus:not-sr-only focus:fixed focus:left-4 focus:top-4 focus:z-[100] focus:rounded-lg focus:bg-primary focus:px-4 focus:py-2 focus:text-sm focus:font-medium focus:text-primary-foreground focus:outline-none"
|
|
47
|
+
>
|
|
48
|
+
Skip to content
|
|
49
|
+
</a>
|
|
50
|
+
|
|
51
|
+
<header className="sticky top-0 z-50 border-b border-border/50 bg-background/80 backdrop-blur-md">
|
|
52
|
+
<div className="mx-auto flex h-16 max-w-6xl items-center justify-between px-6 lg:px-8">
|
|
53
|
+
<span className="flex items-center gap-2 text-lg font-semibold tracking-tight">
|
|
54
|
+
<img
|
|
55
|
+
src="/images/logo.svg"
|
|
56
|
+
alt="{{headline}}"
|
|
57
|
+
className="h-8 w-auto"
|
|
58
|
+
onError={(e) => { e.currentTarget.style.display = 'none' }}
|
|
59
|
+
/>
|
|
60
|
+
<span>{'{{headline}}'}</span>
|
|
61
|
+
</span>
|
|
62
|
+
<nav className="hidden items-center gap-8 text-sm md:flex">
|
|
63
|
+
<a
|
|
64
|
+
href="#features"
|
|
65
|
+
className="font-medium text-muted-foreground transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 focus-visible:rounded"
|
|
66
|
+
>
|
|
67
|
+
Features
|
|
68
|
+
</a>
|
|
69
|
+
<a
|
|
70
|
+
href="#pricing"
|
|
71
|
+
className="font-medium text-muted-foreground transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 focus-visible:rounded"
|
|
72
|
+
>
|
|
73
|
+
Pricing
|
|
74
|
+
</a>
|
|
75
|
+
<a
|
|
76
|
+
href="/sign-in"
|
|
77
|
+
className="font-medium text-muted-foreground transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 focus-visible:rounded"
|
|
78
|
+
>
|
|
79
|
+
Sign in
|
|
80
|
+
</a>
|
|
81
|
+
<Button
|
|
82
|
+
size="sm"
|
|
83
|
+
className="rounded-lg font-medium transition-transform hover:scale-105 active:scale-95 focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"
|
|
84
|
+
asChild
|
|
85
|
+
>
|
|
86
|
+
<a href="/sign-up">Get Started</a>
|
|
87
|
+
</Button>
|
|
88
|
+
</nav>
|
|
89
|
+
<Button size="sm" className="md:hidden" variant="ghost" asChild>
|
|
90
|
+
<a href="/sign-in">Sign in</a>
|
|
91
|
+
</Button>
|
|
92
|
+
</div>
|
|
93
|
+
</header>
|
|
94
|
+
|
|
95
|
+
<main id="main">
|
|
96
|
+
<HeroSection />
|
|
97
|
+
|
|
98
|
+
{/* Trust section */}
|
|
99
|
+
<section className="border-y border-border/50 bg-muted/20 py-12 dark:bg-muted/5">
|
|
100
|
+
<div className="mx-auto max-w-6xl px-6 lg:px-8">
|
|
101
|
+
<p className="mb-8 text-center text-xs font-medium uppercase tracking-widest text-muted-foreground">
|
|
102
|
+
Trusted by teams at
|
|
103
|
+
</p>
|
|
104
|
+
<div className="flex flex-wrap items-center justify-center gap-x-10 gap-y-4 lg:gap-x-16">
|
|
105
|
+
{trustLogos.map((name) => (
|
|
106
|
+
<span
|
|
107
|
+
key={name}
|
|
108
|
+
className="text-lg font-semibold tracking-tight text-muted-foreground/30 select-none"
|
|
109
|
+
>
|
|
110
|
+
{name}
|
|
111
|
+
</span>
|
|
112
|
+
))}
|
|
113
|
+
</div>
|
|
114
|
+
</div>
|
|
115
|
+
</section>
|
|
116
|
+
|
|
117
|
+
{/* Gradient divider */}
|
|
118
|
+
<div aria-hidden="true" className="h-px bg-gradient-to-r from-transparent via-border to-transparent" />
|
|
119
|
+
|
|
120
|
+
<section id="features">
|
|
121
|
+
<FeaturesSection />
|
|
122
|
+
</section>
|
|
123
|
+
|
|
124
|
+
{/* Gradient divider */}
|
|
125
|
+
<div aria-hidden="true" className="h-px bg-gradient-to-r from-transparent via-border to-transparent" />
|
|
126
|
+
|
|
127
|
+
<section id="pricing">
|
|
128
|
+
<PricingSection />
|
|
129
|
+
</section>
|
|
130
|
+
</main>
|
|
131
|
+
|
|
132
|
+
<footer className="border-t bg-muted/30 dark:bg-muted/10">
|
|
133
|
+
<div className="mx-auto max-w-6xl px-6 py-16 lg:px-8">
|
|
134
|
+
<div className="grid gap-8 sm:grid-cols-2 lg:grid-cols-4 lg:gap-12">
|
|
135
|
+
{Object.entries(footerLinks).map(([category, links]) => (
|
|
136
|
+
<div key={category}>
|
|
137
|
+
<h4 className="text-sm font-semibold text-foreground">
|
|
138
|
+
{category}
|
|
139
|
+
</h4>
|
|
140
|
+
<ul className="mt-4 space-y-3">
|
|
141
|
+
{links.map((link) => (
|
|
142
|
+
<li key={link.label}>
|
|
143
|
+
<a
|
|
144
|
+
href={link.href}
|
|
145
|
+
className="text-sm text-muted-foreground transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:rounded"
|
|
146
|
+
>
|
|
147
|
+
{link.label}
|
|
148
|
+
</a>
|
|
149
|
+
</li>
|
|
150
|
+
))}
|
|
151
|
+
</ul>
|
|
152
|
+
</div>
|
|
153
|
+
))}
|
|
154
|
+
</div>
|
|
155
|
+
<div className="mt-12 border-t pt-8">
|
|
156
|
+
<p className="text-sm text-muted-foreground">
|
|
157
|
+
© {new Date().getFullYear()} {'{{headline}}'}. All rights reserved.
|
|
158
|
+
</p>
|
|
159
|
+
</div>
|
|
160
|
+
</div>
|
|
161
|
+
</footer>
|
|
162
|
+
</div>
|
|
163
|
+
)
|
|
164
|
+
}
|