Wishlist
Self-hosted wishlist app to share with friends and family
Alternative to: amazon wish list, elfster

v0.47.0
2025-07-29New Features
Two new features with this release.
Previously Wishlist used your browser’s locale for determining the language to use. Now, in addition to using the browser locale, user’s can select their preferred language in the UI which will be persisted across all sessions and browsers.
Lists can now have descriptions. This can be useful for adding clothing sizes and/or preferences, favorite colors, or whatever you want. This is a Markdown field, so you can do advanced formatting using Markdown and can even use HTML if you’re savvy.
What’s Changed
- Allow setting user preferred language by @cmintey in https://github.com/cmintey/wishlist/pull/342
- Add a description to lists by @cmintey in https://github.com/cmintey/wishlist/pull/343
Full Changelog: https://github.com/cmintey/wishlist/compare/v0.46.3…v0.47.0