Kimi Websites Full-Stack Capabilities
Full-Stack Website Building Upgrade
A complete website usually consists of three parts: front-end interface, back-end services, and data storage. Kimi Websites has been upgraded with full-stack website building capabilities, supporting end-to-end website generation and deployment from front-end pages to back-end databases.
| Capability | Description |
|---|---|
| Front-end generation | HTML/CSS/JavaScript page structure, styling, and interaction logic |
| Back-end database | Automatically builds a back-end database, with support for persistent data reads/writes and visual management |
| User login | Supports Kimi account login, and can also build an account-and-password login system through the database |
| Version management | AI automatically commits versions and supports rolling back to any historical version |
| Full-stack preview | Supports complete front-end and back-end preview; some scenarios require manually starting the sandbox environment |
| Publishing and deployment | Manually click “Publish” to deploy to the public internet. Before publishing, the site is available for preview only. Full-stack content deployment is supported |
Agent Deliverables
- Complete task execution files, including front-end and back-end code
- A full-stack website that can be previewed online and published
- A downloadable Zip package located in the
/mnt/okcomputer/output/directory
Use Cases
| Scenario | Example prompt |
|---|---|
| Build a landing page from scratch | Create a marketing landing page for a SaaS product with a tech-inspired style, including a hero section, feature introduction, pricing, and CTA |
| Recreate from a screenshot | [Upload a design screenshot] Turn this design into runnable webpage code |
| Personal portfolio | Create a personal portfolio website for a photographer, with a minimalist black-and-white style and support for a masonry image layout |
| Data visualization page | Create a data visualization webpage showing 2025 AI company financing data, including charts and filtering |
| Brand website | Create an official website for a coffee brand, using a Morandi color palette, with a homepage, product pages, and store pages |
| Login-protected app | Create an internal team knowledge base website where content can only be viewed after login |
| Data management admin | Create an event registration system where users can submit information that is saved to a database, and admins can view the registration list |
| Tool/calculator | Create a BMI calculator webpage with a clean interface, unit switching, and health category tips |
Current Limitations
The following scenarios are not yet supported and will be gradually opened in future versions:
- Third-party payment integration, such as WeChat Pay and Alipay
- Third-party OAuth login, such as WeChat and GitHub. Currently, only Kimi account login and account-and-password login are supported
- Complex server-side API integrations, such as connecting to external SaaS services