A Next.js application for processing Chinese characters (Hanzi), built on top of the AI SaaS Starter Kit template.
- Modern Tech Stack: Built with Next.js 15, React 19, and Tailwind CSS v4
- AI Integration: Ready for AI-powered Chinese text processing
- Authentication: NextAuth.js integration
- Database: PostgreSQL with Drizzle ORM
- Payment: Stripe integration ready
- Modern UI: Tailwind CSS with dark/light mode support
We are using npm as our package manager.
To use Yarn or any other package manager, delete the
package-lock.jsonfile and run the below commands using the package manager of your choice.
-
Install dependencies
npm install
-
Rename
.env.exampleto.envand set the environment variables -
Development server
npm run dev
Your app template should now be running on http://localhost:3000.
Additional commands:
npm run build # Build the project npm run start # Start the production server