invite-only · Phase 1

Every clip is a spark — pass it on.

What engineers actually teach each other, 30 seconds at a time. Every spark hands you the code in one tap — verified, credited, and kept burning by the community.

see the drawer ↓

Got a code? Install above, open Devember, sign in with GitHub — the code goes in on the next screen.

No invite yet? Every seat comes through a founding creator — leave your email for the next wave.

devember
App.tsxcopy
useEffect(() => {
  const id = setInterval(tick)
  return () => clearInterval(id)
}, [])

for creators

Comments asking for the config?

Here that question has an answer built into the clip. Every one carries a drawer with the real file — the compose, the firmware, the parts list — copied in one tap, credited to you, linked wherever you want it to go.

Phase 1 is small and hand-picked. If this is already what you post, put your work in front of it.

interactive code overlay

The code. One tap.

Watch the spark, pull up a clean syntax-highlighted panel, copy the snippet, keep scrolling. No pausing, no squinting, no retyping. Nobody else does this.

main.rsCopy
let total: u32 = orders
    .iter()
    .filter(|o| o.paid)
    .map(|o| o.amount)
    .sum();

for creators

Light one spark. It keeps burning.

Your spark ships with a live code drawer — your snippet, syntax-highlighted and copy-in-one-tap, that the community verifies and improves. You keep full credit and a link back to your original. A living ember, not a disappearing story.

1spark2code drawer3community verifies4credit + reach

chaos categories

Not a textbook.

#CodeGore#PostMortem#TechDebates

Production code with 14 nested ternaries. The `git push --force` that took down prod. Entertainment for engineers.

Phase 1 is hand-picked.

Download the app to claim your spot — be among the first to carry the fire.

[DEMO] A TikTok post's date, straight from its ID — Devember