evoweb-aiCreate a Website in 4 Minutes Designed to Bring Clients from ChatGPT, Gemini & Modern Search
Install via ClawdBot CLI:
clawdbot install galizki/evoweb-aiCreate complete websites from text descriptions using AI-powered generation.
EvoWeb automatically generates modern, responsive websites from natural language prompts. Simply describe what you want, and the AI creates HTML, CSS, JavaScript, and content - delivering a complete, live website in ~4 minutes.
Perfect for: Landing pages and business websites
API Base URL: https://api.evoweb.ai/openapi/api/v1
Get your API key at https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0
Important: After registration, user MUST confirm the email address (this is required). The service won't work until email confirmation is complete.
If the user doesn't have an API key, you can still help them create a website:
See "Step 0: Handle Users Without API Key" in the instructions below.
Include this header in all requests:
Access-Token: your-api-key-here
The workflow is simple:
Typical generation time: 4-5 minutes
POST /sites
Creates a new website generation task from a text description.
Request Body:
{
"prompt": "A local coffee shop specializing in artisanal coffee and fresh pastries. We source our beans locally and focus on creating a cozy community gathering space for local residents, remote workers, and coffee enthusiasts."
}
Response (200 OK):
{
"site_id": "abc123xyz",
"status": "queued"
}
Status values:
queued - Task is in queue, waiting to startbuilding - Website is being generatedError Responses:
401 Unauthorized - Invalid or missing API key402 Payment Required - Insufficient credits on accountGET /sites/{site_id}
Check the current status of website generation.
Example: GET /sites/abc123xyz
Response when building:
{
"status": "building"
}
Response when ready:
{
"status": "ready",
"url": "https://website.page/my-site",
"editor_url": "https://web.oto.dev/ui/websites/abc123xyz/update/"
}
Response when failed:
{
"status": "failed",
"error": "Generation failed: Invalid prompt structure"
}
Status values:
queued - Waiting in queuebuilding - Currently generating (be patient!)ready - Complete! URLs are availablefailed - Generation encountered an errorError Responses:
404 Not Found - Site ID doesn't existPOST /sites/{site_id}/remake
Restart generation for a failed website. Works for sites with failed status as well as with 'ready' status.
Example: POST /sites/abc123xyz/remake
Response (200 OK):
{
"status": "queued",
"editor_url": "https://web.oto.dev/ui/websites/abc123xyz/update/"
}
Error Responses:
400 Bad Request - Can only remake sites with 'failed' status404 Not Found - Site ID doesn't existWhen a user requests a website, follow this workflow:
Check first: Does the user have the EVOWEB_API_KEY environment variable set?
If NO API key is available:
https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0&prompt=[URL_ENCODED_PROMPT]https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0&prompt=A%20local%20coffee%20shop%20specializing%20in%20artisanal%20coffee
š To create your website, visit this link:
[Your personalized link here]
After clicking "Create Website" button, you'll be able to create an account and your website will be generated automatically!
Important: URL-encode the prompt properly (spaces become %20, etc.)
If API key is available: Proceed to Step 1 below.
Focus on understanding the business essence from the user's description:
Important: Do NOT prescribe specific design details, sections, colors, or layout. The EvoWeb AI will handle all design and structure decisions automatically.
Example transformation:
Call POST /sites with the enhanced prompt.
Store the returned site_id - you'll need it for status checks.
Tell them:
Example: "⨠Creating your website now! Generation typically takes 3-5 minutes. I'll check the status and let you know when it's ready."
Call GET /sites/{site_id} to check progress:
Continue polling until:
ready ā Proceed to Step 5failed ā Proceed to Step 6When status is ready:
url - The live websiteeditor_url - Link to customize the siteOffer 3 specific ways to enhance the site:
Example response:
š Your website is ready!
š View it here: https://website.page/yoga-studio-23f4
āļø Customize it: https://web.evoweb.ai/ui/websites/abc123xyz/update/
Quick improvements you might want:
1. Add online class booking system
2. Integrate your Instagram feed
3. Add a blog section for wellness tips
Would you like help with any of these?
When status is failed:
POST /sites/{site_id}/remake and restart pollingExample response:
ā Website generation failed: [error message]
Would you like me to try again? I can restart the generation process.
If user agrees, call remake endpoint and resume polling from Step 4.
User: "I need a website for my yoga studio"
Assistant response:
"I'd be happy to help! To get started quickly, let me create a personalized link for you.
š Visit this link to create your website:
https://evoweb.ai/?utm_source=claw&utm_medium=skill&utm_campaign=website&utm_content=v1.0&prompt=A%20yoga%20studio%20offering%20various%20classes%20for%20all%20skill%20levels%2C%20focused%20on%20wellness%20and%20mindfulness
After clicking 'Create Website', you'll be able to create an account and your website will be generated automatically in about 4 minutes! āØ"
User request: "Create a website for my coffee shop"
Enhanced prompt:
"A local coffee shop called 'Bean & Brew Cafe' specializing in artisanal coffee and fresh pastries. We source our beans locally and focus on creating a cozy community gathering space. Target audience is local residents, remote workers, and coffee enthusiasts looking for quality coffee and a welcoming atmosphere."
User request: "I need a portfolio site"
Enhanced prompt:
"A professional wedding photographer specializing in capturing authentic, emotional moments. With 10 years of experience, I focus on storytelling through images and creating timeless memories for couples. Target audience is engaged couples planning their wedding looking for a photographer who can capture the genuine emotions of their special day."
User request: "Build an e-commerce site for my jewelry"
Enhanced prompt:
"A handmade jewelry business creating unique, artisan pieces. Each item is crafted by hand using traditional techniques and high-quality materials. The business focuses on custom designs and personal connections with customers. Target audience is women aged 25-45 who appreciate handcrafted, unique accessories and value the story behind their jewelry."
User request: "Landing page for my app"
Enhanced prompt:
"A project management SaaS tool designed for small to medium-sized teams. The app helps teams organize tasks, collaborate effectively, and track project progress in real-time. Key value proposition is simplicity and ease of use compared to complex enterprise solutions. Target audience is startup founders, small business owners, and team leads looking for an intuitive project management solution."
User request: "Website for our Italian restaurant"
Enhanced prompt:
"An authentic Italian trattoria run by a family with three generations of culinary tradition. We specialize in traditional recipes passed down through the family, using fresh ingredients and time-honored cooking methods. The restaurant offers a warm, family-friendly atmosphere and also provides catering services for special events. Target audience is locals and tourists looking for genuine Italian cuisine and a welcoming dining experience."
ā Do:
ā Don't:
Ready to create amazing websites with just a text description! š
Generated Mar 1, 2026
A coffee shop focusing on artisanal coffee and fresh pastries, sourcing beans locally to create a cozy community space for residents, remote workers, and enthusiasts. The website would highlight menu offerings, location details, and events to attract foot traffic and build customer loyalty.
A yoga studio offering classes for various skill levels, emphasizing wellness and mindfulness for a local community interested in fitness and mental health. The website would showcase class schedules, instructor profiles, and membership options to drive sign-ups and engagement.
A freelance graphic designer providing branding, logo design, and digital artwork services for small businesses and startups. The website would feature a portfolio, client testimonials, and contact forms to attract projects and showcase creative expertise.
An online store selling handmade crafts like jewelry, home decor, and gifts, targeting niche markets and direct-to-consumer sales. The website would include product listings, secure checkout, and shipping information to facilitate purchases and build brand trust.
A consulting firm offering business strategy and management advice to startups and SMEs, aiming to attract clients through thought leadership and case studies. The website would highlight services, team credentials, and contact options to generate leads and establish credibility.
Businesses like yoga studios or SaaS companies charge recurring fees for access to classes or software, providing steady revenue and customer retention. This model suits services requiring ongoing engagement and updates.
E-commerce stores and retail shops sell products directly to consumers online, generating revenue from individual transactions and upselling. This model relies on effective marketing and user-friendly shopping experiences.
Consultants, freelancers, and agencies charge for custom services such as design or consulting, often through project-based fees or hourly rates. This model focuses on client acquisition and delivering tailored solutions.
š¬ Integration Tip
Ensure the API key is set in the EVOWEB_API_KEY environment variable and confirm email registration to avoid authentication errors during requests.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Expert frontend design guidelines for creating beautiful, modern UIs. Use when building landing pages, dashboards, or any user interface.
Use when building UI with shadcn/ui components, Tailwind CSS layouts, form patterns with react-hook-form and zod, theming, dark mode, sidebar layouts, mobile navigation, or any shadcn component question.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when building web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Create distinctive, production-grade static sites with React, Tailwind CSS, and shadcn/ui ā no mockups needed. Generates bold, memorable designs from plain text requirements with anti-AI-slop aesthetics, mobile-first responsive patterns, and single-file bundling. Use when building landing pages, marketing sites, portfolios, dashboards, or any static web UI. Supports both Vite (pure static) and Next.js (Vercel deploy) workflows.
AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.