14The Every Shopping list app
Tools & UtilitiesHave your shopping list right on your wrist! Just log in with your credentials on the settings page and you're good to go. Features: - Check off items - Re-fetches latest data from your list on each toggle - Uses the same categories/order you defined in your list - Configure whether to show or hide checked off items - Option to remove all checked off items from the list (Only available when they are visible) If you have any suggestions, let me know! Note: I am not a developer. This is a full AI project, you can check the source on GitHub. Use at your own risk. Disclaimer: This app is an independent application and is not affiliated, associated, authorized, endorsed by, or in any way officially connected with AnyList or any of its subsidiaries or affiliates. This app utilizes an unsupported and undocumented interface to access AnyList. Use of this feature carries a risk of data loss or corruption to your AnyList data.
49MirrorMap
Tools & UtilitiesSee it in action: https://x.com/MirrorMapNav/status/2057143831699796173 *Pebble app needs it's BATTERY set to UNRESTRICTED to reliably send GPS* A navigation watchapp showing live directions on a smoothly rendered map with rerouting and travel modes. This is Pebble's nav app we've been missing! MirrorMap uses the Gmaps API for the best routing available. It can mirror a trip from your phone — share the destination from Gmaps , and it syncs the same trip on your wrist, or just select one of the saved addresses for a standalone trip! Three ways to use MirrorMap: THE MAP: Get the free watch app to explore at 30fps and see your real-time position. ROUTES (subscription): Save *home*, *work*, and *custom* addresses. Start navigating from the watch or even the Pebble settings page. Miss a turn? Shake to reroute! DASH (Play Store app): Besides having it's own Routes subscription, Dash can receive destination shares from any app with a share button-- watch instantly navigates there. Also, share a location from google maps, and both the phone and watch navigate together, in sync, so you can pay attention to either. For prices and more info go to: https://Mirrormap.app (click website link below) Android only: iOS Pebble app lacks the browser APIs that MirrorMap depends on.
4DVB
Tools & UtilitiesNavigate Dresden's public transport network from your wrist. This app shows you upcoming departures for stops around you. You can also view and follow a specific trip. On opening the app it shows you a list of stops around you, hold Select on a specific stop to mark it as a favorite and it will always be shown. Select a stop to view upcoming departures. Aside from the next departures, you can also see later ones for the same line and direction right below. If available, the app also shows occupancy data for all upcoming departures, so you can know if it might be worthwhile to wait for a later connection. If you select a departure, you can see the entire trip and the current position of the specific vehicle. This updates live, just keep it open to watch it along the route. The app supports three distinct styles of the departure, change it by long-pressing Select, then up/down and Select again to choose one.
221Dribble
DailyA precipitation & hyperlocal weather app for Pebble. Location access is required for the app to work. When data is loaded, press the up or down buttons to scroll backwards or forwards through the forecast timeline. Hold either one to scroll quickly. There are three main information pages, which can be cycled by pressing the select button: Conditions: Displays the current weather conditions and temperature, along with a graph of next-hour precipitation intensity if applicable. Airflow: Displays wind speed & gust speed, wind direction, and atmospheric pressure. Experiential: Displays the perceived temperature, UV index, and visibility, along with an emoji accessorized with contextual indicators (sunglasses for high UV, umbrella for precipitation, hat & scarf for freezing weather, etc.)
11Breathing Meditation
Health & FitnessBreathing Meditation brings a calm breathwork experience to your wrist. With smooth liquid animations and gentle vibrations, it helps you relax, focus, or unwind anywhere. Features: 3 Breathing Patterns: Balance (6-0-6-0), Take Nap (4-7-8-0), and Concentration (4-4-4-4). Flexible Timers: Choose session length from 1 to 30 minutes. Fluid Visuals: Water level gently rises and falls with your natural breath. Haptic Feedback: Short vibrations guide your inhale and exhale so you can practice with closed eyes. Lightweight & Fast: Optimized for zero lag and long battery life. Select a practice, set your minutes, and follow the flow to start breathing.
3SG Bus
DailySingapore bus arrival times on your wrist. Find bus stops near you using your phone's location, or open a favourite stop to see live arrival times. Tap a bus service for the next few buses, including crowding and vehicle type. Long-press any stop to add or remove it from your favourites.
13Train 2 Time
DailyInspired by "TrainTime" by otoone_dev: https://apps.rebble.io/en_US/application/5904a0c90dfc329df8000706 I created this app to improve its usability for my own needs. It is a simple app that counts down the minutes until your train departs. Timetable data is fetched from user-created Markdown (.md) or Text (.txt) files hosted online (intended for use with GitHub Gist "Raw" URLs). Sample data is also available on GitHub. Note: Since this was designed for the Japanese railway system, some behaviors may differ from your local transit rules. Controls: - [UP / DOWN]: Change train - [SELECT]: Change station - [LONG SELECT]: Switch URL Features: - Fetches timetable data only at app launch. - Customizable limits for the number of trains and the time range to fetch (within stable memory limits). - Stores up to 5 timetable URLs. - Supports 3 schedule types per station: Weekdays, Sundays/Holidays, and Saturdays. - Fallback logic: Sunday/Holiday and Saturday schedules can be omitted; the app will default to the Weekday schedule. - Uses a 24-hour format from 04:00 to 27:59 (considering 4:00 AM as the start of the day). - Supports "\n" in the remarks section for up to 2 lines of text (approx. 9 full-width characters per line). - Optimized for approximately 5-10 stations. - For color-enabled Pebbles: Background color for the current time and highlight color for post-departure count-ups can be customized. - Text and background colors for train types are now customizable on Pebble Time 2 and later (Defaults: Text #000000, BG #FFFFFF). - Japan-specific: Can automatically fetch Japanese public holidays via: https://holidays-jp.github.io/api/v1/date.json (Disabled by default). Special thanks to Hiroshi Matsuo. otoone_dev氏作の「TrainTime」を愛用していたのですが、自分なりに使い勝手を良くしようと思い立ちこのアプリを作りました。 列車の発車時刻まであと何分?をカウントダウンするアプリです。 時刻表データはユーザー自身がweb上にmarkdown(.md)またはtext(.txt)ファイルを作成し、それを参照する方法をとっています (Github Gistの非公開URL、Rawを想定しています)。 GitHubにサンプルデータを用意しました。 特徴: - アプリ起動時のみ時刻表データを参照します - 参照する列車の本数や、向こう何時間まで参照するかは設定で変更できます(クラッシュしない程度の制限をかけています) - 時刻表データのURLは5つまで記憶できます - 駅ごとに時刻表は平日、日曜祝日、土曜の3種類 - 時刻表は[平日>日曜祝日>土曜]の順に参照するため、日曜祝日と土曜は省略可 - 時刻表は午前4時を一日の基準とした04:00から27:59の24時間を使います - 備考部分は改行「\n」が使えるので2行までなら表示できます(全角9文字x2行を想定) - 5-10駅くらいのデータを想定して作っています - カラー対応端末は現在時刻の背景色と列車出発後カウントアップのハイライト色を変更できます - Pebble Time 2以降では列車種別の文字色と背景色を指定できるようになりました(デフォルトで文字色000000、背景色FFFFFF)。 - 日本向けの設定として、自動で日本の祝日を参照できます(デフォルトではdisable)。Hiroshi Matsuo様ありがとうございます。 Data Example: // Force specific dates as Holidays or Saturdays (Optional) // 特定の日付を強制的に祝日や土曜として扱えます(省略可) @HOLIDAYDAY:2026-12-31 @SATURDAY:2027-01-01 // Station Name // 駅名 # Tokyo // Icon to the left of the station name (Optional) // 1:Shinkansen 2:Retro Train 3:Modern Train 4:Bus 5:Clock 6:Monorail 7:Cable car 8:JR Central Shinkansen 9:JR East Shinkansen... // 駅名の左隣に表示するアイコン(省略可) // 1:新幹線 2:国鉄風電車 3:現代風電車 4:バス 5:時計 6:モノレール 7:ロープウェイ 8:東海道新幹線 9:東北新幹線 10:国鉄風特急 11:京急風電車 12:L特急 13:寝台特急 14:SL 15:アプリアイコン ## 1 // Schedule Type: weekday, holiday, or saturday ### weekday // Format: Departure Time, Destination, Type (Optional), Remarks Line 1 \n Line 2(Optional) \n Remarks Line 3 (PT2 or later), Text Color (PT2 or later, Optional), Background Color (PT2 or later, Optional) // 発車時刻,行先,列車種別(省略可),備考1行目\n備考2行目(省略可),種別文字色(PT2以降のみ),種別背景色(PT2以降のみ) - 04:00,Kyoto,exp,Dir.\nFirst,000000,FFFFFF - 27:59,Osaka
6Cairn
Health & FitnessBreathe with the tide. A guided breathing coach with live heart rate. Inhale and the water rises, exhale and it falls. Finish a session, lay a stone. Cairn turns a breathing exercise into a tide. Start a session and the waterline rises while you inhale and falls while you exhale, uncovering a cairn of stones on the shore — no counting, no timer to stare at, just a rhythm to follow. A pulse on your wrist marks every phase change, and soft tones can mark them too. While you breathe, the watch reads your heart rate every second. Afterwards you get a calm score out of 100 built from three things: how much of the session you finished, how far your heart rate came down, and how strongly it rose and fell with your breathing. That last one is real physiology — respiratory sinus arrhythmia — and it is what separates a session you were present for from one you merely sat through. It is called a calm score, not HRV, on purpose: the watch gives apps a heart rate in beats per minute and never the beat-to-beat intervals a true HRV measurement needs. Cairn measures what it can actually see, and says so. Finish a session and a stone is added to your cairn. Keep it up day after day and the stack grows, badges unlock, and the progress screen shows where your calm score and resting heart rate are heading over the last week and month — with one line of coaching drawn from that history. FEATURES • Four patterns: Coherent (5.5 s in / 5.5 s out), Box, 4-7-8, and a Custom rhythm you set in half-second steps. • Sessions of 1, 2, 3, 5, 10 or 15 minutes. • Live heart rate, sampled every second, with a priming screen so the starting reading is a real baseline. • A calm score from completion, heart-rate drop and breath-linked heart-rate swing — and an honest fallback when there is no reading. • A growing cairn, six badges, a personal best and your last 20 sessions. • 7- and 30-day trends for calm score and resting heart rate, plus a coaching line. • Haptic pulses and optional tones at four volume levels; backlight, vibration and heart-rate display all switchable. • Settings on the watch or from the phone (Clay). • Made for the Pebble Time 2 (Emery) colour screen; works without the phone. • Available in English, Nederlands, Français, Deutsch and Español, following your watch's system language.
132GymTracker
Health & FitnessLeave your phone in your locker. A fully-featured, standalone workout tracker with smart rest timers, haptic coaching, and automatic data export. Transform your Pebble into the ultimate gym companion. GymTracker is built specifically for the tactile, screen-on experience of Pebble, letting you track your entire workout without ever pulling out your phone. Build your routines, hit the gym, and let your wrist do the coaching. KEY FEATURES: -Phone-Free Tracking: Log your actual reps and weight against your target goals directly from your wrist using Pebble’s physical buttons. Sweaty hands? No problem. -Smart Rest Coach: The moment you finish a set, a rest timer takes over the screen. Custom haptic vibrations tell you exactly when it’s time for your next set. -Live Health Stats: Keep an eye on your real-time Heart Rate and the real-world clock, seamlessly integrated into your workout dashboard. -Routine Builder: Use the clean, drag-and-drop companion website on your phone to build and sync up to 7 custom routines directly to your watch. -Total Customization: Match your style! Choose from 4 vibrant UI themes (Orange, Blue, Red, Green), set custom vibration patterns, and toggle between kg and lbs. -Own Your Data: Your completed workouts are automatically saved locally to your phone for a quick .csv download. Power users can even plug in a secure Google Apps Script URL to auto-sync every workout directly to a personal Google Sheet! How to Setup: Simply install the app, click "Settings" in your Pebble App to launch the Routine Builder, build your workout, and click "Save & Send to Pebble". Disclaimer: This app was coded 100% using AI (Gemini). I've worked hard to make it secure and efficient, but I'm always looking to improve. If you know how to make it better, please reach out and teach me!
21SimonTime
GamesClassic pattern memory game with touch and sound. High score. Up button to see/change speaker on/off state. Select button or center tap to start a new game. Designed for Pebble Time 2, looks even better on Pebble Round 2 but without sound.
10SPF Timer
Tools & UtilitiesEnjoy the sunshine without losing track of your sunscreen. SPF Timer shows the current UV index from MET Norway, gives you a quick hourly forecast, and suggests when to reapply based on your sunscreen's SPF. Start the timer with one button and your Pebble will vibrate when it is time for another layer. The launcher glance keeps the important part close by: your current UV index when no timer is running, or the minutes remaining until you should reapply. Stay sunny. Stay covered. SPF Timer is a reminder tool, not medical advice. Always follow the directions on your sunscreen.
23Letterfall
GamesTEST YOUR BOOKWORM SKILLS! 📝 "Letterfall" is a word-building game. The longer word you make the more scoring points you get. As you add points - you advance in ranks. ⛓️ To create a word - tap anywhere on the game field to select first letter and then build a chain of letters by tapping tiles next to previous one - above/below/left/right/diagonal. You can unselect tiles in reverse order. 🅰️ Watch out for red tiles! They appear if you make too many short words (3-4 letters). If red tile burns to bottom row - the game is over! 👑 Use gold tiles multiply the score. They appear if you make enough long words (5+ letters) If you're stuck - use game option "Flick wrist to reset board"
5Quad-Type-Notes
Tools & UtilitiesTake notes locally with a quadrant-based keyboard. Common actions like space, shift, backspace, and backspace word are activated quickly by double tapping the various quadrants. Tapping the top/middle/bottom third of the screen is the same as pressing the up/select/down physical button when navigating, and swiping horizontally through the middle third of the screen is the same as a long press of the select button where it makes sense. Sometimes there's a second function by swiping the reverse direction. For example, reorder a note by swiping right, but close the app by swiping left when in the main note-reading interface. While editing, swipe left/right through the top 2 quadrants to confirm your edit/select a different line. Do the same through the bottom 2 quadrants to turn "sticky" off/on (so the same quadrant stays active). Tap the editing area to cancel. You can tap and drag the active quadrant to a different quadrant to switch quadrants without having to cancel. Long press select to "grab" a note (or line when selecting lines) to move it around and change the order. Long press again to delete the note (or line). Long press select on "Note 0" (new note) to start dictation. Advanced: Create a custom layout by swiping down from the middle of the screen on "Note 0", then editing the configuration note by following the instructions. Error messages will catch common mistakes when you try to save this note. This app is appropriate for all ages and no personal data is shared with the developer. The font is Ubuntu Sans Mono Bold: https://assets.ubuntu.com/v1/81e5605d-ubuntu-font-licence-1.0.txt
23Punchy
Tools & UtilitiesA versatile time card app to keep track of work hours and earnings more easily. -Track hours by punching in and out -Change data and hours at any time -Adjustable default punch times and automatic break deduction -Displays each days hours along with weekly total -Wage Dashboard to see the days, weeks, months, and years total earnings. -Ability to export the years data to google sheet (check Github for setup instructions) -Ability to import the data from google sheet -Automatic overtime adjustment -Adjustable colors -Voice dictation notes for each day This app was made primarily with Claude. It was also inspired by the Worky pebble app by Kthargas so definitely go check out their app too!
6TTC Subway & Bus
Tools & UtilitiesTTC Subway & Bus — Toronto transit at a glance, right on your wrist. Get real-time bus and streetcar arrivals for up to 5 saved locations (4 routes each), with countdowns that keep ticking between refreshes. Set a per-stop walk time and the watch buzzes the moment you need to leave to catch your bus. Check subway status for Lines 1, 2, 4, 5 and 6. Pick your favourite stations to filter alerts to just the ones that affect your commute, or long-press for all active outages. Features: Live arrival countdowns with "Arriving" and data-freshness indicators "Leave now" vibration based on your walk time to each stop Smart auto-refresh that speeds up as your bus gets closer Subway alerts filtered by your favourite stations Light and dark themes Easy setup from the phone settings page, just enter the route and stop numbers from any TTC bus stop sign