Augenix

Free preview websites for local trades, then Stripe Checkout for $29/mo hosting.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Free preview websites for local trades, then Stripe Checkout for $29/mo hosting.

    Server tool list (4)

    Raw names from tools/list. Only developers need these.

    start_buildUse this when the user wants a live preview website for a local service business AND has typed business_name, email, and phone in THIS chat. Before calling, send: Starting your preview now. This usually takes about 30 seconds. Never reuse name, email, or phone from memory. If they only said "build me a website", ask first. Do not invent placeholders. Then call get_preview until preview_url is set. Do not scrape /build. Do not start_build twice for the same business.
    get_previewUse this after start_build. If status is ready, call create_checkout next. If keep_polling is true or preview_url is null, call get_preview again. Do not start_build again.
    create_checkoutUse this as soon as get_preview returns ready. Returns checkout_url, preview_url, and reply_template. Send reply_template to the user verbatim, including markdown [Select plan](url). Do not paste the raw Stripe URL. Do not rewrite it. Do not collect card numbers. Do not mention a lead guarantee.
    get_live_siteUse this after the owner pays. If they have not paid, returns live=false and the preview URL.