hunvreus

↗ HN profile [ 96.8 ms ] full profile
Karma
0
Created
()
Submissions
58,221
  1. I kind of wanted Openclaw, but for teams. It's a Typescript framework to create chat agents for Slack, Discord, and the likes: - Sandboxing for commands (just-bash, Docker, Gondolin), - Approval flows (e.g. any "risky"…

  2. I built that initially for an AI chat bot that allows teams to perform DevOps tasks straight out of Slack/Teams (with proper permission control, obviously). Useful to let developers perform mundane tasks, or help…

  3. clonecn is an agent skill for generating shadcn/ui themes from screenshots, URLs, or style prompts. You just feed it "Supabase.com" or "Tokyo cyberpunk mono" and it generates a theme you can preview (and customize…

  4. I prefer using Markdown files when taking notes or writing. Even more so these days when working with AI. So I thought I'd build a Notion clone on top of GitHub. You can try it out at pullnotes.com, or install it…

  5. Unoffice Hours Webring (unofficehours.com)
  6. I wanted to deploy Python apps but still wanted to have a polished UX experience, like Vercel has. So I built /dev/push for myself, and then decided to open source it. You can host it on a Debian/Ubuntu box by running a…

  7. Really, that's it: an open source and self-hostable alternative to Vercel, Render, Netlify, Laravel Cloud and the likes. Obviously simpler, but it should handle the basics pretty well: - Git-based deployments: Push to…

  8. Just a tiny tool I built a while back to export the list of GitHub profiles that starred a repo (aka "stargazers"). I built that for a couple of my open source projects (Basecoat [1] and Pages CMS [2]) as I wanted to…

  9. Fast(er)API: Optimizing Processing Time (fabridamicelli.github.io)
  10. Cinco 2.5 (celeryman.alexmeub.com)
  11. Basecoat ports the upcoming shadcn/ui v4 [1] to plain HTML + Tailwind (no React): - Live demo & documentation: https://basecoatui.com - MIT‑licensed and free: https://github.com/hunvreus/basecoat/ - Works with any…

  12. In a nutshell: Basecoat is a port of shadcn/ui to HTML and Tailwind CSS. It's a modern, themeable component library; everything from buttons to comboboxes and dialogs. Why? Well, I got sick of React and moved over to a…