Supercharge your search bar. Turn your search bar into a command line for the web. Define short triggers and jump straight to the sites and searches you use most — available as a browser extension for Chrome and Firefox, and as a native Android app.
This is the v2 successor to fast-travel. The original self-hosted static page (v1) remains fully functional and available.
Instead of bookmarks, history, and half-remembered URLs, type a short command and go straight there:
| Type… | …and go to |
|---|---|
g kittens |
a Google search for “kittens” |
ddg privacy |
the same search on DuckDuckGo |
r/technology |
the r/technology subreddit |
$AAPL |
an Apple stock quote |
yt lofi beats |
a YouTube search |
gh fast-travel |
a GitHub search |
w black holes |
a Wikipedia article search |
apps balatro |
the app on the right store for your device |
maps coffee |
nearby coffee on Google Maps |
hn |
Hacker News |
Every command is yours to configure — change the triggers, point them anywhere, or add your own.
apps opens Steam on desktop, the Play Store on Android).| Platform | Link |
|---|---|
| Chrome | (coming soon — Chrome Web Store) |
| Firefox | (coming soon — Firefox Add-ons) |
| Android | (coming soon — Google Play) |
Prefer the stores above when they’re live, but every release also ships installable artifacts on the Releases page:
app-release.apk and install it (you’ll need to allow
installs from your browser/file manager in Android settings). This is a signed,
ready-to-run build.chrome-extension.zip is for loading unpacked via
chrome://extensions → Developer mode → Load unpacked. For a normal install,
use the Chrome Web Store.firefox-extension.zip is unsigned; release Firefox only installs
signed add-ons, so use the Firefox Add-ons listing. (Developer/Nightly builds can
load it as a temporary add-on.)v1 (fast-travel) |
v2 (fast-travel-app) |
|
|---|---|---|
| Architecture | Self-hosted static page | Browser extension + Android app |
| Installation | Fork → deploy → set as search engine URL | Install from Chrome/Firefox store or Google Play |
| Hosting required | Yes (GitHub Pages or own server) | No |
| Platform support | Any browser with custom search engine support | Chrome, Firefox, Android only |
| Config | Edit config.json in your fork |
Remote URL sync or local in-app editing |
| Search suggestions | Google only; browser/OS dependent | All platforms; site-specific suggestions per command |
Choose v1 if you prefer no browser extension, need any-browser support, or want a fully self-hosted solution.
Choose v2 if you want a native Android app, one-click install, or cross-device config sync via URL.
Type a command, get redirected — straight from the new-tab search bar, with live suggestions as you go.
g best espresso machines — a Google search

r/mechanicalkeyboards — jump straight to a subreddit

fa SFO — pull up an airport on FlightAware

qq explain the Roman aqueducts — send a prompt to ChatGPT

w machine learning — search Wikipedia

cd extension
npm install
npm run build # Chrome
npm run build:firefox # Firefox
npm test # Unit tests
npm run test:e2e # End-to-end tests (requires Chrome)
cd android
./gradlew assembleDebug # Debug APK
./gradlew test # Unit tests
./gradlew connectedAndroidTest # Instrumented tests (requires device/emulator)
node tools/validate-config.mjs
See CONTRIBUTING.md.
MIT — see LICENSE.