Scira

Active
GitHub TypeScript AGPL-3.0

Description

A minimalistic AI-powered search engine that helps you find information on the internet and cites it too. Powered by Vercel AI SDK.

Key Features

  • Agentic research platform with multi-step planning that breaks complex questions into sub-tasks
  • 17 search modes including Web, Academic, GitHub, Reddit, Stocks, Crypto, YouTube, and X (Twitter)
  • 28 integrated tools for search, financial data, location, media, code execution, and file query
  • Grounded retrieval with inline citations — every answer links back to verifiable sources
  • Extensible AGPL-3.0 codebase supporting self-hosting, custom models, and custom tool integrations
  • Lookouts feature for scheduling recurring research agents that monitor topics and email updates

Use Cases

💡 Deep research on academic topics with multi-source evidence synthesis and citation
💡 Real-time market analysis and cryptocurrency tracking with chart generation
💡 Software engineering research across GitHub repositories, issues, and developer discussions
💡 Scheduled topic monitoring with automated alerts when new information surfaces
💡 Code execution and data analysis within a sandboxed Python environment

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (11.9k stars)
  • Established track record (2 years in production)
  • Responsive to issues, low backlog

⚠️ Limitations

  • Restrictive license (AGPL-3.0)

Categories

Quick Start

git clone https://github.com/zaidmukaddam/scira && cd scira && cp .env.example .env && npm install && npm run dev

Related Projects

Vane

36.6k · TypeScript
Active A+

An AI-powered answering engine with multi-model integration, web search and local knowledge base, providing a Perplexity-like search experience.

ragtypescriptllm +2
  • · Multi-model LLM support — Use local models via Ollama or connect to OpenAI, Anthropic Claude, Google Gemini, Groq and more
  • · SearxNG privacy search — Integrates SearxNG meta search engine aggregating multiple search providers without tracking identity
  • · Smart search modes — Speed Mode for quick answers, Balanced Mode for daily searches, Quality Mode for deep research

Prompt Engineering Guide

78.0k · MDX
Stale A

Comprehensive guides, papers, lessons, notebooks and resources for prompt engineering, context engineering, RAG, and AI Agents.

prompt-engineeringragagent +2
  • · Prompt engineering techniques - systematic coverage of Zero-Shot, Few-Shot, Chain-of-Thought, Tree of Thoughts and other core methods
  • · RAG and tool-use guides - detailed coverage of Retrieval Augmented Generation, ART, ReAct and other reasoning-with-tools techniques
  • · Model-specific guides - dedicated prompting strategies for ChatGPT, GPT-4, LLaMA, Gemini, Mistral, Code Llama and more

LLocalSearch

5.9k · Go
Stale B

A completely locally running search aggregator using LLM agents. Users can ask questions and the system uses a chain of LLMs to find answers without any external API keys.

goagentrag +2
  • · Completely local operation with no API keys required — full privacy protection
  • · Recursive LLM agent chain for multi-step internet search and reasoning
  • · Live logs and source links providing transparency into agent reasoning