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
-
drop-to
drop-to PublicSelf-hosted file uploader that lets you route uploads through your own storage backends (Google Drive, S3, and more) instead of your app server's disk.
TypeScript
-
qr-generator
qr-generator PublicModern QR code generator for permanent QR codes that never expire — fully client-side, no backend and no tracking.
TypeScript
-
dev-toolkit
dev-toolkit PublicPassword, hash, JWT and URL utilities that run entirely in your browser.
TypeScript
-
url-shortener
url-shortener PublicA simple, free-to-use URL shortener that respects user privacy by storing no personal data and supports link expiration.
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


