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

🐰 Welcome to Bunnify

Smart bookmark manager with instant Chrome integration.

⚡ Quick Setup for Chrome

Make Bunnify your default search engine in 3 steps:

  1. Go to Chrome settings:
    Visit chrome://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 Chrome's 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 Chrome Setup)

You can also access bookmarks directly via query parameters:

View All Bookmarks →

{% endblock %}