@madebyhex Fair concern, but I'd argue Svelte's syntax is actually closer to plain HTML/CSS/JS than React. Any dev comfortable with vanilla web can read a .svelte file in minutes. The bigger maintenance risk is usually the architecture, not the framework choice, imo ;)
this OpenClaw bot finds restaurants with ugly menus, rebuilds them as live web menus, and mails the owner a postcard...on autopilot.
here's how agencies can land recurring contracts with this system:
- scrapes every restaurant in a city in real time
- filters by review count + rating + last menu update + photo quality
- pulls the real menu items from the official site, PDF, or Google reviews
- samples the brand palette from the restaurant's own visual identity
- renders a 9:16 brand-matched menu, hosted live at a QR-accessible URL
- writes a personalized postcard referencing a real reviewer and a real dish
- mails it to the registered office addressed to the owner by first name
every step from discovery to brand-matching to outreach is automated.
reply "MENU" + RT and i'll send you a free guide so you can build this too
@ruan_exclusive@orca_build made a little script to open claude on every new terminal:
# Auto-launch Claude Code in Orca terminal panes
if [[ -o interactive && "$TERM_PROGRAM" == "Orca" ]]; then
command -v claude >/dev/null 2>&1 && c
fi