All Projects → teamcodebyte → turbo

teamcodebyte / turbo

Licence: other
⚡ Turbo - the browser for developers

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to turbo

floaty
A minimalist, float on top web browser for macOS
Stars: ✭ 26 (-27.78%)
Mutual labels:  web-browser
Jumpgo
JumpGo Web Browser for Android
Stars: ✭ 54 (+50%)
Mutual labels:  web-browser
Waterfox
The official Waterfox 💧 source code repository
Stars: ✭ 2,101 (+5736.11%)
Mutual labels:  web-browser
jseval
Evaluate JavaScript on a URL through headless Chrome browser.
Stars: ✭ 19 (-47.22%)
Mutual labels:  web-browser
Stealth
🚀 Stealth - Secure, Peer-to-Peer, Private and Automateable Web Browser/Scraper/Proxy
Stars: ✭ 659 (+1730.56%)
Mutual labels:  web-browser
Webwhir
A simple HTML rendering engine.
Stars: ✭ 99 (+175%)
Mutual labels:  web-browser
Crusta
Fast, modern and minimal desktop web browser with rich features
Stars: ✭ 53 (+47.22%)
Mutual labels:  web-browser
Endless
iOS web browser with a focus on security and privacy
Stars: ✭ 237 (+558.33%)
Mutual labels:  web-browser
Scamper
A Smalltalk Web Browser for Squeak/Smalltalk
Stars: ✭ 10 (-72.22%)
Mutual labels:  web-browser
Luakit
Fast, small, webkit based browser framework extensible by Lua.
Stars: ✭ 1,640 (+4455.56%)
Mutual labels:  web-browser
Thorium
Chromium fork for linux named after radioactive element No. 90. Windows and Special builds are in different repositories, links are towards the top of the README.md.
Stars: ✭ 45 (+25%)
Mutual labels:  web-browser
Nyxt
Nyxt - the hacker's power-browser.
Stars: ✭ 7,038 (+19450%)
Mutual labels:  web-browser
Edgedeflector
A tiny helper application to force Windows 10 to use your preferred web browser instead of ignoring the setting to promote Microsoft Edge. Only runs for a microsecond when needed.
Stars: ✭ 1,371 (+3708.33%)
Mutual labels:  web-browser
sweb
Android Simple Web Browser
Stars: ✭ 30 (-16.67%)
Mutual labels:  web-browser
Surfingkeys Conf
A SurfingKeys configuration which adds 130+ key mappings for 20+ sites & OmniBar search suggestions for 50+ sites
Stars: ✭ 137 (+280.56%)
Mutual labels:  web-browser
voce-browser
Voice Controlled Chromium Web Browser
Stars: ✭ 34 (-5.56%)
Mutual labels:  web-browser
Cyberfox
cyberfox code repository
Stars: ✭ 66 (+83.33%)
Mutual labels:  web-browser
Thdwb
🌭 The hotdog web browser and browser engine 🌭
Stars: ✭ 247 (+586.11%)
Mutual labels:  web-browser
Webmacs
webmacs - keyboard driven (emacs key bindings) browser, https://webmacs.readthedocs.io/en/latest/
Stars: ✭ 145 (+302.78%)
Mutual labels:  web-browser
Onionbrowser
An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network
Stars: ✭ 1,702 (+4627.78%)
Mutual labels:  web-browser

Turbo

The browser for developers.

Turbo is built with Electron and React, this makes it an embedded Chrome application. In simpler terms, it packs the power and some of the security that comes with Google Chrome but it doesn't have any of the data tracking and privacy breaches that Chrome comes with. All parsing of a website's HTML and CSS is done by Electron (embedded Chrome) but we add what makes Turbo the browser for developers. Turbo comes with a bunch of features from an integrated API client (like Postman) and localhost to public port tunneling (like ngrok) to easily customizable themes and a fully keyboard navigationable interface. We're currently working on Turbo and it's in a closed beta stage! If you want to get early access, sign up on our waitlist and check our website out!

Opensource & Building in public

Turbo is completely opensource and we're building it in public on Twitter and Discord. What does this mean?

According to @heyblake, building in public means sharing -

  • Wins
  • Losses
  • Strategy
  • Processes
  • Behind the scenes
  • Documentation
  • Resources
  • Methods
  • Systems
  • Updates
  • Ideas
  • Fears
  • Tools

This is basically the same attitude we take towards Turbo's opensource and building in public status. Although we're pretty new to this, we want Turbo development to be as transparent and inclusive as possible!

Contributing

Thanks for your interest in contributing! 🎉 You can contribute by reporting bugs, suggesting features and by developing and resolving existing issues! If you're looking to contribute, read our code of conduct, contributing guidelines and you should know what to do! Contact us in our support Discord server if you have anymore questions!

If you're interested in contributing with bugs or feature requests, either -

  • create a new issue
  • choose the respective issue template (bug report of feature request)
  • follow the template and describe the issue
  • create the issue and wait for a maintainer to review it or you can report it in our Discord server

If you are interested in contributing with code, you need to -

  • find an issue with the help wanted tag
  • comment on the issue and ask for a maintainer to assign you to it
  • once the issue has been assigned, create a fork of this repository's staging branch
  • make your desired changes
  • create a new PR from your fork to Turbo's staging branch (follow the PR template we provide)
  • wait for a maintainer to review your PR

If you're making a Turbo fork or clone, make sure you read through our license. We do not appreciate people publishing clones of Turbo, and abusing it's opensource status.

Development

Here's a guide on running Turbo locally. If you're on a local fork of Turbo, make sure you are on the staging branch.

Running developmnt server

  • run npm install to install all our dependencies
  • run npm run start to start our frontend
  • wait till it opens a chrome tab at localhost:3000, close the tab and run npm run dev
  • it should open a new window with Turbo!

Conclusion

Thanks a lot for reading through! Star this repository, check out our website, join our Discord server and follow us on Twitter! Have a nice day!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].