📄️ Customize Landing Page
ShipNowKit provides multiple customizable landing page templates that you can tailor to your needs using AI-powered configuration. This guide will walk you through the process of creating an effective landing page quickly and efficiently.
📄️ Customize Login Page
A comprehensive guide to creating a professional authentication experience with ShipNowKit's flexible templates and OAuth providers.
📄️ Customizing Privacy Policy & Terms of Service
Learn how to customize your website's legal documents using ShipNowKit's built-in privacy policy and terms of service templates with AI assistance.
📄️ Add a New Page
Adding a new page in ShipNowKit follows the same pattern as in Next.js. Simply create a new folder in the app/ directory and add a page.tsx file inside it. Let's walk through this process with a practical example.
📄️ Add a New API
ShipNowKit uses Next.js Route Handlers to create API endpoints. Let's learn how to add new API routes with TypeScript support and proper error handling.