SkillAgentSearch skills...

Dogeub

BiB internet browsing hub. Browse the web, use apps, play games!

Install / Use

/learn @DogeNetwork/Dogeub
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="https://github.com/DogeNetwork/dogeub/blob/main/public/logo.svg" width="322" /> <br />

ko-fi

<hr /> DogeUB version 5 is finally here! <br /> <br /> <img width="1278" height="628" alt="image" src="preview.png" /> </div>

Overview

DogeUB is a browser-in-browser style internet hub that brings together web apps, tools, and games in one place, built with React.

[!IMPORTANT] Please consider starring our repository if you are forking it!

List of features:

| Feature | Implemented | |---------|-------------| | Web Proxy | Yes | | Browser-like UI | Yes | | App player UI | Yes | | Cloak features | Partially | | Game Downloader | Yes | | Quick Links | Yes | | DuckDuckGo Search API | Yes | | Apps & Games | Yes | | Search Engine Switcher | Yes | | Themes/Site Customization | Yes |


Development & Building

Production:

git clone https://github.com/DogeNetwork/dogeub.git
cd dogeub
npm i
npm run build
node server.js

Development:

git clone https://github.com/DogeNetwork/dogeub.git
cd dogeub
npm i
npm run dev

Deploying with Docker:

docker run -d \
  --name dogeub \
  --restart unless-stopped \
  -p 3000:3000 \
  -e NODE_ENV=production \
  -e PORT=3000 \
  ghcr.io/dogenetwork/dogeub:latest

[!NOTE] If accessing over a network instead of localhost, you will need to provide a valid SSL certificate (e.g., using a reverse proxy like Nginx or Caddy). This is required for the built-in service worker to function properly.


Contributors / Developers

| Name | Role | GitHub | | ------------- | ------------------ | ------ | | Derpman | Lead Developer | @qerionx | | Fowntain | Project Manager | @fowntain | | Akane | Contributor | @genericness | | DJshelfmushroom | Contributor | @DJshelfmushroom |

[!NOTE] Want to be on this list? Make a few pull requests!


Made possible thanks to:

License

This project is licensed under the GNU Affero GPL v3.
See the LICENSE file for more details.

Related Skills

View on GitHub
GitHub Stars630
CategoryDevelopment
Updated7h ago
Forks5.6k

Languages

JavaScript

Security Score

100/100

Audited on Mar 22, 2026

No findings