Software
Practical tools and platforms designed to streamline operations and solve real-world problems.
Practical Systems. Weird Worlds.
Building software, games and digital systems that solve real problems and create new worlds.
Explore Our Projects01 // Facilities: Get assets within map bounds
02 export function getAssetsInBounds(bounds) {
03 return supabase
04 .from('assets')
05 .select('*')
06 .within('geom', bounds)
07 .order('type');
08 }
09
10 // ownerId -> geometry ownership
11 // Freeze spell: pause movement, keep lifePractical tools and platforms designed to streamline operations and solve real-world problems.
Immersive worlds and engaging experiences built with creativity and intention.
Stories, streams and content from the Desk Council.
Skedd Systems is an independent studio focused on useful systems and original creative projects.