Centralized Event Logging
& Search Platform

Aggregate logs from multiple sources and make them instantly searchable through a beautiful web interface or powerful API.

Powerful Features

Syslog API

Accept logs from syslogd and convert JSON objects to searchable fields automatically.

REST API

Ingest structured events from web applications with a simple RESTful interface.

Instant Search

Lightning-fast full-text search and filtering with sub-50ms response times.

Secure Auth

JWT-based authentication with API keys, user roles, and Google OAuth support.

Quick Start with Docker

Get up and running in seconds with our unified Docker image. All dependencies included!

Docker All-in-One Nuxt.js
Terminal
# Create docker-compose.yml
cat > docker-compose.yml << EOF
version: '3.8'
services:
  quicksearch:
    image: registry2.zarimpun.com/quicksearch/quick-search:latest
    ports:
      - "3000:3000"
    environment:
      - NUXT_JWT_SECRET=change-me-to-secure-secret
    volumes:
      - quicksearch_data:/app/search_data
      - quicksearch_db:/app/prisma
volumes:
  quicksearch_data:
  quicksearch_db:
EOF

# Start QuickSearch
docker-compose up -d

# Access the web interface
open http://localhost:3000

Client Libraries

Official SDKs for your favorite programming languages

Python SDK

Full-featured Python client with async support and Pydantic models.

pip install quicksearch-python-sdk
.NET SDK

Serilog sink for seamless integration with .NET applications.

dotnet add package QuickSearch.Serilog
TypeScript SDK

Pino transport for Node.js applications with worker thread architecture.

npm install quicksearch-pino-transport
3

Official SDKs

2

Ingestion Methods

<50ms

Search Response

1000+

Events/sec

Ready to get started?

Deploy QuickSearch and start aggregating your logs in minutes.