Show HN: Vibecoders – Find software engineers that are good at vibecoding
If you are concerned about AI replacing your coding job, fear not! Just level up and get very good at vibecoding."Vibe coding is the art of leveraging AI tools to their fullest potential in software development, creating a seamless fusion between human creativity and machine intelligence. It represents a paradigm shift where developers orchestrate AI systems rather than writing every line manually."The big tools out there are cursor, cline, aider, and Claude Code.https://andrewarrow.dev/This site was made with Claude Code from just 1 prompt. Go ahead and register and give your bio, github url, etc and you can be one of the early users. The idea is that people looking to build something can now go to just one person and really get in a few days what took a team and weeks before.Yes, the 10x or 100x engineer is no longer a myth.Here was prompt that made the site:You are to build the website vibecoders.com. It is a place to find software engineers that are very good at vibecoding:"Vibe coding is the art of leveraging AI tools to their fullest potential in software development, creating a seamless fusion between human creativity and machine intelligence. It represents a paradigm shift where developers orchestrate AI systems rather than writing every line manually."Use that quote on the homepage. Use tailwindcss and either esbuild or vite and not npm. You can use React or another front end javascript system. The backend should be in golang using the echo framework. Please keep main.go in the root directory and not inside a cmd directory. Use sqlite for the database. The tables are:users - unique username - bio - linked_in_url - github_url - photo_url - passwordsessions - user_id - token (random uuid)Seed the database with 3 usersAndrew Arrow 30 years in software development, I use Claude Code to vibe. https://www.linkedin.com/in/andrewarrow/ https://github.com/andrewarrow https://avatars.githubusercontent.com/u/127054?v=4 testingJane Smith https://i.imgur.com/HQs9d76.png testingJohn Smith https://i.imgur.com/ANgLsc6.jpeg testingThe homepage should list the top 3 users. Make the photos rounded and a width of 200.The backend should have api endpoints likePOST /api/login (compare password and insert session into database and return cookie) DELETE /api/logout (delete the session token from database and cookie) POST /api/register (compare two passwords, insert user row and then send user to login) PATCH /api/user (update the currently logged in user from cookie) GET /api/homepage-usersThe frontend should be a responsive layout that looks great on mobile and desktop. There should be clear ways to login, register, update your user info, and logout. Use a dark theme. Comments URL: https://news.ycombinator.com/item?id=43231978 Points: 3 # Comments: 0

If you are concerned about AI replacing your coding job, fear not! Just level up and get very good at vibecoding.
"Vibe coding is the art of leveraging AI tools to their fullest potential in software development, creating a seamless fusion between human creativity and machine intelligence. It represents a paradigm shift where developers orchestrate AI systems rather than writing every line manually."
The big tools out there are cursor, cline, aider, and Claude Code.
This site was made with Claude Code from just 1 prompt. Go ahead and register and give your bio, github url, etc and you can be one of the early users. The idea is that people looking to build something can now go to just one person and really get in a few days what took a team and weeks before.
Yes, the 10x or 100x engineer is no longer a myth.
Here was prompt that made the site:
You are to build the website vibecoders.com. It is a place to find software engineers that are very good at vibecoding:
"Vibe coding is the art of leveraging AI tools to their fullest potential in software development, creating a seamless fusion between human creativity and machine intelligence. It represents a paradigm shift where developers orchestrate AI systems rather than writing every line manually."
Use that quote on the homepage. Use tailwindcss and either esbuild or vite and not npm. You can use React or another front end javascript system. The backend should be in golang using the echo framework. Please keep main.go in the root directory and not inside a cmd directory. Use sqlite for the database. The tables are:
users - unique username - bio - linked_in_url - github_url - photo_url - password
sessions - user_id - token (random uuid)
Seed the database with 3 users
Andrew Arrow 30 years in software development, I use Claude Code to vibe. https://www.linkedin.com/in/andrewarrow/ https://github.com/andrewarrow https://avatars.githubusercontent.com/u/127054?v=4 testing
Jane Smith https://i.imgur.com/HQs9d76.png testing
John Smith https://i.imgur.com/ANgLsc6.jpeg testing
The homepage should list the top 3 users. Make the photos rounded and a width of 200.
The backend should have api endpoints like
POST /api/login (compare password and insert session into database and return cookie) DELETE /api/logout (delete the session token from database and cookie) POST /api/register (compare two passwords, insert user row and then send user to login) PATCH /api/user (update the currently logged in user from cookie) GET /api/homepage-users
The frontend should be a responsive layout that looks great on mobile and desktop. There should be clear ways to login, register, update your user info, and logout. Use a dark theme.
Comments URL: https://news.ycombinator.com/item?id=43231978
Points: 3
# Comments: 0