Skip to content

Instantly share code, notes, and snippets.

View kvasdopil's full-sized avatar

Alexey Guskov kvasdopil

  • guskov.dev
  • Stockholm, Sweden
View GitHub Profile
@kvasdopil
kvasdopil / .inputrc
Last active March 19, 2025 10:19
inputrc configuration
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[C": forward-char
"\e[D": backward-char
# ~/.inputrc on remote Ubuntu
"\e\e[D": backward-word
"\e\e[C": forward-word
# fallback for Meta + b/f in case other apps send it
@kvasdopil
kvasdopil / ui-gen.ts
Created April 15, 2026 09:44
UI gen prompt
export const GENERATE_UI_PROMPT = `# UI Generation Prompt
Generate a beautiful, non-interactive UI mockup using HTML and Tailwind CSS that solves the user's described problem.
**CRITICAL: Generate ONLY the page contents (div elements with Tailwind classes). Do NOT generate \`<!DOCTYPE html>\`, \`<html>\`, \`<head>\`, \`<body>\`, or any document structure tags. Only output the content that goes inside the body.**
## Requirements
### Technical Constraints