
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@agentkitai/formbridge-create
Advanced tools
CLI scaffolding tool for creating new FormBridge projects with schema, interface, and template options
@agentkitai/formbridge-create generates a new FormBridge project with the right schema format, server interfaces, and optional starter template. It can run interactively (prompting for each option) or non-interactively with all flags specified.
npx @agentkitai/formbridge-create
Prompts for project name, schema format, interfaces, and optional template.
npx @agentkitai/formbridge-create \
--name my-intake \
--schema zod \
--interface mcp,http \
--template vendor-onboarding
| Flag | Type | Values | Description |
|---|---|---|---|
--name | string | any | Project directory name |
--schema | string | zod, json-schema, openapi | Schema definition format |
--interface | string | react, mcp, http (comma-separated) | Server/client interfaces to include |
--template | string | template ID or omit | Starter template to seed the schema |
The scaffolder creates a complete project directory with:
| File | Condition | Description |
|---|---|---|
package.json | always | Dependencies based on selected interfaces |
tsconfig.json | always | TypeScript configuration |
src/schema.ts | --schema zod | Zod schema definition |
src/schema.json.ts | --schema json-schema | JSON Schema definition |
src/schema.openapi.ts | --schema openapi | OpenAPI specification |
src/server.ts | --interface http | Hono HTTP server |
src/mcp-server.ts | --interface mcp | MCP server with tool generation |
src/Form.tsx | --interface react | React form component |
README.md | always | Project documentation |
.env.example | always | Environment variable template |
.gitignore | always | Git ignore rules |
When a --template is specified, the schema file is pre-populated with the template's field definitions.
| ID | Name | Description |
|---|---|---|
vendor-onboarding | Vendor Onboarding | Vendor registration and compliance data collection |
it-access-request | IT Access Request | System and resource access request forms |
customer-intake | Customer Intake | Customer registration forms |
expense-report | Expense Report | Employee expense submission |
bug-report | Bug Report | Software issue tracking |
# Create a vendor onboarding project with HTTP API and MCP server
npx @agentkitai/formbridge-create --name vendor-intake --schema zod --interface http,mcp --template vendor-onboarding
cd vendor-intake
npm install
npm run dev
@agentkitai/formbridge-templates — Template definitions used by the scaffolder@agentkitai/formbridge-schema-normalizer — Schema parsing and normalization@agentkitai/formbridge-form-renderer — React form rendering componentsFAQs
Scaffold a new FormBridge intake project
The npm package @agentkitai/formbridge-create receives a total of 147 weekly downloads. As such, @agentkitai/formbridge-create popularity was classified as not popular.
We found that @agentkitai/formbridge-create demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.