Hacker Newsnew | past | comments | ask | show | jobs | submit | necatiozmen's commentslogin

Yes, there are some security issues but at the end of the day this is a very new project with a lot of momentum. It’s going to evolve as more people start using and building on it. What we’re seeing right now feels like the first "real AI assistant" in practice.:)

We've prepared a comprehensive collection of production-ready Claude Code subagents: https://github.com/VoltAgent/awesome-claude-code-subagents

It contains 100+ specialized agents covering the most requested development tasks - frontend, backend, DevOps, AI/ML, code review, debugging, and more. All subagents follow best practices and are maintained by the open-source framework community. Just copy to .claude/agents/ in your project to start using them.


We've prepared a comprehensive collection of production-ready Claude Code subagents: https://github.com/VoltAgent/awesome-claude-code-subagents

It contains 100+ specialized agents covering the most requested development tasks - frontend, backend, DevOps, AI/ML, code review, debugging, and more. All subagents follow best practices and are maintained by the open-source framework community. Just copy to .claude/agents/ in your project to start using them.


Cool work, durable execution and resumability are hugely underrated problems in the agent space, especially once you move beyond toy demos. Love the checkpointing + waitFor pattern, and the Hatchet integration makes a lot of sense for infraheavy setups.

I’m one of the maintainers of VoltAgent , a TypeScript framework focused on agent composition, modular memory/tool flows, and built-in observability (tracing, input/output history..) (https://github.com/VoltAgent/voltagent)

We’re solving a different layer of the stack more on the orchestration/dev experience sid.

Definitely bookmarking this.


This is good example of vendor lock-in problem on low-code tools.


For the frontend, there is React framework called refine for building CRUD apps like admin panel and internal tools

https://github.com/refinedev/refine

It has built-in integrations for UI libraries and data providers. You can select your stack


Yes, you can bootstrap minimal CRUD app with authentication in 1 minute with refine - React framework app scaffolder. It gives the source code as well

https://refine.dev/#playground


Congrats on launching! I really like the dashboard UI and the clean documentation.

We are running an open source React-based framework called "refine" for building any kind of CRUD app like admin panels, dashboards, forms and internal tool etc. If you want to take a look, here is the repo: Repo: https://github.com/refinedev/refine


Cool spam but I don't think HN is the right place for non-constructive comments that seem to be written just in order for you link to your own products. We're supposed to (https://news.ycombinator.com/newsguidelines.html) have discussions about various things here, not just your own stuff :)

https://news.ycombinator.com/threads?id=necatiozmen


The funniest bit here is that OP is already using Refine.


You're right! https://github.com/enrolla/enrolla/search?q=refine

That makes the spam hilarious and sad! Hilarious because they didn't notice but sad because they didn't even check. The spam could have been a happy "Wow, so cool you're using what we're building" but instead it turned into a generic "Hey please use this thing I made" message.


If I were building an MVP today, my stack would likely include a web framework such as Django or Ruby on Rails for the backend, a React framework such as refine for the frontend, and a database such as PostgreSQL for data storage.

refine is React based for building CRUD app rapidly. Repo: https://github.com/refinedev/refine With refine You can build admin panel, dashboard, internal tolls, and any CRUD app rapidly

It eliminates the repetitive tasks demanded by CRUD operations and provides solutions for critical parts like authentication, access control, routing, networking, state management, and i18n.

It also has connectors for 15+ backend services including REST API, GraphQL, NestJs CRUD, Airtable, Strapi, Strapi v4, Strapi GraphQL, Supabase, Hasura, Nhost, Appwrite, Firebase.. So you can save a lot of time from development time.


I recommend looking at open source react framework for building CRUD apps.

GitHub repo: https://github.com/refinedev/refine

It is headless by default and supports Material UI, AntDesign, Chakra UI, and Mantine.

It has connectors for 15+ backend services including REST API, GraphQL, NestJs CRUD, Airtable, Strapi, Strapi v4, Strapi GraphQL, Supabase, Hasura, Nhost, Appwrite, Firebase..


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: