Building for Niblet: where to start

Niblet apps use the Pixlet-compatible Starlark model to turn data into a 64 × 32 visual.

A good first app has:

  • One clear question it answers
  • A readable result at a glance
  • Sensible behavior when data is missing
  • No embedded credentials or private customer data
  • A small, reviewable network surface
  • Attribution for assets and upstream work

Browse this category for examples and open a focused topic when you need help. Share the smallest reproducible example and say whether the issue is evaluation, rendering, configuration, networking, or physical-device behavior.

Browser output is useful, but it is not a substitute for checking the result on a real 64 × 32 display.