Skip to main content

Getting started

superun is an AI-powered platform that helps users of any skill level create websites or apps using natural language.
From landing pages to complex tools, internal platforms, and interactive prototypes—superun lets you build and iterate quickly.
No. Whether you code or not, you can build using chat and visual editing.
Describe your goal in the dashboard message box. superun generates a starting version. Start small and refine incrementally.
Yes. Use templates or remix public projects to jumpstart your build.
If you’re using QQ email or Gmail and not receiving verification codes, try the following:
  • Check your spam/junk folder, verification codes may be marked as spam
  • Gmail users should check the spam folder, sender is UCDarts
  • If you haven’t received it for a long time, you can retrigger the registration process
  • Demo: Pure frontend, used only to validate ideas and workflows, uses fake data
  • Prototype: Same as Demo, does not include development
  • Development: Connects real capabilities (such as sending emails) to become a product that can actually serve other users

Building with superun

Focus on one feature at a time and build step by step; reproduce the issue before fixing when you can.For cross-page, permission, payment, login, or data-structure changes: start with free consultation and confirm the to-dos, then verify critical paths with testing after execute. If this round causes cascading issues, don’t keep patching along the wrong path — restore a stable version first, then return to consultation and re-split the scope.For copy, color, spacing, or single-page layout only, prefer Manual edit (no Compute Credits; current page only; changes write to the project only after you click Apply changes).Related: Manual edit · Version history · Consultation guide
Be clear and specific; iterate; include style or design keywords when helpful.
Use Supabase for persistence, authentication, and Edge Functions.
In your projects, superun can automatically integrate the following login methods using Supabase auth:
  • Email and password login
  • Phone verification code login
  • Google login
  • WeChat login (Official Account web authorization)
About WeChat login: WeChat login is now supported, but requires the following prerequisites:
  • A verified WeChat Official Account (Service Account with completed verification)
  • AppID and AppSecret configured in the Official Account backend
  • Your project domain added to the “Web Authorization Domain” whitelist in the Official Account settings
Once these conditions are met, tell AI your Official Account information in the conversation and superun will complete the integration automatically.
superun offers the following services that you can integrate into your projects:
  • superun Cloud: Integrate user authentication, data storage, and backend functions into your product.
  • superun AI: Integrate AI functions into your product.
  • Stripe: Integrate payment processing functions into your product. Securely accept payments, manage subscriptions, and process transactions (suitable for international payment scenarios, such as credit cards, digital wallets, etc.).
  • superun Pay: Fully managed WeChat Pay and Alipay for mainland China—enable on the payment plugin details page without applying for your own merchant IDs. See superun Pay.
  • WeChat Pay: Self-serve WeChat H5 Pay via the dedicated guide (different from the fully managed superun Pay flow).
  • Alipay: Self-serve Alipay H5 Pay via the dedicated guide (different from the fully managed superun Pay flow).
  • superun image generation: Integrate AI image generation functions into your product.
superun Pay is the platform’s fully managed WeChat Pay and Alipay solution for mainland China: hosted checkout, orders, and wallet flows. Enable it from the payment plugin details page.Fees, settlement, and withdrawal rules are not listed in full here. After you enable payments, see the live copy and agreements in the plugin, My Wallet, and related screens.For capabilities and setup, see superun Pay.
Never paste API keys, tokens, or other credentials in chat. Store them in environment variables or backend secret configuration.
Set page title/description, use semantic structure, and provide social share images.
If an exception appears while a task is generating (e.g., a network error toast or the task seems stuck), we recommend:
  1. Ignore it for now and wait for the generation to finish
  2. After it finishes, check whether the project works correctly
  3. If issues remain after generation completes, click the Repair button to let the system auto-fix
  4. If Repair doesn’t help, roll back to an earlier version or regenerate
Exception messages during generation are often temporary—wait until the task finishes before deciding whether anything needs to be done.
superun supports global access with no extra overseas-node configuration. All superun features work normally regardless of your region.
Two options are available, choose based on your needs:
  • Use your own merchant ID: Self-serve WeChat H5 Pay—you provide your WeChat Pay merchant ID, API keys (API key/secret), etc., and configure them in the conversation following the setup guide. See WeChat H5 Pay setup guide.
  • superun Pay (recommended): No merchant ID application needed. The platform fully manages WeChat Pay and Alipay collection for mainland China—just enable it on the payment plugin details page. See superun Pay.
  • Built-in capability: superun has a Video Generation plugin in the Skill Library. Seedance 2.5 supports image/video/audio references, 2–30 seconds or automatic duration, native audio, virtual presenters, and authorized real-person video. Tasks continue in the background and report progress on the video card. See Video Generation.
  • Integrate an external video API: For richer capabilities, you can also call an external video API. The provider needs to supply their API documentation and API key / secret, which you configure in the superun conversation.
  • Choosing a provider: There are many external video API providers with varying quality, styles, and pricing—compare and choose based on your needs.
  • Success story: Some users have packaged short-video apps and published them as WeChat Mini Programs—see WeChat Mini Program integration.
  • Access / cloud cost: See Pricing Plans. Cloud service is billed as “fixed + usage”, and the cost difference between ~500 and a few dozen daily users is small.
  • AI usage cost: Pay-as-you-go (by actual Compute Credit consumption); view details in Account Information - My Compute Credits - Consumption Details tab.
  • Withdrawals and taxes: For withdrawals, settlement, and tax handling of funds collected into the platform, you can use superun’s free consultation feature to ask.
The system supports version rollback: you can restore to any prior version in one click for safe iteration, avoiding extra consumption from redoing work.To save more Compute Credits, we recommend:
  • Use the free consultation / chat mode to think through your plan before letting AI act (the button turns green in consult mode);
  • For third-party setup (e.g. WeChat Pay H5 / Native), clarify the full checklist in free consultation first, then execute;
  • When you need a PPT, prefer generating a PPT file directly instead of building a full website app;
  • When something goes wrong, click Auto-fix first; if that fails, roll back or regenerate;
  • Before execute, review the plan and remove items you don’t need; say “only do X, don’t touch other modules” so a medium change doesn’t expand into a large build;
  • If the same issue keeps failing after repeated fixes, stop re-executing and re-analyze in consultation;
  • Prefer Manual edit for small tweaks; prefer Auto-fix for exceptions.
More: Credits guide, Money-saving tips.
Creating a project itself does not consume Compute Credits. Usage is mainly deducted when AI generates / executes a task.During execute, tools are chosen dynamically, so exact pre-estimates aren’t available. Discuss the plan in free consultation and lock scope first; after execute, check Account → My Compute Credits → Usage details.Consultation, Auto-fix, and Manual edit do not consume Compute Credits. Project costs may include AI execute, storage, and cloud — treat usage details → project details, confirmation dialogs, and the bill as the source of truth; don’t judge total cost from a single chat line.See Pricing and Credits guide.
No. When Su Xiaoqiang proactively offers a review, it usually looks only at code related to that recent change — not the entire project.To review more pages or features, type @code review yourself and say what to cover (billed in-product). Review does not replace real testing; use @auto test or manual checks for critical flows. See Auto-fix.For when to use Auto-fix / code review / auto test and how they’re billed, see the next item.
After review, still combine @auto test or manual tests for login, payment, permissions, and critical writes. If the same issue keeps failing: stop execute and return to consultation. See Auto-fix.
Start with free consultation: describe the goal and the error. Before Mini Program, domain, third-party API, or private deployment work, confirm: target platform, account entity, domain/filing, auth and allowlists, API docs, and who owns test/production acceptance.Provide API docs, auth method, request/response examples, and a test environment; don’t send production secrets, tokens, or passwords in group chats, screenshots, or plain text. Verify Mini Program, login, and payment on the target platform before go-live.Related: WeChat Mini Program · Custom domain · Private deployment
A crashing or frozen page is usually caused by a code bug that drives CPU / memory usage too high.
  • Refresh or restart the page first: in most cases a refresh temporarily recovers it.
  • Locate the issue: after recovering, tell AI the steps that triggered the crash so it can investigate and fix the code.
  • Repair or roll back: click Auto-fix, or roll back to a working version.
When you report to AI or support, try to include in one message:
  1. Project link and when it happened;
  2. Page, full steps, expected vs actual result;
  3. Screenshot, or a walkthrough video from the last ~5 minutes;
  4. Whether it followed publish, config, top-up, or a recent change;
  5. Features you must not break.
Use the in-product Auto-fix entry first; if it still fails, bring the materials above into consultation or support. Avoid “it won’t open” alone or repeating the same execute.Related: General troubleshooting · Walkthrough video
Not currently. superun does not yet support generating separate QR codes for individual Mini Program pages. For now you can only change the landing page shown when the Mini Program opens by modifying the entry route. If you need this, please contact support to share feedback.
If your site is hosted as a SPA (single-page app) + fallback, every URL returns the same homepage HTML, so search engines and AI crawlers only see the homepage content—inner pages can’t be indexed properly, hurting SEO / GEO.
  • Migrate to SSG: convert the project to static site generation (SSG) so each page outputs its own crawlable static HTML. See SSG migration.
  • Optimize for GEO: see GEO to improve visibility in AI / search scenarios.

Features

Configure project visibility in Publish settings. Published projects have a chance to be selected for community showcase (appearing in “See others’ creations”). If you don’t want your project in the community showcase, you can contact support to remove it, or take the project offline.
Entry point: After logging in to superun, scroll down on the homepage to find the “See others’ creations” section and click in to browse the community.What you can do in the community
  • Browse projects: See real apps built by other users and how different scenarios are implemented
  • Remix: Click “Remix” on a project card to start your own creation from someone else’s project
  • Learn best practices: The community covers e-commerce, management systems, assessment tools, event sign-ups, and more—a great place to learn
How to get your project into the community
  • When publishing, set visibility to “Public”
  • The platform periodically hand-picks quality projects from public ones for featured display
Don’t want to be showcased: Add our WeCom customer service to request removal, or take the project offline.
Even if a project is unpublished or offline, you can share it with others through an internal share link:
  • Find the “Open preview in new tab” option in the project navigation bar
  • Click to open preview in a new tab
  • Copy the preview page URL and share it with others
  • Internal share links are real-time and will not appear in public lists
You can view form submission data through the following methods:
  • AI will tell you the viewing path in the conversation
  • You need to generate a backend management page in the project
  • If using superun Cloud, you can view it in the database
consult mode can be used for free at the following times:
  • During the first-round style generation wait (currently defaults to 2, as shown in product), you can use temp-consult at the same time
  • After project work is completed, click Ask button (consult mode) and ask questions
  • If generation is in progress, consult mode needs to queue, wait until work is completed before consulting
Switch between Editable Design and Code mode depending on your task. Note: viewing code is available to all users; downloading / exporting code requires payment and must be completed in the desktop client (the web guides you there when you click download). See Code mode and Client apps.
Yes. Copying your own project does not consume Compute Credits. Marketplace demo copies are usually free; full-app copies may require a fee confirmation, and you often need your own third-party config, accounts, domain, or data afterward. Copying does not change the original. Treat the in-product confirmation page and fee prompt as the source of truth.See Project copy. For marketplace remakes, see also App Market.
After editing, open the publish flow, set visibility, and generate a shareable link. Preview this round’s changes before you publish; development and demo versions can be published, shared, or unpublished separately.Private publish is not access control: it mainly sets no-index to reduce search indexing; anyone with the link may still open the page. For customer data or internal apps, configure login and permissions — don’t rely on private publish alone.See Publish.
Use the publish settings wizard to connect a custom domain (major DNS providers supported).
Basic visit analytics are supported; you can also integrate third-party tools.
superun currently supports the following upload types and limits:Supported file types
  • Images: png, jpg, jpeg, webp, gif
  • Code/text files: svg, js, ts, jsx, tsx, py, java, cpp, c, h, cs, php, rb, go, rs, swift, html, css, scss, less, json, xml, yaml, yml, md, txt
  • Documents: pdf, docx, xlsx, xls, csv
  • Video: mp4, avi, mov, wmv, flv, webm, mkv
  • Audio: mp3, wav, ogg, flac, m4a, aac
Limits
  • Images: up to 20 MB per file, max 29900 pixels per dimension
  • Code/text files: up to 5 MB per file
  • PDF: up to 50 MB per file, max 800 pages
  • Word (docx): up to 50 MB per file, max 100 images
  • Excel (xlsx/xls): up to 30 MB per file, max 60000 characters of text content
  • CSV: up to 5 MB per file, max 60000 characters of text content
  • Video/audio: up to 100 MB per file
  • Maximum number of files per request: 10
  • Request timeout: 60 seconds
These limits apply to file uploads in relevant superun flows (for example, attaching files in chat or tools that accept uploads).
Yes. Paste sketches, screenshots, or design references to improve results.
Not yet. Use keyframe screenshots instead.
Yes. Import from Figma as a starting point and refine via chat/visual edits.
Not currently. Starting from an existing repository is not supported.
superun offers two private / self-hosted deployment paths—choose based on your needs:Path 1: Download the code and self-host (no technical support)
  1. Export the frontend code from the project during the development stage (on the web you will be guided to the client apps to finish the download; see Code mode)
  2. Deploy the code to your own server or a third-party hosting platform (e.g., Netlify, Vercel)
  3. Backend data, authentication, cloud functions and other capabilities that depend on superun Cloud need to be re-implemented by you
For this path, maintenance, security hardening, upgrades, and troubleshooting of the self-hosted code are entirely your own responsibility. The superun team does not provide deployment-related technical support for self-hosted environments.Path 2: superun enterprise private deployment (paid service) superun deploys a node inside your intranet environment, so app generation and runtime both happen within your network and business data does not traverse the public internet. You provide an intranet server and open the required access ports, and superun assists with node deployment.This path involves a one-time implementation fee plus regular usage fees. For the specific plan, server requirements, and a quote, please contact sales / support. See Private deployment.
Use the chat history or the history panel to view, preview, and restore versions.
Yes. Restore to any prior version in a single click for safe iteration.
Just type the model name directly in the chat box, for example:
  • “Switch to Deepseek”
  • “Switch to GLM”
  • “Switch to Claude”
No need to go to any settings page—AI will respond immediately and use the specified model for subsequent conversations.
No. After the domain resolves (usually a few minutes to a few hours), the platform automatically applies and configures an SSL certificate. No manual action is needed. Once the certificate is active, your site is accessible via HTTPS.
During the demo stage, AI automatically generates sample data for display purposes—this is normal behavior.To display real data, you need to enter the Development stage
  1. Click “Next, Develop” and connect a database (superun Cloud)
  2. After development is complete and published, enter real data with an actual account
  3. The published link will then show real data
Demo-stage data is only for validating UI and interaction flows and will not appear in your officially published app.
When backend uploads (e.g., PDFs, images) fail, common causes and checks:
  • Required fields not filled: if the form containing the upload has required fields left empty, submission / upload will fail—fill in all required fields per the on-page prompts before uploading.
  • Check on-page prompts: look for error hints near the upload control (format, size, count limits) and adjust accordingly.
  • Format and size limits: confirm the file type and size are within the supported range (see “What file types and sizes can I upload?” on this page).
  • Still not working: send the steps and an error screenshot to AI for help, or contact WeCom customer service for assistance.
The platform-assigned default subdomain cannot be fully canceled. However, you can bind a custom domain for branding; once it’s bound and active, you access your site via your own domain and no longer need to use the default subdomain. See Custom domain.
WeChat share cards automatically crop the centered 1:1 region of the image, so non-square images or images whose subject isn’t centered can lose key content (such as a logo).
  • Adjust the image: place key content (logo / subject) in the center, or use a 1:1 square image.
  • Advanced customization: for more precise share-card styling, use the WeChat JS-SDK to customize the shared content.

Managing your account

Not supported yet. As a workaround, create a new account and migrate via public + Remix.
Open the project → ShareInvite to collaborate, then invite by account (email / phone) or collaboration link. After they accept, they become collaborators. Full steps: Invite collaboration.Share work is for viewing the result; Invite to collaborate lets someone enter the project and work with you. Who pays for collaboration usage can be set by the project owner in share/invite settings (as shown in-product when balance is insufficient).
Project owners can use Project Transfer to hand a project to a teammate or friend. After the recipient confirms, they become the new project owner, and the original owner becomes a view-only collaborator. See Project Transfer for detailed steps.After the transfer, the new owner can continue copying the project. To prevent secondary copies, distribute the work through the marketplace instead of transferring it directly.Only the owner can start a transfer; the recipient has 30 days to confirm; you can withdraw before confirmation, and after confirmation it takes effect immediately and can’t be undone. Starting, accepting, and withdrawing do not consume Compute Credits. Past bills stay as-is; later usage is charged to the new owner.Compute Credits and plans do not move with the project; contact support if you need help with account credits.
Contact support (e.g., support@superun.ai) to request account deletion.
Compute Credits can be obtained through the following methods:
  • New user registration: Registration grants 40 Compute Credits (valid for 1 month); the first login also grants 10 Compute Credits (valid for 1 day), totaling 50 Compute Credits
  • Daily login: Automatically receive 10 Compute Credits per day when logging in, monthly cap of 40 (no manual check-in required). Daily login Compute Credits have a validity period of 1 day
  • Invite rewards: Friend needs to register through your invite link and complete a demo (select a style and execute to completion), you’ll receive 20 Compute Credits after completion
  • Top-up: You can top up on the top-up page, with a “Custom top-up” option on the far right
  • View specific earning and consumption details in Account Information - My Compute Credits - Consumption Details tab
The correct technical support email is support@superun.ai (note it’s .ai not .com). You can also contact the support team through official support channels on the website.
This usually happens because a different login method created a new account: if you originally registered with email and later switched to WeChat login, the system creates a new account and your original projects won’t appear.Solution
  1. Sign out and log back in with the email you used to register
  2. Once you confirm your original projects are accessible, bind WeChat in account settings so you can log in with WeChat going forward
  3. If you’ve forgotten your registration email, add our WeCom customer service for assistance
No. Clicking “Retry” continues the previously unfinished (interrupted) task—this is normal behavior and does not consume Compute Credits again. You can view each consumption in Account Information - My Compute Credits - Consumption Details tab.
Open Account Information → My Compute Credits → Consumption Details:
  • Usage details: all Compute Credit transactions
  • Project details: usage per project
  • Feature usage: cloud and other itemized charges
Use these to plan spend. Treat usage details, confirmation dialogs, and the bill as the source of truth for cost makeup.
Archive keeps project data and takes published sites / running resources offline so ongoing runtime costs stop. It is not permanent deletion and not account cancellation.Manual archive usually requires the project owner and an unpublished project; it generates a .superun credential — keep it safe. Restore may require uploading that file; fees and status follow the dialog at the time. After restore, republish if you need external access. Version history is not a rollback of external databases or third-party systems.If you only need to pause development but keep using the project, you can also disable superun Cloud from Development → Skill library (see in-product cloud controls). Details: Project archive & restore.
There’s no monthly plan at the moment. superun’s positioning differs from per-conversation subscription tools: app development is closer to a one-time investment (once built, you can keep using it), so we use pay-as-you-go Compute Credits rather than a monthly subscription. To control costs, use the free consultation / chat mode to clarify requirements before executing—this saves Compute Credits effectively.

Policies and Security

Use the official support channels on the website or email the support team.
See the Privacy Policy in the footer of the website.
See the Terms of Service in the footer of the website.
Refunds follow the Terms of Service. Specific policies are as follows:Compute Credits are a virtual service; once purchased, they are generally non-refundable. If you have questions about historical top-up orders or the Credits-to-Compute-Credits conversion, please contact support for help.Note: Compute Credits are valid for 12 months; the system automatically consumes the earliest-acquired balance first.For more details, please refer to the refund policy section in Pricing Plans.
superun aligns with industry best practices and advances compliance via third‑party audits and risk management.
Yes. superun follows GDPR and continuously improves data protection and privacy.

How superun works

Frontend with React/Tailwind; connects to OpenAPI backends; persistence/auth with Supabase.
Focused on web apps; you can build mobile‑friendly responsive pages.
By modeling recent messages and project state. Provide key details in each prompt for best results.
No. Tasks run in the cloud, not in your browser. You can close the tab, switch devices, or shut down your computer while a task is running—just reopen the project later to check the progress and results.
Yes. Refreshing the page doesn’t interrupt a running task—it keeps running in the cloud. After refreshing, return to the project page to continue watching the progress.
After publish, open Build → Skill Library → superun Cloud → Test environment for a backend isolated from production (limited-time free, as in product).
  • Separate URL / data / auth; changes do not sync to production
  • Idle environments usually recycle daily at 02:00
  • Only the project owner can enable, retry, or rebuild; editors can view
See Independent test environment.
Yes. Each project has its own independent context, so working on several projects in different tabs won’t affect each other’s results or quality. This applies to both the web and desktop versions. During peak hours a new task may take a moment to start, but it will always be processed.Within the same project, the main agent can also send complex work to the background: you can keep sending new asks in the main chat, and use Task view / the Tasks tab for subtask progress (as in product). See The agent assigns work for you.
Not necessarily. After the main agent assigns work to the background, the main chat may look idle for a while. Open Task view first to see whether subtasks are still running. See The agent assigns work for you.
Long jobs are often advanced in multiple background rounds. Each step may re-read context and call tools, so more rounds cost more. Review the plan and scope before running, and watch in-progress subtasks in Task view. Spend detail follows the bill and in-product copy; the billing view may be simplified and may not list every subtask line.
You, the creator, own your projects and code (subject to applicable terms and third‑party licenses).

About superun

superun operates as a distributed, remote-first team across multiple locations.
See the latest openings on our website and social channels.

superun Website

Visit the superun website to learn about products, solutions, and updates.