Retool Review 2026: Can One Prompt Build a Production App?

Retool Review 2026: Can One Prompt Build a Production App?

What Is Retool?

Retool is a development platform for building internal business tools: dashboards, admin panels, CRMs, and workflow apps, all connected to your own databases and APIs. The new AI builder, currently in Beta and branded as AppGen, takes a plain-English description and generates a complete full-stack application from scratch.

It writes the database schema, seeds it with realistic demo data, writes the backend TypeScript functions, and builds a multi-page React frontend, all wired together and running on Retool’s built-in PostgreSQL database.

Retool
Discover honest assessments and insightful analysis of Retool to make informed purchasing decisions. Explore reputable reviews covering popular brands providing you with valuable clarity and confidence in your choices.
Besøg Retool

Who Is Retool For?

  • Internal tools developers who want to skip backend scaffolding and go from a written requirement to a working, data-connected app in a single session, without touching a framework or deployment config from scratch.
  • Operations and product teams that need a CRM, payment tracker, or maintenance dashboard but cannot wait for engineering to have bandwidth. Retool’s prompt-based builder gets them to a working version the same day.
  • Technical founders building internal platforms as part of their product. Retool gives them production-ready output with full code access, so they are not locked into a black box.
  • Developers who want a starting point, not a finished product. The code tab is open on every plan, so the generated app is as much a scaffold as it is a deliverable. Engineers who want to finish things their way will find the handoff clean.

Retool Pros and Cons

Pros
  • Full-stack app generated from a single prompt
  • Direct code access included on every plan
  • Function approval gate prevents accidental data writes
  • @ symbol connects data sources inside the prompt itself
  • Three distinct editing modes to suit any workflow
  • Output quality competes with purpose-built tools
  • MCP building supported via Claude Code, Cursor, and others
Cons
  • Complex builds take 15 to 20 minutes to complete
  • Per-builder plus per-user pricing adds up fast for growing teams
  • The new AI builder still carries a Beta label
Tip
Treat your opening prompt like a product brief, not a one-liner. Retool’s AI builder front-loads its planning, so a detailed prompt listing every page, every integration, and every data relationship you need is worth more than a dozen follow-up edits. I listed nine feature areas in my test prompt and got all nine pages built in one pass.

Rating Breakdown

Retool’s new AI builder is still labeled Beta, but the output I saw from testing does not feel like an early experiment. Here is how it performs across the areas that matter most when evaluating an AI app builder for real work.

FeatureScore (Out of 10)Why the Score
Ease of Use9.0Sign-up takes under two minutes and the builder UI is clear, but the function approval system adds a learning curve the first time you publish
Features & Functionality9.8Full-stack generation, MCP support, three editing modes, data approval gates, and agents: very little is missing at this stage
Design & Customisation9.2Generated output is polished and ships with a working dark/light mode toggle; post-build visual editing exists but the experience is still chat-first
Value for Money8.8The free plan is genuinely useful; paid tiers charge per builder plus per internal user, which climbs steeply as team size grows
Performance & Reliability9.5An 18-minute build for a 9-table full-stack app with zero errors and a built-in approval flow that adds confidence without blocking progress
Overall9.4The new builder produces full-stack apps that are ready for real use, with strong safety controls, code access on all plans, and output quality that outperforms most alternatives at this price point

Retool Features

  • Natural-language prompt generates a full-stack app in one session
  • @ symbol pulls external databases and services into the prompt mid-type
  • MCP integration with Claude Code, Cursor, Codex, ChatGPT, and Kiro
  • Human approval gate required before any data-writing function runs
  • Chat, selection mode, and direct code editing for post-build refinement
  • Built-in PostgreSQL database with staging and production environments
  • One-click publish to a custom .retool.app subdomain

My Honest Retool Review: What I Found After Testing It

You Prompt Before You Even Sign Up

The first thing Retool does differently is it does not ask you to create an account before you start building. The homepage opens with a large prompt box front and center, and you type your idea directly into it before touching a sign-up form.

There are two things worth knowing about this prompt box before you use it:

Starter prompts. A “Starter prompts” button opens a dropdown with four ready-made use cases:

  • Order management tool
  • Vendor onboarding tracker
  • Customer support queue
  • Sales KPI dashboard

screenshot of 'Starter Prompts' button

These are useful for exploring what the builder can produce. They are not templates you click through: you select one, and it populates the prompt box, which you can then edit before sending.

@ for data sources. Typing @ inside the prompt box opens a data source picker mid-sentence. The menu surfaces MySQL, PostgreSQL, Stripe, Slack, Snowflake, and more. This means you can write a prompt like “Create a vendor onboarding tracker that pulls vendor status from our @PostgreSQL database and flags incomplete submissions,” and the database connection is already named in your instruction before the build starts.

screenshot of 'Build via MCP' button

Build via MCP. Below the main prompt box, a “Build via MCP” button opens a modal (screenshot 3) that walks you through connecting Retool to Claude Code, Cursor, Codex, ChatGPT, or Kiro via a terminal command. For teams that prefer to build from their existing IDE, this is a fully documented path, not an afterthought.

screenshot of 'Build via MCP' menu

I tested the builder with a detailed prompt: a property management platform for landlords and tenants covering user authentication, property listings, lease management, rent payments, maintenance requests, document uploads, messaging, notifications, an admin dashboard, reporting, Stripe integration, PostgreSQL database, REST API, responsive design, and deployment instructions. Nine feature areas, one input.

screenshot of 'Send' button

After I hit send, the homepage prompted me to sign up or log in to continue building.

Verdict
This is one of the smartest onboarding decisions I have seen from a builder tool. Starting with the prompt before the sign-up wall removes the main reason people leave early: the friction of committing to a platform before knowing what it can actually do.

The starter prompts and the @ data source picker inside the prompt box mean you understand the tool’s capabilities before you have even created an account. Other builders make you explore features; Retool makes you use them.

Retool
Discover honest assessments and insightful analysis of Retool to make informed purchasing decisions. Explore reputable reviews covering popular brands providing you with valuable clarity and confidence in your choices.
Besøg Retool

Sign-Up Is Fast, With One Setup Step Afterward

Retool offers two sign-up routes: Continue with Google or email plus password. Google takes roughly 20 seconds.

screenshot of Retool Sign Up window

The next screen asks two things:

FieldWhat It Does
Full nameYour display name inside the platform
Organisation nameSets your subdomain, e.g. kimothokarani.retool.com

Subdomain availability is checked live and confirmed with a green tick before you click Continue. There is no email verification step, no onboarding checklist, and no feature tour to dismiss. The builder opens immediately.

screenshot of Retool Sign Up window

Retool’s sign-up page shows logos for Ramp, DoorDash, Stripe, Amazon, Snowflake, and OpenAI as existing customers.

That is context worth having before you evaluate whether the platform is serious about enterprise use cases.

Verdict
There are no onboarding walls here. Retool gets out of its own way and puts you inside the builder in under two minutes from a cold start. For a platform with genuine enterprise positioning, the simplicity of this process is refreshing. I have been through longer sign-ups for grocery delivery apps.

Inside the Builder: What You Are Working With

Once the builder loads, the interface is split into two panels:

Left panel: Chat, Data, and Code tabs

  • Chat is where you communicate with the builder during and after the build. Instructions, clarifications, and follow-up changes all happen here.
  • Data shows your connected resources (Retool Database and Retool Storage by default) and the list of backend functions the builder has generated, including which ones require approval before they can run.
  • Code opens the full project file tree: backend TypeScript functions organised by feature area, and frontend React TSX components organised into pages, components, hooks, and lib folders.

screenshot of Retool AI Chat

Right panel: Preview

This is the live preview of whatever the builder is currently generating. While the build is in progress, this panel shows a gradient loading state.

Once the build completes, it renders the full navigable app. You can switch between Preview and individual code files using tabs along the top.

A “Publish” button sits in the top-right corner and stays visible throughout the session, so you know going live is always one step away.

Verdict
The three-tab left panel is the right layout for a tool trying to serve both technical and non-technical users at once. Chat for guidance, Data for function management, Code for direct editing. Nothing is overloaded. The tabs tell you exactly what they do the moment you open them, and the live preview on the right means you are never guessing what you built. This is a well-organized workspace.
Retool
Discover honest assessments and insightful analysis of Retool to make informed purchasing decisions. Explore reputable reviews covering popular brands providing you with valuable clarity and confidence in your choices.
Besøg Retool

The Build Itself: 18 Minutes, 35 Changes, One Prompt

The build started at 7:55 pm. Here is what happened, in the order it happened:

Step 1: Reasoning. The builder did not start writing code immediately. It first displayed “Reasoning through the options…” and spent roughly 9 seconds analyzing the prompt before producing a structured plan. The sidebar showed a summary of what it intended to build across all feature areas: Payments, Maintenance, Documents, Messages, Notifications, Tenants and Users, and Reports. Each had a brief description of what it would include.

screenshot of Retool AI Chat

Step 2: Database tables. The builder presented a block of SQL labelled “Create all database tables” with a description: “Creates all 9 tables needed for the property management platform: users, properties, units, leases, payments, maintenance requests, documents, messages, and notifications.” The full CREATE TABLE code was visible in the panel. Two buttons appeared: Deny and Run. I clicked Run.

screenshot of Database tables

Step 3: Seed data, first pass. Next came “Seed demo users, properties, and units”: INSERT statements for demo landlords, tenants, and properties with realistic names, emails, roles, and phone numbers. Deny or Run. I clicked Run.

screenshot of the Run button

Step 4: Seed data, second pass. Then “Seed leases, payments, maintenance, messages, notifications”: INSERT statements for leases with real date ranges and rent amounts, payment records, maintenance requests with priority levels, message threads, and notification entries. Deny or Run. I clicked Run.

screenshot of the Seed Data

Step 5: Backend functions. The builder moved to “Now let me build all backend functions” and started editing code files without requiring my input. It generated functions like getStats.ts, one file at a time, streaming each to the Code tab as it completed.

screenshot of the Backend Functions

Step 6: Frontend pages. A long list of file edits followed: Dashboard.tsx, Properties.tsx, Leases.tsx, Payments.tsx, and more. The builder also cleaned up unused imports and fixed TypeScript errors automatically as it worked through the files.

screenshot of the process

Step 7: Testing and README. The builder ran its own tests against the database functions it had just written, confirmed they returned data, fixed a duplicate useEffect in Leases.tsx, resolved dependencies, and wrote a README covering Stripe integration steps, database indexes, scaling recommendations, and REST API mapping.

Build completed at 8:13 pm. 18 minutes. 35 changes across the codebase. The summary on the left panel listed exactly what was built across every feature area.

Verdict
18 minutes is longer than most AI builders take, and that is worth saying plainly. But most AI builders are not doing what Retool did in those 18 minutes. The reasoning step, the sequential database approvals, the self-testing pass, the README output: this is a builder that treats the process seriously, not one that rushes to a result you then spend hours fixing. I would take the 18 minutes. You should expect to.

The Output: What 18 Minutes Actually Produces

This is where Retool separates itself from most AI builders I have tested.

The finished app was named “PropManage” and had a fully branded sidebar with a logo, the logged-in user’s name and role (Sarah Johnson, Landlord), and ten navigation items: Dashboard, Properties, Leases, Payments, Maintenance, Documents, Messages, Notifications, Tenants and Users, and Reports. Settings and Sign Out sat at the bottom.

screenshot of the created app dashboard

Dashboard: The top row showed live alert banners: “2 overdue payments totalling $3,800” in amber, and “1 urgent maintenance request need attention” in red. Below that, eight KPI cards:

KPIValue
Total Properties3 active
Occupancy Rate67% (6 of 9 units)
Rent Collected$20,600 this period
Overdue Payments$3,800 (flagged in orange)
Active Leases5 expiring soon
Open Maintenance3 (1 in progress)
Tenants4 across 2 landlords
Unread Messages3 awaiting response

Below the KPI cards: a Revenue Overview chart (Collected vs Pending) and a Unit Status bar chart showing occupied versus vacant units. Below those: a Recent Payments list and a Recent Maintenance list, with entries colour-coded by status (Urgent red, High orange, Medium yellow, Resolved grey).

screenshot of the PropManage Payments tab

Properties page: Three property cards showing Oak Street Complex, Sunset Apartments, and Downtown Lofts. Each card displayed:

  • Unit count and occupancy percentage
  • Monthly revenue figure
  • Occupancy progress bar
  • Property type and owner
  • Edit and View buttons

Messages page: A split-pane inbox with Inbox/Sent tabs, an unread count badge (3), sender role labels (Tenant), message previews, timestamps, and a Compose button.

Payments page: Three summary cards at the top (Collected $20,600, Pending $13,000, Overdue $3,800), a “Stripe Integration Ready” banner with a Connect Stripe button, a searchable and filterable payment table with 14 results, and individual “Mark Paid” actions per row.

The app also included a light/dark mode toggle in the top-right corner of the preview (screenshot 1, second batch). Dark mode was the default. Switching to light mode updated the entire app instantly.

screenshot of Themes toggle

Every one of these pages came from a single prompt. The depth of what was built, including the color-coded maintenance priorities, the split-pane message reader, the Stripe integration banner, and the revenue vs pending chart, is not what you would expect from a first-pass AI generation.

Verdict
This is the section that will make or break your decision, so I will be direct. I have tested other AI builders that produce slicker marketing sites and faster toy apps. I have not tested one that produced a working nine-page internal platform with real data, role-based navigation, and color-coded business logic after a single prompt. Of everything I tested this year, only Figma Make Make reached a comparable level of output completeness. If what you need is an internal tool that looks and behaves like something a developer actually built, Retool’s new builder is currently the benchmark.

Three Ways to Edit After the Build

Once the build completes, Retool gives you three distinct ways to make changes. All three are available on the free plan.

1. Chat The left panel’s Chat tab stays active post-build. You continue typing instructions: “Add a city filter to the Properties page” or “Change the overdue payment card to show yellow instead of red.” The builder edits the relevant file and shows you what changed. This is the route for non-technical users and for changes that are easier to describe than to locate in code.

2. Selection mode. Clicking the selection mode icon in the top-right corner of the preview switches the app into an interactive editing layer.

screenshot of the Selection Mode

You click any component on screen and a floating tooltip appears, showing the component name and its linked source file.

An “Ask for changes” field lets you type a targeted instruction without leaving the preview. In my test, clicking the Payments page header opened a bubble linked to Payments.tsx. This is faster than describing which element you mean in a chat message.

screenshot of the editor

3. Direct code editing. The Code tab shows the full project file tree. Backend functions in TypeScript, frontend components as .tsx files, all organized and readable. For example, you can open getPayments.ts and read or edit the SQL query directly.

screenshot of the Code editor

The code is clean, well-structured, and does not require you to understand Retool’s internal architecture to work with it.

The table below summarises which editing mode suits which type of user:

Editing ModeBest ForRequires Code Knowledge
ChatNon-technical users; broad changesNo
Selection modeTargeted UI changes; faster than chatNo
Direct code editingPrecise logic changes; custom queriesYes
Verdict
Having three editing modes is not just a convenience feature. It determines whether the tool works across a mixed team. Developers can go straight to the code tab and work exactly as they would in any TypeScript project.

Ops managers and non-technical users can stay in chat. Selection mode covers the gap in between: you know what you want to change, you can see it on screen, you just do not know which file it lives in.

Most AI builders force everyone into one lane. Retool does not, and that matters when the person building is not always the person refining.

Retool
Discover honest assessments and insightful analysis of Retool to make informed purchasing decisions. Explore reputable reviews covering popular brands providing you with valuable clarity and confidence in your choices.
Besøg Retool

The Function Approval System: A Safety Gate That Makes Sense

Under the Data tab, there is a toggle: “Require approval to run functions that may modify data.” It is on by default.

Every function that writes, updates, or deletes data sits in a “Needs review” queue before it can execute. In my build, that included:

  • markAllRead
  • markRead
  • recordPayment
  • saveLease
  • saveProperty
  • saveRequest
  • saveUser
  • sendMessage
  • uploadDocument

screenshot of the 'Needs Review' list

Each one shows a banner at the top of its detail view: “This function requires review. Ensure it performs the right operations on the right data before approving.” You read the TypeScript, confirm the SQL is doing what you expect, and click Approve.

This matters for publishing. When I first hit Publish (screenshot 8, second batch), the publish checklist flagged a blocking issue: “There are functions that are not yet approved. You cannot publish functions that change external data without approving them first.” A “Review functions” button linked directly to the Data tab.

screenshot of the 'Publish' menu

After approving each function, the publish flow continued cleanly. I set the app URL (kimothokarani–properties.retool.app), chose a folder, tagged the release, and hit Publish.

Verdict
This system blocked my first publish attempt, and I am glad it did. I had nine functions touching live data and the platform required me to read every single one of them before they ran. That is not friction; that is the difference between a builder tool and a production tool.

If you are using Retool to manage real business data (payments, leases, user records), you do not want an AI writing database functions that run without your sign-off. Most builder tools do not give you this gate. The fact that Retool ships it on by default says something meaningful about how the platform thinks about what “done” means.

Publishing: Nearly One Click, With One Gate to Clear

The publish flow is straightforward once function approvals are in place:

  1. Click “Publish” in the top-right corner
  2. Set your app URL (format: [org]–[appname].retool.app)
  3. Choose a folder (defaults to Published)
  4. Tag the release: no tag or Major release (1.0.0)
  5. Click Publish

screenshot of the 'Publish' menu

The resulting URL is a clean, shareable .retool.app address. No separate hosting is required on the free plan. You can share the link immediately after publishing, and the app is live for anyone with access.

Verdict
Once the function approvals are cleared, publishing is genuinely fast and requires no separate hosting setup on any plan. The .retool.app URL is professional enough to share with a team immediately. One thing to flag: if you are expecting to go from a finished build to a live URL in 30 seconds, the function review step will catch you off guard the first time. Budget five to ten minutes for your first publish to review all data-writing functions. After that first pass, subsequent publishes are much quicker.

Retool Pricing and Plans

Retool uses a subscription model with an AI credit layer on top. There are two user types across all plans:

  • Builders: Users who create or edit apps in a billing cycle
  • Internal users: Users who only use apps without making edits

Key things to know before you commit:

  • There is no published money-back guarantee.
  • Payment is by credit card only.
  • Annual billing saves 20% across all paid plans.
  • AI credits cover app building and AI Actions. They renew monthly and do not roll over.
  • Agents are billed separately by the hour and do not draw from the AI credit pool.
  • Enterprise customers can connect their own model provider API key. When active, AI calls route through their own key and Retool credits are not consumed.
  • The Business plan is required for anything client-facing: portals, embedded apps, and custom branding are locked behind it.
  • Bonus credits are included at Team and above (750 base plus 250 bonus on Team; 1,500 base plus 1,500 bonus on Business). Additional credit packs can be purchased on any paid plan.

Which plan suits which user:

Solo developers and small teams doing initial builds can stay on the free plan comfortably. Teams iterating frequently will hit the credit limit and need the Team tier. Any team building client-facing or embedded apps needs the Business plan. Teams with compliance requirements, SSO needs, or more than a handful of builders should speak to sales about Enterprise.

Retool
Discover honest assessments and insightful analysis of Retool to make informed purchasing decisions. Explore reputable reviews covering popular brands providing you with valuable clarity and confidence in your choices.
Besøg Retool

Alternatives to Retool

The most direct competitor to Retool’s new AI builder for enterprise internal tools is Superblocks. Where Retool generates a full-stack app inside its own platform and keeps the code there, Superblocks generates apps as exportable React code that you can modify in your own IDE and deploy outside the platform entirely.

For teams that are serious about avoiding vendor lock-in, that distinction matters.

Superblocks also offers a hybrid security model: its agent runs inside your VPC while the builder interface is managed in Superblocks’ cloud, which makes it the stronger choice for organizations with strict data residency requirements. Retool does offer self-hosting, but it requires significantly more infrastructure overhead than Superblocks’ on-premise agent approach.

The trade-off is price. Superblocks is enterprise-only ($200 per AI builder per month, plus $100 per hosted app per month), which makes Retool’s free plan and Team tier dramatically more accessible for smaller teams.

FeatureRetoolSuperblocks
Ease of UseFree plan, prompt-first homepage, fast sign-upEnterprise-focused; higher barrier to get started
Best ForInternal tools teams of any size, developer-ledEnterprise teams with VPC and compliance requirements
Backend and DataBuilt-in PostgreSQL; 100+ integrations via @ syntaxFull-stack generation; exports clean standalone React code
Design FlexibilityChat, selection mode, and full code editing in platformDrag-and-drop, AI generation, and native IDE editing with two-way sync
Pricing ModelFree tier available; Team from $10/builder per monthEnterprise-only; contact sales

Final Verdict: Is Retool Worth It?

Retool’s new AI builder is the most capable prompt-to-app platform I’ve tested for internal tools. In just 18 minutes, it generated a multi-page property management platform complete with seeded data, business logic, dashboards, and navigation.

What impressed me most was the quality of the output. The app felt usable from day one rather than a rough prototype, and features like function approvals and full code access show Retool is focused on real production workflows.

That said, it isn’t ideal for everyone. Non-technical users may struggle with the publishing process, and per-seat pricing can become expensive as teams grow. The builder is also still in beta, so some rough edges remain.

For developers, startups, and operations teams building internal software, Retool currently delivers the strongest prompt-to-production experience available. If speed, flexibility, and production readiness matter, it’s one of the best AI app builders you can use today.

Retool
0 kr /mo
Start pris
Besøg Retool
Rating based on expert review
  • Brugervenlighed
    0.0
  • Support
    0.0
  • Funktioner
    0.0
  • Pålidelighed
    0.0
  • Pris
    0.0

Retool Review 2026: Can One Prompt Build a Production App?

Does Retool's AI builder work if you cannot code?

Partly. The prompt interface and chat editing are accessible to non-developers, and the generated output is navigable without touching code. The function approval system requires you to review TypeScript before any data writes go live, which assumes at least basic technical literacy. If you cannot read a SQL UPDATE statement, publishing will be confusing the first time.

Can you export the code that Retool builds?

The Code tab gives you full read and edit access to every file the builder generates, including TypeScript backend functions, React TSX components, and database schemas. But the app is designed to run inside the Retool environment. Unlike Superblocks, which exports clean standalone React code, Retool’s generated apps cannot be taken and deployed elsewhere without significant rework.

Is there a free plan, and is it actually useful?

Yes. The free plan includes unlimited web and mobile apps, 5GB of database storage, up to 5 users, and 250 AI credits per month. For a solo developer or a small team doing initial builds, that is enough to build and test serious applications. The limits you will feel first are the 5-user cap and the AI credit pool if you are iterating heavily.

What data sources can you connect in Retool?

Typing @ inside the prompt box surfaces a picker with MySQL, PostgreSQL, Stripe, Slack, Snowflake, and more. Retool also supports building via MCP, connecting to Claude Code, Cursor, Codex, ChatGPT, and Kiro. The full integration list across the platform covers 100+ databases, APIs, and services.

How long does a typical build take?

A simple single-purpose dashboard can finish in under five minutes. A complex multi-page application with nine database tables, multiple user roles, and several backend functions, like the one I tested, took 18 minutes. The builder pauses at each database operation and waits for your manual approval before continuing, so total time also depends on how quickly you review and run each step.

Kiro Review 2026: Is Amazon's Agentic IDE Worth the Download?

What Is Kiro? is a downloadable coding environment built by Amazon Web Services that takes AI-assisted development in a direction most tools in th...
17 min read
Walter Akolo
Walter Akolo
Hosting Expert

Devin AI Review 2026: Can It Actually Build Production Software on Its Own?

What Is Devin AI? is an autonomous software engineering agent built by Cognition. Unlike coding assistants that suggest lines or answer questions...
14 min read
Walter Akolo
Walter Akolo
Hosting Expert

Claude Code Review 2026: Is Anthropic's AI Coding Agent Actually Worth It?

What Is Claude Code? is Anthropic's terminal-based AI coding agent. You install it as a command-line tool, give it a prompt describing what you wa...
15 min read
Walter Akolo
Walter Akolo
Hosting Expert

Mendix Review 2026: Can Maia Actually Build Apps Without a Developer?

What Is Mendix? is an enterprise low-code application development platform owned by Siemens. Unlike browser-based AI app builders, Mendix operates...
14 min read
Walter Akolo
Walter Akolo
Hosting Expert
Click to go to the top of the page
Go To Top

Hostadvice.com udbyder professionelle anmeldelser om web-hosting, helt uafhængigt af andre virksomheder. Vores anmeldelser er objektive, ærlige, og anvender den samme evaluering til alle de anmeldte.

Økonomisk kompensation modtages fra de firmaer vi anmelder. Kompensation i form af service og produkter, har ingen indflydelse på retningen eller konklusionen af vores anmeldelser. Ej heller påvirker kompensationen vores ranglister for visse hostfirmaer.
Støt hjemmesideejernes fællesskab, ved at tilføje din ærlige anmeldelse af web-hostingudbyderen for din hjemmeside