Skip to main content

Overview

Nextd’s publishing feature allows you to easily share your projects online, whether with friends, colleagues, or potential users. This feature supports continuous iteration, allowing you to update published websites at any time and connect custom domains.

Publishing Steps

1

Start the Publishing Process

Find and click the Publish button in the top-right corner of the project interface.
2

Begin Deployment

Select the Publish option from the dropdown menu to start the deployment process.
The entire deployment process typically takes about one minute to complete.
3

Get the Published Link

After deployment is complete, the system will display your project’s published link through a popup window.
4

Share Your Project

Share the obtained link with other users so they can access your project.
5

Update Published Content

When you make changes to your project, you need to use the Update option in the publish dropdown menu to push new changes to the published website.

Important Reminders

Always perform a security review before publishing. Published applications will be accessible to anyone with the link.
Please carefully check before publishing:
  • Whether sensitive information is included
  • Whether there are security vulnerabilities in the code
  • Whether the project is ready for public access
Published applications can be accessed by anyone with the link. Please ensure your project content is suitable for public display.

Frequently Asked Questions

Publishing errors are usually caused by potential issues during the build process. It’s recommended to check whether there are syntax errors or dependency issues in the project code.
Check the console logs for detailed error messages to help diagnose the issue.
No. Changes will not be automatically pushed to the published website. You need to manually click the Update button to push new changes.
Always remember to update your published site after making changes to ensure users see the latest version.
There is currently no direct “unpublish” option. If you need to completely remove a published project, you need to delete the entire project.
Deleting a project is permanent and cannot be undone. Make sure to backup your work before deletion.

Best Practices

Pre-publishing Checklist

  • Ensure all features are working properly
  • Remove or hide sensitive data
  • Test user interface responsiveness
  • Verify the availability of all links and resources

Ongoing Maintenance

  • Regularly update published content
  • Monitor user feedback
  • Fix discovered issues promptly

Performance Optimization

  • Optimize image and resource file sizes
  • Ensure fast loading times
  • Test performance on different devices
By properly using Nextd’s publishing feature, you can efficiently share your project results with others and maintain continuous improvement and updates to your projects.