All Projects → krestaino → bitprint

krestaino / bitprint

Licence: MIT license
🔐 Print your Bitwarden vault.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to bitprint

brand
Logos, icons, screenshots, and other media related to the Bitwarden brand.
Stars: ✭ 60 (+62.16%)
Mutual labels:  bitwarden
Server Setup
Home Server Setup
Stars: ✭ 59 (+59.46%)
Mutual labels:  bitwarden
Mobile
The mobile app vault (iOS and Android).
Stars: ✭ 3,149 (+8410.81%)
Mutual labels:  bitwarden
dockerized
🐳 Build once, run anywhere
Stars: ✭ 70 (+89.19%)
Mutual labels:  bitwarden
Server
The core infrastructure backend (API, database, Docker, etc).
Stars: ✭ 8,797 (+23675.68%)
Mutual labels:  bitwarden
Web
The website vault (vault.bitwarden.com).
Stars: ✭ 2,169 (+5762.16%)
Mutual labels:  bitwarden
help
The help website/knowledgebase (bitwarden.com/help).
Stars: ✭ 121 (+227.03%)
Mutual labels:  bitwarden
Browser
The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).
Stars: ✭ 3,305 (+8832.43%)
Mutual labels:  bitwarden
Bitwarden rs
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
Stars: ✭ 12,536 (+33781.08%)
Mutual labels:  bitwarden
Bitwarden Serverless
Implementation of the Bitwarden API using an AWS serverless stack
Stars: ✭ 217 (+486.49%)
Mutual labels:  bitwarden
Portwarden
Create Encrypted Backups of Your Bitwarden Vault with Attachments
Stars: ✭ 274 (+640.54%)
Mutual labels:  bitwarden
Rubywarden
An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
Stars: ✭ 587 (+1486.49%)
Mutual labels:  bitwarden
Bitwarden Rofi
Wrapper for Bitwarden https://github.com/bitwarden/cli and Rofi
Stars: ✭ 157 (+324.32%)
Mutual labels:  bitwarden
BitwardenDecrypt
Decrypts an encrypted Bitwarden data.json file.
Stars: ✭ 90 (+143.24%)
Mutual labels:  bitwarden
Bitbetter
Modify bit warden to provide my own licensing for self hosting
Stars: ✭ 220 (+494.59%)
Mutual labels:  bitwarden
docs
Bitwarden application and API documentation.
Stars: ✭ 66 (+78.38%)
Mutual labels:  bitwarden
Website
The bitwarden.com product website.
Stars: ✭ 110 (+197.3%)
Mutual labels:  bitwarden
ulauncher-bitwarden
Ulauncher extension to access Bitwarden vaults
Stars: ✭ 26 (-29.73%)
Mutual labels:  bitwarden
Desktop
The desktop vault (Windows, macOS, & Linux).
Stars: ✭ 3,224 (+8613.51%)
Mutual labels:  bitwarden
Bitwarden Go
A Bitwarden-compatible server written in Golang
Stars: ✭ 202 (+445.95%)
Mutual labels:  bitwarden

BitPrint

BitPrint turns an exported Bitwarden vault into a layout designed to be printed. Processing is handled client side.

I would not recommend using this for personal use. I made this for myself, more as of a proof of concept rather than something meant to be shared. Always be cautious when dealing with your exported vault.

TL;DR: Do not import your personal vault on my site. Use the demo, your own fake data, or fork the repo and run it yourself.

Screenshot

Demo

Requirements

  • Node 10.x
  • Yarn 1.x

Quick Start

$ yarn setup
$ yarn start

Navigate to http://localhost:3000.

Development

Features

  • React 16, Express 4, and Tailwind CSS
  • Prettier with Husky enabled on pre-commits

Setup Project

  • Installs dependencies for the Client.
  • Creates an .env file with defaults if one doesn't exist.
$ yarn setup

Start development server

$ yarn start

Environment Variables

Located in the .env file. Follow .env.example as an example.

Production

Setup Project

$ yarn setup

Build Client

$ yarn build

Serve Client

$ yarn serve

How do I get my vault export?

help.bitwarden.com/article/export-your-data/

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].