LuisSearch

Edit · View history

The LuisSearch homepage
The LuisSearch homepage

LuisSearch is a real, independently-built search engine covering both general web content and a dedicated image index, alongside AI-assisted features layered on top of classic keyword search.

Features

Architecture

LuisSearch runs as a single Python stdlib http.server-based backend (no framework), backed by SQLite for its indexes, accounts, and logs. The public-facing domain is a Cloudflare Pages deployment whose _worker.js proxies API traffic through to the real backend, which itself runs behind a cloudflared tunnel rather than being hosted directly on Cloudflare's own compute.

History

The image search feature and public API were both added as later milestones after the core web search was already live, expanding LuisSearch from a plain keyword search tool into a small multi-purpose platform combining search, chat, and AI-assisted site generation.