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
-
Supabase Dashboard
- Verify database connectivity and queries
- Monitor RPC function execution logs
- Check authentication and authorization issues
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.
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.
Authentication & Database
Nexty.dev uses Supabase as the backend service, providing complete user authentication and database management functionality. This guide details how to implement key Supabase 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.
New User Welcome Email
Learn how to send welcome emails to newly registered users in products built with Nexty.dev, establishing connections from the first day users visit your website.
Browser Development Support
Nexty's server is built on Supabase, so how can it support browser extension development? This article explains how to implement login authorization, data requests, and authentication for browser extensions based on Nexty's server capabilities.