{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% import "partials/location_search.html" as location %} {% block title %}Brewlog ยท Add{% endblock %} {% block head %} {% endblock %} {% block content %} Add Add new coffee data manually or by scanning a bag. {% include "partials/tab_bar.html" %} New Roaster Describe or take a photo of a coffee bag to extract roaster details. {{ icons::camera("h-5 w-5") }} or {{ icons::spinner("h-5 w-5") }} Extracting… Or add manually: Name* Country* City Homepage {{ icons::plus("h-4 w-4") }} Save Roaster {% if roaster_options.is_empty() %} Add a roaster first Roasts need a roaster. Add a roaster above to enable this form. {% else %} New Roast Describe or take a photo of a coffee bag to extract roast details. {{ icons::camera("h-5 w-5") }} or {{ icons::spinner("h-5 w-5") }} Extracting… Or add manually: Roaster* {% for roaster in roaster_options %} {{ roaster.name }} {% endfor %} Roast Name* Origin* Region* Producer* Process* Tasting Notes* (comma or newline separated) {{ icons::plus("h-4 w-4") }} Save Roast {% endif %} {% if roast_options.is_empty() %} Add a roast first Bags need a roast. Add a roaster and roast to enable this form. {% else %} New Bag Select a roast and enter the details. Roast* {% for roast in roast_options %} {{ roast.name }} {{ roast.roaster_name }} {% endfor %} Roast Date Amount (g)* {{ icons::plus("h-4 w-4") }} Save Bag {% endif %} {% if bag_options.is_empty() %} Open a bag first Brews need an open bag of coffee. Add a bag to enable this form. {% else if grinder_options.is_empty() || brewer_options.is_empty() %} Add your gear first Brews need a grinder and brewer. Add your gear to enable this form. {% else %} New Brew Log a cup of coffee. Coffee Bag* {% for bag in bag_options %} {{ bag.roast_name }} {{ bag.roaster_name }} · {{ bag.remaining }} {% endfor %} Weight (g)* - + Grinder · {{ icons::pencil("h-3 w-3") }} Change Grinder* {% for grinder in grinder_options %} {{ grinder.label }} {% endfor %} Grind Setting* - + Brewer · {{ icons::pencil("h-3 w-3") }} Change Brewer* {% for brewer in brewer_options %} {{ brewer.label }} {% endfor %} Filter Paper None {% for fp in filter_paper_options %} {{ fp.label }} {% endfor %} Recipe Volume (ml)* - + Temp (°C)* - + Time - + Quick Notes Good Too Fast Too Slow Too Hot Under Extracted Over Extracted {{ icons::beaker("h-4 w-4") }} Log Brew {% endif %} New Gear Add brewing equipment to your collection. Category* Select a category Grinder Brewer Filter Paper Make* Model* {{ icons::plus("h-4 w-4") }} Save Gear New Cafe Search for a nearby cafe or enter details manually. {{ location::location_search("$_cafeError") }} {{ icons::location("h-4 w-4 text-accent shrink-0") }} {{ icons::x_mark("h-3 w-3") }} Back Name* City* Country* Website Latitude* Longitude* {{ icons::plus("h-4 w-4") }} Save Cafe {% if roast_options.is_empty() || cafe_options.is_empty() %} Add a roast and cafe first Cups need both a roast and a cafe. Add them above to enable this form. {% else %} New Cup Record a coffee you had at a cafe. Coffee* {% for roast in roast_options %} {{ roast.name }} {{ roast.roaster_name }} {% endfor %} Cafe* {% for cafe in cafe_options %} {{ cafe.name }} {{ cafe.city }} {% endfor %} {{ icons::plus("h-4 w-4") }} Save Cup {% endif %} {% endblock %}
Add new coffee data manually or by scanning a bag.
Describe or take a photo of a coffee bag to extract roaster details.
Or add manually:
Roasts need a roaster. Add a roaster above to enable this form.
Describe or take a photo of a coffee bag to extract roast details.
Bags need a roast. Add a roaster and roast to enable this form.
Select a roast and enter the details.
Brews need an open bag of coffee. Add a bag to enable this form.
Brews need a grinder and brewer. Add your gear to enable this form.
Log a cup of coffee.
Add brewing equipment to your collection.
Search for a nearby cafe or enter details manually.
Cups need both a roast and a cafe. Add them above to enable this form.
Record a coffee you had at a cafe.