Reduce Waste • Save More

Your Smart Kitchen Companion

Track expiry dates, organize categories, get proactive notifications, and cook smarter with intelligent recipe suggestions using ingredients you already have. Built with a modern Flutter app and secure Laravel API.

Download App API Docs

90%+

User Retention

30%

Food Waste Reduced

1 Day

Expiry Alerts

Recipes

Smart Suggestions

Live Status

Fresh Items 28
Expiring Soon 5
Expired 2
Recipe Ideas 12

Data powered by real-time categorization

All-in-One Food Intelligence Platform

From item tracking to smart cooking inspiration, everything you need to run a waste‑free, stress‑free kitchen experience.

Inventory Tracking

Add, edit, and manage fridge items with categories, quantity, and expiry dates using a clean, modern Flutter UI.

Core

Smart Notifications

Automatic local alerts one day before expiry with background scheduling even when the app is closed.

Automation

Recipe Suggestions

Ingredient-based recipe ideas that prioritize items expiring soon so nothing goes to waste.

Intelligent

Secure API

Laravel + Sanctum protected REST endpoints with token-based auth ready for multi-user scalability.

Backend

Search & Filter

Locate items instantly with category filters, status grouping, and keyword search.

UX

Status Dashboard

Visual classification: Fresh, Expiring Soon, Expired — sorted with color coding and urgency indicators.

Monitor

Modern Flutter App

Responsive, performant, and production‑ready architecture using Provider + service layer separation.

Frontend

Secure Storage

Tokens stored safely with encrypted storage & graceful offline behavior for seamless re-auth.

Security

How It Works

A streamlined flow keeps your fridge data always clean, actionable, and insight‑driven.

  1. Register / Login — Secure account creation and session handling.
  2. Add Items — Name, category, quantity, and expiry date metadata.
  3. Smart Classification — Auto tagging: Fresh / Expiring Soon / Expired.
  4. Notifications — Local alerts scheduled 24 hours before expiry.
  5. Recipe Suggestions — Prioritized by ingredients nearing expiry.
  6. Search & Manage — Edit, update or delete with real-time refresh.
Start Now Backend API
{
  "id": 14,
  "user_id": 3,
  "name": "Susu Full Cream",
  "category": "dairy",
  "quantity": 1,
  "expiry_date": "2025-09-12",
  "created_at": "2025-09-01T11:20:44Z",
  "status": "expiringSoon"
}

Real-time JSON from secure API

Smart Recipe Suggestions

Transform near‑expiry ingredients into delicious meals. Intelligent pairing logic boosts sustainability and creativity.

  • Local curated recipes + extensible structure
  • Priority scoring for soon-to-expire items
  • Ingredient coverage matching
  • Fast search by name or ingredient

Sample Suggestions

Tumis Sayur Segar 3 items
Ayam Goreng Marinasi 2 items
Sup Sayur Berkhasiat 4 items

Dynamic matching logic

Developer Friendly REST API

Integrate inventory intelligence into IoT devices, dashboards, or external services with token-secured endpoints.

POST   /api/auth/register
POST   /api/auth/login
GET    /api/auth/user          (auth:sanctum)
POST   /api/auth/logout        (auth)

GET    /api/items              (auth)
POST   /api/items              (auth)
GET    /api/items/{id}         (auth)
PUT    /api/items/{id}         (auth)
DELETE /api/items/{id}         (auth)

Stable contract

Auth + Items Example

// Register
fetch('/api/auth/register', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    name: 'Ali',
    email: 'ali@example.com',
    password: 'secret123',
    password_confirmation: 'secret123'
  })
});

// Get Items (after token)
fetch('/api/items', {
  headers: { 'Authorization': 'Bearer ' }
});
  • Sanctum token security
  • Clean resource structure
  • Ready for pagination & filters
  • Extendable for household sharing

Bring Order To Your Fridge Today

Join households reducing waste and saving money with intelligent inventory automation. Your kitchen deserves superpowers.

Android (APK) iOS (Soon) Explore API

Open to feedback & contributions