victrme / Bonjourr

Minimalist & lightweight startpage inspired by iOS

Home Page:https://bonjourr.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bonjourr is a home page for your Internet browser inspired by the looks of iOS.
While it aims to look and feel minimal, it still brings you lots of options to customise it to your liking. Here's some features:

  • 🍏 iOS design language
  • 🏞 Dynamic 4K backgrounds that change according to the mood of the day
  • ⚡️ Fast & lightweight!
  • 🔎 Search bar (compatible with all search engines)
  • 🕰 Analog clock with multiple clock faces
  • 🌤 Weather
  • 🔗 Quick Links
  • 👋 Greets you by your name
  • 🌘 Dark mode
  • 🥖 Emoji as favicon
  • 🧑‍💻 Custom CSS styling
  • 📝 Custom fonts
  • 🔒 Privacy focused
  • 🌎 Multilanguage

🚀 Install Bonjourr!

Download Bonjourr for Chrome Download Bonjourr for Firefox Download Bonjourr for Edge Download Bonjourr for Safari

You can also try it online 🌎 before installing.


👋 Get in touch

Check out our Telegram group where we discuss ideas, features and bug reports. You can also send us an email or follow us on Twitter :)


✍️ Contribute

Here's a list of things you can do to help us out:


🌟 Spread the word!

If you just want to say thank you and support our work, here's some ideas:


☕ Donate

If you feel like we've earned it and you want to support independant open source developpers, we'll gladly accept your donations! It motivates us to keep improving Bonjourr and makes it feel more real :)


🔧 Built with

  • Styled with Sass
  • No frameworks, only pure Typescript
  • No production dependencies (except idb-keyval 🙈)
  • Releases bundled with esbuild and Gulp
  • Our tiny hands 🙌

👀 Authors


🧑‍💻 Contributors and translations

  • 🇸🇪 Swedish translation · Benjamin Horn · GitHub
  • 🇳🇱 Dutch translation · Osman Temiz
  • 🇵🇱 Polish translation · Mateusz K & Jakub Mikuło
  • 🇷🇺 Russian translation · OemDef
  • 🇨🇳 Simplified Chinese translation · Shuhuai Cao · GitHub
  • 🇧🇷 Brazilian Portuguese translation · Adilson Santos · Github
  • 🇸🇰 Slovak translation · Roman Bartík
  • 🇩🇪 German translation · Bernhard Wittmann · GitHub
  • 🇮🇹 Italian translation · Trazalca · GitHub
  • 🇪🇸 Spanish translation · José Alberto & Alí Sinisterra
  • 🇷🇴 Romanian translation · UnifeGi · GitHub
  • 🇺🇦 Ukrainian translation · Anton Boksha · GitHub
  • 🇹🇷 Turkish translation · Müslüm Barış Korkmazer · GitHub
  • 🇮🇩 Indonesian translation · Imam Ali Mustofa · GitHub
  • 🇩🇰 Danish translation · kar1 · GitHub
  • 🇫🇮 Finnish translation · jaajko · Jaajko · GitHub
  • 🇭🇺 Hungarian translation · cook3r · GitHub
  • 🇷🇸 Serbian translation · stormigy · GitHub
  • 🇭🇰 Traditional Chinese translation · Pu · GitHub
  • 🇬🇷 Modern Greek translation · tseli0s · GitHub
  • 🇮🇷 Farsi translation · ar3h1d · Github
  • 🇵🇹 European Portuguese translation · harkadya & BlackSpirits
  • 🇯🇵 Japanese translation · Kou365 & 石原英里華 (IshiharaErika)

👨‍💻 Running Bonjourr locally

Clone this repository

git clone https://github.com/victrme/Bonjourr
cd Bonjourr

Then install pnpm on your system

# In root directory
pnpm install

# Production build for all platforms in /release/
pnpm build

# These commands watch changes for each platforms
# You need to save a .ts or .scss file to trigger a change
pnpm chrome
pnpm edge
pnpm firefox
pnpm safari
pnpm online

Self-host APIs

If you wish to self-host the APIs used by Bonjourr, you can do so by following the steps in Bonjourr APIs repository.

Chrome

  • Go to chrome://extensions
  • Enable Developer mode
  • Load unpacked and select /release/chrome folder

Firefox

  • Go to about:debugging#/runtime/this-firefox
  • Select "Load temporary Add-on"
  • Select manifest.json in /release/firefox folder

Edge

  • Go to edge://extensions
  • Enable Developer mode
  • Load unpacked and select /release/edge folder
  • Replace manifest with /src/manifests/edge.json
  • And rename edge.json to manifest.json

Safari

Online (web version)

  • Use your prefered live server, serve from release/online
  • Or use pnpm online:dev which uses http-server
  • Go to http://localhost:8080/

About

Minimalist & lightweight startpage inspired by iOS

https://bonjourr.fr

License:GNU General Public License v3.0


Languages

Language:TypeScript 69.2%Language:SCSS 15.9%Language:HTML 13.3%Language:JavaScript 1.6%