Creative Studio
Building brighter together

We build apps we’d want to use ourselves.

BP&C Creative Studio is a family-run software studio — a coder and a graphic designer who design and build software that gives people their minutes back. Our first app is CuddleCue, a baby tracker made by new parents who are living it right now.

  • Family-run
  • Design & code, in-house
  • Now building: CuddleCue

This is the real CuddleCue prototype* — tap around. Log a bottle, start a sleep timer, open the schedule.

* Design is not final.

What we do

We design and build apps, start to finish.

Two people, two crafts. Our designer decides how an app looks and feels; our developer makes it real and keeps it running. Everything here — the brand, the prototype, this site — is our own work.

Design

Every app starts as a sketch.

Before a line of code, our designer drew CuddleCue’s mark, its custom lettering and its palette, then built out the app icons and launch kit for every platform — so the app feels calm and obvious, even one-handed at 3 a.m.

Mark & wordmark CuddleCue logo: a parent cradling a child, next to the CuddleCue wordmark
Palette
Teal#3FB1B4
Coral#F8907C
Blush#F2B199
Sun#F8B965
Ink#12343B
App icon
CuddleCue app icon iOS, Android adaptive, favicons and splash screens
Lettering
CuddleCue wordmark Custom monoline lettering, drawn for the brand — no font involved.
Code

Then it gets built properly.

Our developer turns the design into fast, dependable software — and writes it so it can be maintained for years, not just shipped once.

cuddlecue-prototype.html · schedule engine
/* The single rule that decides when the
   next interval slot falls. */
function nextDue(anchor, r){
  const mode = r.nightMode || 'NONE';
  let step = r.everyMin * MIN;
  if (mode === 'LONGER' && inNight(anchor, r))
    step = (r.nightEveryMin || 240) * MIN;
  let t = anchor + step;
  if (mode === 'PAUSE'){
    /* slots inside the quiet window are not
       scheduled and never counted as missed */
    if (inNight(t, r)) t = nightEndAfter(t, r);
  } else if (mode === 'ONE'){
    if (inNight(t, r)){
      const one =
        atTimeAfter(anchor, r.nightAt || '03:00');
      t = inNight(one, r) ? one
                          : nightEndAfter(t, r);
      if (t <= anchor)
        t = nightEndAfter(anchor, r);
    }
  }
  return t;
}

Real code from the prototype above — not a mock-up. This is the rule that decides when the next feed is due, including what happens overnight: stretch the interval, pause it, or allow exactly one night feed.

Now in development

CuddleCue

A baby tracker for parents who are short on sleep and shorter on time.

CuddleCue keeps track of the things a newborn needs — feeds, sleep, diaper changes, growth and milestones — in a couple of taps, with one hand, in the dark. It tells you when the last feed was and when the next one is due, so you never have to reconstruct the night from memory. And it’s shared, so whoever is on duty at 3 a.m. sees the same thing.

One-hand logging

Feed, sleep, diaper. Big targets, no typing — built for the hand that isn’t holding the baby.

Next-feed countdown

Always know how long until the next feed, and how long since the last one.

Shared between parents

One log, both phones. Whoever takes the 3 a.m. shift sees exactly where things stand.

Sleep & feed patterns

Yesterday and last week at a glance, so you can spot a rhythm as it forms.

Growth & milestones

Weight, length, first smile, first laugh — kept in one place, not lost in a camera roll.

Private by design

Your baby’s data belongs to your family. That isn’t negotiable.

In development

Coming soon. CuddleCue is our first app — it won’t be our last.

Get a note when it launches →
Our story

We’re building this because we’re living it.

The coderbuilds it
The designershapes it
The babyapproves it

We’re new parents. We know exactly what the first weeks look like: the 3 a.m. feeds, the notes scribbled on the back of an envelope, the whispered “wait — when was the last feed?”. When you’re caring for a newborn, time is the most precious thing you have. Every little minute matters, and anything that saves a few of them is worth building.

As parents, our time is precious. Every little minute matters.

We’re a family business in the making. BP&C Creative Studio is a coder and a graphic designer who share a home, a baby, and a kitchen table that doubles as an office. On our own, we each had half of what it takes to ship something good. Together, we realized what we could build.

And we’ve made ourselves one promise. We’re building this business to support our family — but we’ll only build apps we believe will be useful to other people. If it wouldn’t help someone else, it doesn’t ship. CuddleCue is the first. It won’t be the last.

Say hello

Have an idea, a question, or a baby who won’t sleep?

Write to us. One of us will answer — probably after bedtime.

hello@bpnc.app