Benotes

screenshot of Benotes
laravel
vue
scss
tailwind

An open source self hosted notes and bookmarks taking web app.

Overview

This open-source self-hosted web app aims to streamline the way you manage your notes and bookmarks by presenting them side by side. Currently in beta, it allows users to collect, organize, and share their content seamlessly. As with any beta software, be prepared for potential bugs and errors as the developers work to enhance the application.

The app promises a user-friendly experience, offering flexibility with its markdown support and rich text editor, making it suitable for both casual users and those who prefer a more structured formatting approach. Whether using a mobile device or desktop, this app provides a versatile platform for note-taking and bookmarking.

Features

  • Automatic URL Saving: URLs are saved effortlessly along with an associated image, title, and description for easy access later.
  • Markdown and Rich Text Support: Users can choose between writing in markdown or utilizing a rich text editor, catering to different preferences.
  • PWA Installation: The app can be installed as a Progressive Web App (PWA), allowing for offline access on both mobile and desktop devices.
  • Sharing Capabilities: Easily share your notes and bookmarks if the app is installed as a PWA and supported by your browser for enhanced collaboration.
  • Public Collections: You can share collections through publicly available URLs, making it convenient to share content with others.
  • Flexible Hosting Options: Thanks to the lightweight Lumen framework and PHP, the app can be hosted almost anywhere, including Docker and Heroku.
  • Data Protection: Ensures daily backups are available to safeguard your data against loss.
  • Customizable Installation: Three installation options are provided: the classic method, Docker, or Docker Compose, accommodating different user preferences.
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.