Detailed Guide for Developing Products Based on Nexty.dev Boilerplate
Getting Help and Support
When you encounter issues during development, here are the recommended troubleshooting steps and support resources:
Self-Service Debugging
-
Check Application Logs
- Review browser console for client-side errors
- Check server logs for backend issues
- Look for error messages and stack traces
-
Stripe Dashboard
- Monitor payment processing status
- Review webhook delivery logs
- Check for failed transactions or API errors
Community Support
If self-service debugging doesn't resolve your issue, connect with the Nexty.dev community:
- Discord Community - Get real-time help from other developers and maintainers
- Share code snippets and error messages
- Ask questions about best practices
- Get feedback on your implementation
Tip: When asking for help, include relevant error messages, code snippets, and steps to reproduce the issue for faster assistance.
Site Basic Information
This is a comprehensive beginner-friendly guide that walks you through configuring basic site information, logos, and social media sharing cards in the Nexty.dev boilerplate.
Metadata
This article provides a detailed explanation of how to flexibly customize page metadata in Nexty.dev, including multilingual hreflang, canonical URLs, Open Graph, Twitter Cards, and more.
Internationalization
Nexty.dev provides a complete internationalization solution based on `next-intl`. This chapter will introduce you to the usage of internationalization features and guide you in extending multilingual support for your website.
Users and Database
Nexty.dev uses Better-auth to provide authorization and user-related functionality, and Drizzle for Postgres database management capabilities. This document will provide detailed instructions on how to develop and use user authentication and database features in your project.
Pricing & Payment
Nexty.dev is the only Next.js SaaS boilerplate that provides a complete pricing and payment solution. Starting from this chapter, you will gain an in-depth understanding of Nexty.dev's comprehensive capabilities in pricing management and payment processes.