Skip to content
View ksprptr's full-sized avatar

Highlights

  • Pro

Block or report ksprptr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ksprptr/README.md
interface Profile {
  name: string;
  username: string;
  roles: readonly string[];
}

export default {
  name: 'Petr Kašpar',
  username: 'ksprptr',
  roles: [
    'Junior Full-Stack Developer',
    'Video Maker',
  ],
} satisfies Profile;

Pinned Loading

  1. drop-to drop-to Public

    Self-hosted file uploader that routes uploads through your own storage backends — Google Drive or any S3-compatible bucket — instead of your app server's disk.

    TypeScript

  2. url-shortener url-shortener Public

    A privacy-friendly URL shortener. Pick how long a link lives — an hour, a week, forever — share it, and manage every link you ever made from a small admin.

    TypeScript

  3. dev-toolkit dev-toolkit Public

    Password, hash, JWT and URL utilities that run entirely in your browser — no backend and no tracking.

    TypeScript

  4. qr-generator qr-generator Public

    Modern QR code generator for permanent QR codes that never expire — fully client-side, no backend and no tracking.

    TypeScript

  5. excalidraw-docker excalidraw-docker Public

    Forked from pmoscode-helm/excalidraw-docker

    Self-hosted Excalidraw with a runtime-configurable collaboration server and a persistent shared room — everyone who opens the app lands in the same board, no room links required.

    Shell

  6. coolify-garage coolify-garage Public

    Self-hosted S3-compatible object storage (Garage + garage-webui) with automatic cluster initialization — ready for one-click deploy on Coolify.

    Shell