Skip to content

Releases: yoanbernabeu/openbento

0.6.0 - OpenGraph and show follower counts in exported project header

05 Jan 15:03
b3b2c7e

Choose a tag to compare

What's Changed

  • fix: show follower counts in exported project header (fixes #22) by @Amaan6674 in #25
  • feat: add OpenGraph meta tags configuration in settings by @maboudharam in #28

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0 - add manual save button with timestamp display

04 Jan 13:31
d103248

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0 - Add undo/redo support & Add accessibility support

04 Jan 10:16
5cfc301

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.0 - Documentation

03 Jan 10:33

Choose a tag to compare

What's Changed

  • feat: add documentation and components for Docs feature by @yoanbernabeu in #17

Full Changelog: 0.2.0...0.3.0

0.2.0 - block duplicating + AI Generator

02 Jan 20:00
2d64586

Choose a tag to compare

What's Changed

  • (Issue #9) feat: added block duplicating by button or shortcut (ctrl+d) by @BenoitPrmt in #11
  • feat: add AI Generator modal for Bento creation by @yoanbernabeu in #15

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.1 - enhance mobile layout

02 Jan 17:25
8d2f2a0

Choose a tag to compare

What's Changed

  • feat: enhance mobile layout responsiveness and configuration by @yoanbernabeu in #13

Full Changelog: 0.1.0...0.1.1

🎨 OpenBento v0.1.0 - The Beautiful Link-in-Bio Builder

02 Jan 10:06

Choose a tag to compare

🎉 Welcome to OpenBento v0.1.0!

The first official release of OpenBento - a privacy-first, open-source bento grid generator for creating stunning link-in-bio pages with a visual drag & drop editor.

✨ What's Included

🧱 Block System

  • 7 block types: Links, Media, YouTube, Text, Social (26+ platforms), Map, and Spacer
  • Visual drag & drop: Intuitive 9×9 grid editor with real-time preview
  • Full customization: Colors, gradients, custom backgrounds, avatar styling with multiple shapes

🚀 Export & Deploy

  • React project export: Complete Vite + React + TypeScript + Tailwind CSS project
  • Multi-platform deployment: Auto-generated configs for Vercel, Netlify, GitHub Pages, Docker, VPS & Heroku
  • Docker support: Multi-architecture images (AMD64/ARM64) ready to deploy

🔒 Privacy & Data

  • Zero tracking: No cookies, no analytics, no account required
  • Local storage: All data stays in your browser
  • Multiple projects: Save and manage multiple bentos locally
  • Optional analytics: Self-hosted Supabase analytics with admin dashboard

🎨 Customization

  • 26+ social platforms with branded colors
  • Custom avatars with borders, shadows, and shapes
  • Background images and gradients
  • Responsive layout with mobile preview

🐳 Quick Start

Using Docker:

docker run -d -p 8080:80 yoanbernabeu/openbento:latest

From source:

git clone https://github.com/yoanbernabeu/openbento.git
cd openbento
npm install
npm run dev

📦 What's Next

This is our initial release! We're excited to hear your feedback and see what you build with OpenBento.

Coming soon:

  • More block types
  • Enhanced customization options
  • Template library
  • Import/export improvements

Full Changelog: https://github.com/yoanbernabeu/openbento/commits/v0.1.0