
EaseAssign | Hire Top Freelance Talent & Manage Projects
Hire verified freelancers and manage remote projects securely.
@easyassignapp · X
EaseAssign :
The full gallery
Tech stack
30 projects

Hire verified freelancers and manage remote projects securely.
@easyassignapp · X
EaseAssign :

Get an instant SQL database endpoint and authentication keys ready to use in your app.
@gonelf · X
So many things - dead simple way to share projects within your team - dead simple base - no backend forms - ez directory submissions - a Lego event

Protect your email and calendar by requiring unknown senders to solve a CAPTCHA or pay a fee.
felixdoerp · HN
Hi HN, The one thing AI reliably does is generate noise. Half the tools I see launch are just machines for producing more noise across more channels. And people are starting to see this in the form of emails in their inboxes as spam filters are struggling. There used to be a useful signal in email: the effort a sender put into customizing a message was a rough proxy for how relevant it actually was. AI killed that. Now it's customized slop with the appearance of effort with none of the cost. It is painful that the open internet / open channels have been abused like this. Captchainbox applies the idea of proof-of-work to email. If a sender is willing to do a bit of work to reach you, the message is more likely to be worth your time and the sender more likely to be real. The work is a traditional captcha. You can also set a pay-to-deliver amount if you want more friction. The proceeds of the delivery payment after transaction costs go to the Internet Archive and the EFF. The tool curr

AI travel planner that reconciles different preferences to help plan activities together.
u/SnooDoggos8379 · Reddit
AI Travel Planner - my first side project in years! Hi all! I finally carved out some time to work on a side project that resolves a very real problem for me - my husband and I can never agree on what to do when we travel so the idea was to have AI reconcile our interests! I hadn't done full stack dev in a min so that's what made it more fun! Would love to get your feedback and insights : https://travel-tetris.vercel.app/ Thank you!!! submitted by /u/SnooDoggos8379 to

Browse and copy production-ready Node.js backend components inspired by shadcn/ui
@_akkal_dhami · X

Manage academic conferences: submit and review papers, handle scheduling and registration.
@harryjwang · X
I've used many of the major conference systems. Plenty still have docs as an unsearchable static site — or worse, as PDFs that stopped tracking the product three versions ago. Somehow, still true in 2026. We took an AI-first path with instead. Our docs are generated from the codebase itself. A custom Claude Code skill writes each page and retakes the screenshots whenever a feature changes — so the docs don't drift from the product. Every page still gets reviewed by a human before it ships. Now you can talk to them, too. We just shipped "Ask AI" over our docs: This feature also turned out to be a nice teaching case for agentic RAG vs. classic RAG: • Classic RAG: chunk → embed → vector DB → retrieve once, by fixed rules • Agentic RAG: hand the model a search tool and let it drive — write a query, read the results, rewrite, retry At more than 100 pages, still no vector database needed. And every answer cites the exact page it came from. #Age