Visit our website to check out our work
██████╗ ███████╗██████╗ ██╗ ██████╗███████╗
██╔══██╗██╔════╝██╔══██╗██║ ██╔════╝██╔════╝
██║ ██║███████╗██████╔╝██║ ██║ █████╗
██║ ██║╚════██║██╔═══╝ ██║ ██║ ██╔══╝
██████╔╝███████║██║ ███████╗╚██████╗███████╗
╚═════╝ ╚══════╝╚═╝ ╚══════╝ ╚═════╝╚══════╝
Tip
We're the team you call when you want one level beyond 😉
Struggling with tech complexity? Short on talented hands? We don't just consult — we embed ourselves in your workflow. You get a dedicated technical consultant who actually gives a damn about your success.
fn get_results() -> Solution {
dsplce::assign_consultant()
.understand_your_problem()
.build_the_damn_thing()
.ship_it()
}We don't only deliver commercial code
|
Make the Supabase DX even better. Batteries-included tooling for real-world Supabase development we've built to improve our workflow sbp stop-any # with no questions
sbp create bucket # and get a migration
sbp watch ./rpc # to populate them on saveYou probably dreamt about these.
|
Type-safe modal system for Vue 3. Minimal, composable, and actually enjoyable to use. Automatic prop inference, declarative definition, imperative control. const modal = useModal(ConfirmModal);
modal.open({ user, onConfirm });Because modals shouldn't be a pain.
|
🏃♂️ relayrEffortless delegated cron jobs for Rust. Zero boilerplate. Pure async power. Just works. #[relayr::job("0 0 * * *")]
async fn cleanup() {
// Ship it
}Cron jobs that don't make you cry.
|
🙅♂️ cant-happenPanic gracefully, only when it can't happen. A library and manifesto on mindful error handling. Replace unwraps with intention and justification. let regex = Regex::new("[a-z]")
.cant_happen("regex is hardcoded");For the 1% of unwraps that make sense.
|
const contact = {
email: "[email protected]",
calendar: "book.morgen.so/dsplce",
vibe: "professional but not boring"
}