{% extends "bookmarks/base.html" %} {% block title %}Bunnify - Home{% endblock %} {% block content %}

🐰 Welcome to Bunnify

Smart bookmark manager with instant Chrome and Edge integration. Inspired by Meta’s internal bunnylol address-bar shortcuts — same idea, for your own bookmarks.

⚡ Quick Setup for Chrome or Edge

Make Bunnify your default search engine in 3 steps:

  1. Open search-engine settings:
    Chrome → chrome://settings/searchEngines
    Edge → edge://settings/searchEngines
  2. Add Bunnify:
    Click "Add" and fill in:
    • Search engine: Bunnify
    • Keyword: b
    • URL: http://127.0.0.1:8000/search/?q=%s
  3. Make it default:
    Click the three dots (⋮) next to Bunnify and select "Make default"

Now you can use it from the address bar:

This single URL handles all your bookmarks automatically!

Using Bunnify

1. Simple Bookmarks

Navigate to /<key>/ to be redirected to the bookmark URL.

Example:

2. Search with Parameters

Use the unified search endpoint to access bookmarks with parameters:

Examples:

3. View All Bookmarks

Visit /list/ to see all available bookmarks and their keys.

Manual Redirect (Without Browser Setup)

You can also access bookmarks directly via query parameters:

View All Bookmarks →

{% endblock %}