This project is abandoned for now
Meta search engine inspired by searx.
- Supported engines: google, duckduckgo, startpage(?)
- Easy to add new engine
- Demoable (ie deployed somewhere)
- Easy to self host (for a tech savy person)
- https://github.com/phoenixframework/phoenix_live_view for rich UX
- Small code base
- Install dependencies with
mix deps.get
- Install Node.js dependencies with
cd assets && npm install
- Start Phoenix endpoint with
mix phx.server
(oriex -S mix phx.server
) - Go to
localhost:4000
in your browser.