Menu

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

  1. Check Application Logs

    • Review browser console for client-side errors
    • Check server logs for backend issues
    • Look for error messages and stack traces
  2. 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

Good to know: 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.

Theme

NEXTY.DEV adopts a modern styling system built on **Tailwind CSS v4** and **CSS variables**, supporting complete light/dark theme switching.

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

Complete documentation navigation and introduction for the NEXTY.DEV payment system

CMS

Learn how to use the CMS module of the NEXTY.DEV boilerplate, including TipTap-based rich text editor, blog management, tag system, image upload, video embedding, and how to easily extend and create new content modules.

Discord

How to enable and use Discord webhook notifications in the NEXTY.DEV boilerplate.

Email Notifications

How to send email notifications using Resend in NEXTY.DEV boilerplate.

Upgrade Guide

This guide provides detailed instructions on how to sync boilerplate new features. When using the boilerplate and wanting to upgrade to specific version features, refer to this document.