Two of the most common requests I hear from people discovering AI tools: "Can I build a website?" and "Can I build an app?" The answer to both is yes, with caveats.

Building websites

If you need a simple website, a personal portfolio, a landing page for a small business, a blog, or an event page, AI tools can build one for you in minutes. You describe what you want in plain English, the AI generates the code, and you get a live site you can share.

The tools below all handle website creation. Bolt.new and Lovable are the most straightforward for basic sites. For something more polished or content-heavy, you might also consider platforms like Squarespace, Wix, or Ghost (which now have AI features built in), though those are more traditional website builders with AI bolted on rather than AI-first tools.

For anything involving e-commerce, complex forms, user accounts, or payment processing, you will still benefit from a professional developer or a dedicated platform like Shopify. AI-built sites are excellent for getting started and for simple use cases, but they have limits.

Building apps and tools

Beyond websites, you can now describe a simple application and have AI build it: a workout tracker, a budget calculator, a reading list manager, a booking form, a discussion guide generator. These tools write the code, set up the hosting, and give you a working link to share.

A word of honesty: while these tools are impressive, the results are best for simple to moderately complex projects. Anything requiring complex logic, user accounts, or handling payments will still benefit from a developer. But for personal tools and prototypes, the capability is real.

No-code AI builders

Bolt.new
What it isBrowser-based AI builder that generates and deploys full-stack websites and applications from prompts
Best atQuick website creation, landing pages, simple web apps, turning an idea into a working demo in minutes
Free tierFree tier with limited daily usage tokens
First paid tierPro Plan - US$20/month (~A$32/month)
Ken's takeOf the no-code AI builders, Bolt is arguably the most accessible for people who have never touched code. You describe what you want, it builds it in the browser, and you can deploy it immediately. The results are surprisingly polished for simple projects. Good starting point.
Sign uphttps://bolt.new
Lovable
What it isAI-powered app builder focused on producing clean, well-structured code from natural language
Best atHigher-quality code output, more polished UI, good for apps you want to develop further
Free tierFree tier with limited message credits
First paid tierStarter Plan - US$20/month (~A$32/month)
Ken's takeI have used Lovable extensively. The code quality it produces is a step above most competitors. The challenge for non-developers is that when things go wrong (and they will), debugging requires some technical understanding. Be warned on cost: credits get consumed fast when you are iterating on a complex app. I spent close to A$2,000 on one consulting project. Start small, set a budget, and keep track of your spending.
Sign uphttps://lovable.dev
Replit
What it isBrowser-based coding environment with an AI Agent that builds apps from plain English
Best atFull development environment, AI that writes and deploys code, learning to code alongside AI
Free tierFree Starter tier with limited AI Agent access and one published app
First paid tierCore Plan - US$20/month (~A$32/month)
Ken's takeReplit is more of a full development platform than a simple app builder. The AI Agent is powerful but costs can be unpredictable as credits get consumed fast. Best for people who are curious about how code works and want to learn alongside the AI, rather than people who just want a finished product.
Sign uphttps://replit.com

Try this right now (free)

Open Bolt.new and type: "Build me a simple one-page website for a freelance graphic designer called Sarah. Include sections for About, Services, Portfolio (with placeholder images), and Contact. Use a clean, modern design with a blue and white colour scheme." Watch it build a complete, deployable website in minutes. Then try tweaking it: "Make the colour scheme warmer" or "Add a testimonials section."

For developers and people learning to code

The tools above generate apps for you. The two below are different. They sit alongside a developer who is already writing some code, helping write more of it. Worth knowing about even if you are not a developer yet, because they are how a lot of AI-augmented coding actually happens in 2026.

Cursor
What it isAn AI-first code editor, forked from Microsoft's VS Code. Looks like a normal editor; chat the AI, ask it to refactor, run multi-file edits across your project
Best atReal coding work where you want AI inside your editor rather than copying answers from a chatbot. Cursor 3 (April 2026) added an Agents Window that runs multiple AI agents in parallel across your local files and remote machines
Free tierHobby tier - free with limited daily AI requests
First paid tierPro - US$20/month (~A$32/month)
Ken's takeCursor is the IDE most working developers use for AI-augmented coding in 2026. If you already write code in VS Code, switching takes about ten minutes and the AI integration is genuinely better than the GitHub Copilot extension. The Agents Window in Cursor 3 is the headline new feature: multiple AI workers running in parallel on different parts of your project. The price climbs fast on the higher tiers because credit usage adds up. Not for non-developers, the value only kicks in once you are reading and writing actual code.
Sign uphttps://cursor.com
v0
What it isVercel's AI tool for generating user interfaces from text prompts. Type a description, get React components or a full Next.js application back
Best atProducing clean front-end code in React with shadcn/ui (a common modern component library). One-click deploy to Vercel hosting
Free tierFree tier with limited generations
First paid tierPremium - US$20/month (~A$32/month)
Ken's takeIf you are using React and Vercel, v0 is the obvious tool. The generated code is genuinely clean and follows current best practices. If you are not on that stack, v0 is the wrong tool, since the output is locked into React, Next.js and shadcn/ui. For non-developers, Bolt.new or Lovable are friendlier starting points. v0's premium credits cap quickly for sustained work, so power users end up at higher tiers.
Sign uphttps://v0.dev