https://github.com/outslept/quikbang
One search bar. 13,000+ websites. Zero friction.
https://github.com/outslept/quikbang
bangs duckduckgo quick search utility
Last synced: about 2 months ago
JSON representation
One search bar. 13,000+ websites. Zero friction.
- Host: GitHub
- URL: https://github.com/outslept/quikbang
- Owner: outslept
- Created: 2025-03-01T15:34:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T03:24:11.000Z (12 months ago)
- Last Synced: 2025-12-28T17:53:06.621Z (6 months ago)
- Topics: bangs, duckduckgo, quick, search, utility
- Language: CSS
- Homepage: https://quikbang.vercel.app
- Size: 9.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: docs/SUPPORT.md
- Governance: docs/GOVERNANCE.md
Awesome Lists containing this project
README
# quikbang
one search bar. 13,000+ websites. zero friction.
## what
type `!w quantum physics` → land on wikipedia's quantum physics page
type `!gh svelte` → jump to svelte's github repo
type `!yt lofi` → start youtube search for lofi
no bookmarks. no multiple tabs. just direct intent.
## why
because opening google to search for youtube is stupid.
because navigating through interfaces wastes time.
because your browser should be a teleporter, not a maze.
## how it works
```
your input: !w artificial intelligence
result: https://en.wikipedia.org/wiki/Artificial_intelligence
your input: !gh microsoft/vscode
result: https://github.com/search?utf8=%E2%9C%93&q=microsoft%2Fvscode&type=repositories
your input: regular search terms
result: https://www.google.com/search?q=regular%20search%20terms
```
## browser integration
add this as your default search engine:
```
https://quikbang.vercel.app/search?q=%s
```
now your address bar becomes a command line for the entire web.
## popular commands
```
!w → wikipedia
!yt → youtube
!gh → github
!r → reddit
!a → amazon
!maps → google maps
!tr → google translate
!i → google images
```
## tech stack
svelte 5 + typescript + css variables + vercel edge
## development
```bash
git clone https://github.com/outslept/quikbang
cd quikbang
npm install
npm run dev
```
## data source
bang commands from duckduckgo's public api.
updated automatically. no maintenance required.