Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
@dsplce-co

dsplce.co

Effortless tech, enterprise-grade tools, embedded developers

Visit our website to check out our work

🖤 dsplce.co

  ██████╗ ███████╗██████╗ ██╗      ██████╗███████╗
  ██╔══██╗██╔════╝██╔══██╗██║     ██╔════╝██╔════╝
██║  ██║███████╗██████╔╝██║     ██║     █████╗
██║  ██║╚════██║██╔═══╝ ██║     ██║     ██╔══╝
  ██████╔╝███████║██║     ███████╗╚██████╗███████╗
  ╚═════╝ ╚══════╝╚═╝     ╚══════╝ ╚═════╝╚══════╝

⚡ Effortless tech · 🛠️ Enterprise-grade tools · 👨🏻‍💻 Embedded developers


Website Email Schedule


🛠️ Who we are

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()
}
                   

💎 OSS portfolio

We don't only deliver commercial code

Crates.io Downloads

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 save

You probably dreamt about these.

NPM

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.

🏃‍♂️ relayr

Crates.io

Effortless 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-happen

Crates.io

Panic 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.


🔗 Get in touch

const contact = {
  email: "[email protected]",
  calendar: "book.morgen.so/dsplce",
  vibe: "professional but not boring"
}

Got a project? Need a hand? Let's build something awesome.

Email Us Book Meeting


Pinned Loading

  1. supabase-plus supabase-plus Public

    An extra set of tools for managing Supabase projects going beyond the possibilities of regular Supabase CLI

    Rust 67 1

  2. relayr relayr Public

    Cron scheduler with a delegated-flavour syntax

    Rust 6

  3. vue-modal vue-modal Public

    Call your modals imperatively, declare them declaratively

    TypeScript 5

  4. cant-happen cant-happen Public

    A library and manifesto on panicking gracefully and only if something can't happen

    Rust 4

Repositories

Showing 10 of 26 repositories

Top languages

Loading…

Most used topics

Loading…