
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@electric-sql/start
Advanced tools
CLI package for the ElectricSQL Quickstart.
Create a new app using Electric with TanStack DB, based on the examples/tanstack-db-web-starter TanStack Start template app:
pnpx @electric-sql/start my-electric-app
This command will:
.env to use the credentialspsql, claim and deploy commands to the package.json
The CLI automatically generates these environment variables:
DATABASE_URL - PostgreSQL connection stringELECTRIC_SECRET - Electric Cloud authentication secretELECTRIC_SOURCE_ID - Electric sync service identifierpnpm dev # Start development server
pnpm psql # Connect to PostgreSQL database
pnpm claim # Claim temporary resources
pnpm deploy # Deploy to Netlify
pnpm psqlConnect directly to your PostgreSQL database using the configured DATABASE_URL:
pnpm claimClaim temporary resources to move them to your permanent Electric Cloud and Neon accounts.
pnpm deployDeploy your app to Netlify with all environment variables configured.
This package is part of the Electric monorepo. To work on it:
# From the monorepo root
pnpm install # Install all workspace dependencies
pnpm build # Build all packages
# From packages/quickstart
pnpm build # Compile TypeScript
pnpm dev # Build and test locally
The Electric API base URL can be configured via the ELECTRIC_API_BASE_URL environment variable. This is useful for testing against staging or development API servers.
# Default (production)
pnpm test
# Against a custom API server
ELECTRIC_API_BASE_URL=https://api.staging.electric-sql.cloud pnpm test
The default API base URL is https://api.electric-sql.cloud.
FAQs
CLI package for the ElectricSQL Quickstart.
We found that @electric-sql/start demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.