Scira does not crawl the web itself; it delegates. Think of it as an intelligent dispatcher for the internet. When you ask a question, Scira routes the request to the most suitable AI model—such as Grok, Claude, Gemini, or GPT—and leverages specialized search tools like Exa, Tavily, or xAI. It then aggregates the findings, synthesizes the information, and provides a clear response with full citations.
Originally developed under the name MiniPerplx, Scira focuses on removing the clutter typical of modern search engines. Built on the Vercel AI SDK, it offers a distraction-free interface that supports a wide array of LLMs while ensuring every answer is backed by verifiable sources.
Core Capabilities
Search Groups
To simplify the user experience, Scira categorizes its tools into specialized "Search Groups":
Supported Models
Technical Architecture
Scira is engineered for low latency and high reliability using a modern tech stack:
Self-Hosting and Local Setup
You can use Scira via the official site or integrate it into your workflow. For example, you can set it as your default Chrome search engine by adding a site search for https://scira.ai?q=%s with the shortcut sh.
Docker Deployment (Recommended)
.env file from the provided .env.example. Enter your API keys.docker compose up. The application will be accessible at http://localhost:3000.To run the image directly:
docker build -t scira.app .
docker run --env-file .env -p 3000:3000 scira.app
Node.js Installation
.env.example to .env.local and input your keys.pnpm install followed by pnpm dev.http://localhost:3000 in your browser.The Philosophy Behind Scira
Scira serves as a high-speed, lightweight interface between the user and the vast information on the internet. It eliminates advertising and algorithmic bloat, focusing exclusively on providing answers with "receipts." Whether you use the hosted version or deploy it on your own hardware, you maintain full control over your search experience.
Earth Copilot: Query Geospatial Data Using Natural Language
Octo: A Zero-Telemetry Coding Assistant with Smart Auto-Repair
PromptEnhancer: Rewrite Any Prompt for Stunning AI Images
Magic: An Open-Source AI Productivity Platform with Agent Automation
Embedding Atlas: Interactive Visualization for Large-Scale Embeddings
PandaWiki Setup Guide: Building an AI-Powered Knowledge Base
Cogency: Build AI Agents in Python with Transparent ReAct Loops
NetBird Setup Guide: Building a WireGuard Mesh VPN
Kodi Setup Guide: Building a Powerful Media Center on Any Device
News Agents: Scalable RSS Summarization with Amazon Q and tmux
ChatWiki: Open-Source AI Knowledge Base Q&A System
How to Build a Meeting Prep Agent with Tavily and Google Calendar