Claude Code Boilerplate
FeaturesPricingBlogDocs
Get started →

Product

  • Features
  • Pricing
  • Skills

Compare

  • vs ShipFast
  • vs MakerKit
  • vs supastarter

Resources

  • Docs
  • Blog
  • Discord

Legal

  • License
  • Privacy Policy
  • Terms of Service
Claude Code Boilerplate

© 2026 Claude Code Boilerplate. All rights reserved.

Blog 2 posts

  1. 01.
    How to Build a User Settings Page in Your Next.js SaaS -- Profile, Password, and NotificationsAug 3, 2026

    Almost every SaaS needs a settings page the day after you wire up auth -- here is the architecture for handling profile photo uploads, password changes, and notification preferences in a Next.js app without turning your settings route into spaghetti.

    nextjssaascloudinarydrizzle-ormauth
  2. 02.
    Image uploads in Next.js App Router with CloudinaryMay 30, 2026

    How to add image uploads to a Next.js SaaS using Cloudinary -- a protected API route, a reusable upload hook, and storing only the public_id in the database so transformation URLs stay flexible.

    nextjscloudinarysaasdrizzle-orm