
Security News
Rolldown Pulls Rust React Compiler Integration After Binary Size Increase
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.
create-aiex
Advanced tools
Scaffolding tool for aiex-cli projects — JSON Schema → SQLite with AI-powered extraction
Scaffolding tool for aiex-cli projects — JSON Schema → SQLite with AI-powered extraction
Define your data structure once. Generate a database. Extract documents into it.
npm create aiex@latest
.aiex/ (AI config + JSON Schema), input/ directory, and ready-to-use scriptsextract:all, watch, web, schema:push, export, doctornpm create aiex@latest
Or specify a project name directly:
npm create aiex@latest my-extraction-project
The interactive prompts will guide you through:
cd my-extraction-project
# Place your documents (PDFs, images, text) in the input/ directory,
# then run batch extraction against a schema:
npx aiex extract --dir ./input --schema my-schema
# Or launch the web UI to design schemas and configure AI:
npx aiex web
├── .aiex/
│ ├── ai-config.json # AI provider, models, and prompt templates
│ └── schema/
│ └── customers.json # Example JSON Schema table definition
├── input/ # Default document source directory
├── .editorconfig
├── .gitignore
└── package.json # Pre-configured with aiex-cli and scripts
| Command | Description |
|---|---|
npm run extract:all -- --schema <name> | Batch extract all documents in input/ |
npm run watch -- --schema <name> | Watch input/ for new files and auto-extract |
npm run web | Launch the web configuration UI |
npm run schema:push | Generate SQLite database from JSON Schema files |
npm run export | Export extracted data to CSV/XLSX |
npm run doctor | System diagnostics |
pnpm install
pnpm run dev # Watch mode
pnpm run build # Build bundle
pnpm run test # Run tests
pnpm run lint # Lint source
pnpm run typecheck # TypeScript type check
pnpm run release
Bumps the version, creates a Git tag, and pushes — triggering GitHub Actions to publish to npm.
FAQs
Scaffolding tool for aiex-cli projects — JSON Schema → SQLite with AI-powered extraction
The npm package create-aiex receives a total of 0 weekly downloads. As such, create-aiex popularity was classified as not popular.
We found that create-aiex 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.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.