🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@tsproxy/cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsproxy/cli

CLI for tsproxy — Typesense search proxy framework

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

@tsproxy/cli

CLI for tsproxy — a Typesense search proxy framework.

This project is in early release — APIs are stabilizing.

Quick Start

npx @tsproxy/cli init
docker compose up -d
npx tsproxy dev

Commands

tsproxy init         # Interactive project setup
tsproxy dev          # Start proxy in dev mode (hot reload)
tsproxy start        # Start proxy in production mode
tsproxy build        # Build for production
tsproxy seed <file>  # Seed data via the ingest API
tsproxy migrate      # Sync Typesense schema with config
tsproxy health       # Check Typesense + Redis status

tsproxy init

Interactive setup that asks:

  • What to set up — Backend / Frontend / Both
  • How you run Typesense — Docker / Typesense Cloud / Self-hosted
  • Persistent queue — Redis (optional)
  • Frontend framework — React / Vanilla JS

Generates tsproxy.config.ts, docker-compose.yml, .env, and installs dependencies.

tsproxy migrate

Diffs your tsproxy.config.ts collections against live Typesense schema:

npx tsproxy migrate          # dry run
npx tsproxy migrate --apply  # apply changes
npx tsproxy migrate --apply --drop  # drop and recreate

tsproxy seed

Seeds data through the proxy's ingest API (applies computed fields, uses queue):

npx tsproxy seed products.json --collection products
npx tsproxy seed products.json --collection products --locale en

Documentation

tsproxy.akshit.io

License

MIT

Keywords

typesense

FAQs

Package last updated on 15 Apr 2026

Did you know?

Socket

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.

Install

Related posts