👇 Hit in your terminal to connect with me (it won’t mine crypto... probably).
npx rafael-infofunction rafaelInfo() {
const name = "Rafael Viana";
const stack = ["Hono", "HTMX", "SQLite", "Automation", "AI"];
const motto = "Ship small. Automate what's boring.";
const locales = ["en-US", "ja-JP", "pt-BR"];
return {
name,
motto,
stack,
socials: [
{ web: "shipdai.ly" },
{ x: "@vianarafaelds" },
{ yt: "coming soon" }
],
state: "slightly caffeinated, vaguely hopeful"
}







