You've heard about vibe coding and you're wondering what it actually delivers once the novelty wears off. The question isn't whether AI can write code — it does that every day. The real question is what someone with no technical training can actually ship, how long it takes, and what it costs.
Here are 12 projects built by non-developers: internal tools that save hours, micro-products that bring in money, personal and nonprofit apps. For each one, you'll find the original problem, the tools used, the time spent, and the real cost. You'll see that none of them require a computer science degree — but none of them happen in thirty minutes either.
By the end, you'll know which type of project matches your current level, what these builds have in common, and where to start this week.
What „vibe coding" means, without the jargon
Vibe coding means describing in plain English what you want, and letting an AI assistant write the code for you, step by step, while you check the result on screen.
The term was popularized by Andrej Karpathy, Tesla's former AI director, in early 2025. The idea: you no longer type lines of code, you steer. You say „I want a page that shows today's orders with a button to mark them as delivered," the assistant writes the files, you look, you correct by voice or in writing.
Two words to keep in mind before reading on:
- A prompt: your written instruction to the AI. The more precise it is, the better the result.
- A deployment: the operation that moves your project from your computer to a real web address anyone can reach.
The most widely used tool for this kind of work is Claude Code, an assistant that reads and edits your project files directly. Its official documentation explains how it works. Almost all of the projects below were built with this type of tool, sometimes paired with a visual editor.
One honest note before we continue: the profiles are anonymized and the projects are grouped by type. The figures quoted are orders of magnitude observed on projects of this size, not market averages.
4 projects that save time at work
The most successful beginner projects are almost never consumer products: they're small internal tools that replace a spreadsheet that got out of hand.
1. An order dashboard for a florist
- Profile: shop owner, no technical experience
- Built with: Next.js and Supabase (a ready-to-use database)
- Time: one weekend, about 14 hours
- Cost: €0 for hosting, €12/year for the domain name
Orders came in by phone, Instagram, and email, then got copied into a notebook. The app shows the day's deliveries, the address, the time slot, and a „delivered" button. The real gain: about thirty minutes a day, and above all zero forgotten orders during the holiday rush.
2. A PDF quote generator for a plumber
- Profile: self-employed plumber, 46
- Built with: a simple web app and a PDF generation library
- Time: three evenings
- Cost: €0
Enter the job, the quantities, and the VAT rate, and the tool outputs a clean, branded quote ready to send. Before, each quote took twenty minutes in a word processor. Now it's two minutes from a phone, on site.
3. A team schedule for a hair salon
- Profile: salon owner, five employees
- Built with: an interactive drag-and-drop board and a shared database
- Time: about 20 hours spread over two weeks
- Cost: €0
The paper schedule pinned up in the salon kept causing time-off conflicts. The app shows who's working when, adds up the month's hours, and emails a summary on Sunday evening. The project took three complete rewrites of the hour-calculation logic.
4. A supplier invoice reader
- Profile: office manager at an 18-person company
- Built with: a web interface wired up to a document-reading model
- Time: one week, part-time
- Cost: about €8/month in AI usage
Drop in a PDF and the tool pulls out the supplier, the date, the pre-tax amount, and the VAT, then exports a file ready for the accountant. Human review is still mandatory: roughly one invoice in ten needs a manual correction.
4 projects that make money
A non-developer can sell what they build, as long as they aim at a narrow niche rather than a universal product.
5. A subscription-tracking micro-SaaS
- Profile: communications manager, 31
- Built with: Next.js, Supabase, and Stripe for payments
- Time: six weeks, evenings
- Result: about sixty paying subscribers at €4/month after eight months
The app lists your subscriptions, warns you before each charge, and calculates what you spend per year. The longest part wasn't the code: it was setting up payments, refunds, and automated emails.
6. A browser extension for research
- Profile: independent consultant
- Built with: a Chrome extension in JavaScript
- Time: four days
- Result: €19 lifetime license, a few hundred sales to date
The extension saves an article in one click, summarizes it, and files it by topic. Publishing to the extension store took as much effort as the development itself: privacy policy, screenshots, review.
7. A booking site for a personal trainer
- Profile: personal trainer, 29
- Built with: a time-slot calendar, online payments, and SMS reminders
- Time: two weeks
- Result: about €40/month saved on booking tools, and far fewer empty slots
The first plan was to add messaging, nutrition tracking, and a store. All of it got cut to keep only the booking flow. That's what got the project shipped.
8. A wedding vendor directory
- Profile: former wedding planner, career changer
- Built with: a site generated from a data table, one page per city and per trade
- Time: three weeks
- Result: ad revenue and paid featured listings for vendors
The principle: 400 pages created automatically from a single spreadsheet. The risk with this format is producing pages with no real content, so each city got a custom-written blurb before launch.
4 personal, nonprofit, or family projects
Projects with nothing commercial at stake are the best learning ground, because a mistake costs nothing.
9. A shared family shopping list
- Profile: father of three, no technical background
- Built with: a web app installable on a phone
- Time: one Sunday
- Cost: €0
Everyone adds an item from their phone and the list updates in real time for the whole family. A tiny project, but one that makes the idea of a shared database concrete.
10. A Telegram bot for a neighborhood association
- Profile: retired volunteer
- Built with: a script wired to the Telegram API
- Time: two evenings
- Cost: €0
The bot answers common questions (hours, address, next meeting) and relays announcements to the group. It replaced an inbox nobody ever checked.
11. A real-time fundraising counter
- Profile: treasurer of a sports club
- Built with: a public page wired to a spreadsheet
- Time: one day
- Cost: €0
A gauge shows the amount raised and the goal, updated automatically. Simple, visible, easy to share on social media: donations picked up sharply in the final days.
12. A revision quiz for a ninth-grade class
- Profile: history and geography teacher
- Built with: a quiz app with scoring and explained answers
- Time: one week
- Cost: €0
The questions go in a file, the app shuffles them and explains every wrong answer. Students get in through a simple link, with nothing to install.
What these 12 projects have in common
None of these projects started from a desire to code: every one started from a specific problem the person ran into every week.
Four things come up every time:
- A tiny scope at the start. One feature, one page, one user. The projects that fail are the ones that begin with „a platform that does everything."
- Real data from day one. Testing with your actual orders or your actual students immediately reveals what doesn't work.
- Lots of back-and-forth. Nobody gets the right result on the first prompt. Count on ten to thirty exchanges with the AI for a feature that holds up.
- Time spent outside the code. Payments, emails, privacy, going live: often half the project.
The pitfalls repeat too: accepting code you don't understand at all, leaving an API key visible in the browser, never backing up your work. They're covered in detail in our article on the 10 mistakes to avoid when you're starting with vibe coding.
Where to start building yours
The fastest way to get from idea to live project is to follow a guided path that imposes an order of operations, because the beginner's obstacle isn't the AI — it's knowing what to ask it and in what order.
Method 1: a guided path on Skilzy
Skilzy is a French platform where you learn AI and use it directly. The program for building an app with Claude Code follows exactly the logic of the projects above: frame the need, write a short spec, have the code written, test, deploy. The built-in AI Lab gives you access to the tools with credits included, so you don't stack up four subscriptions before you've even started.
The platform has more than 15 programs (images, video, music, automation with n8n, prompt writing, AI-assisted development) and two state-recognized certifications eligible for funding: RS7439 in AI content marketing and RS6792 in AI and sales. Subscriptions start at €29.90/month, no commitment.
If you just want to see what it looks like, the trial demo runs with no credit card: 7 days with 1 image, 1 video, 1 music track, and 10 messages. You do have to create an account, but no card is requested.
Method 2: the official documentation, for free
The Claude Code docs and the hosting providers' docs are public and free. Vercel's Hobby plan, for example, lets you put a personal project online without paying. That's perfect if you're self-directed and comfortable sorting through information yourself. The weak spot: nothing tells you what order to work in, and a lot of beginners give up at the deployment stage.
Method 3: video tutorials and communities
YouTube, Discord, and forums are full of demos. It's free and motivating, but the content ages fast: an eighteen-month-old tutorial often describes an interface that no longer exists. Use it as a supplement, to unblock a specific point.
Method 4: in-person training
Some providers offer on-site sessions. It's the most structured and most expensive format, mainly worth it when a company is training a whole team.
Whatever method you pick, choose your project first. If you're stuck, our list of 30 vibe coding project ideas will give you a starting point, and the complete vibe coding guide walks you through a project from start to finish.
The real common thread
Not one of the people here became a developer. They simply stopped putting up with a problem they ran into every week. The first project is almost always small, ugly, and useful. That's exactly what to aim for.
Pick the task that annoys you most in your week, write five lines describing what you'd want instead, and start there.