Next.js Example Project
A complete Next.js reference project for @bildit-platform/nextjs.
Read the guide first
Work through the Integration Guide to understand each piece. Use this example project as a working reference to compare against.
Download Example Project
The example project demonstrates how to set up and use the @bildit-platform/nextjs library in a basic Next.js application. It includes:
- Complete Next.js project setup
- Integration examples with
@bildit-platform/nextjs - Configuration examples
- Best practices implementation
Get the Example Project
Download Example ProjectNote: You will need access to the private repository. If you don't have access, please contact your account administrator or the BILDIT support team.
What's Included
The example project contains:
- Setup Instructions: Step-by-step guide to get the project running
- Configuration Examples: Sample configuration files for Next.js
- Component Examples: Example components using
@bildit-platform/nextjs - Best Practices: Implementation patterns following BILDIT best practices
Getting Started with the Example
After downloading the example project:
- Install Dependencies: Follow the installation steps in the project's README
- Configure Environment: Set up your environment variables and configuration
- Run the Project: Start the development server and explore the examples
- Customize: Use the examples as a starting point for your own implementation
Requirements
Before using the example project, ensure you have:
- Node.js v18+ installed
- npm, yarn, or pnpm package manager
- Access to the
@bildit-platform/nextjsand@bildit-platform/nextjs-apipackages - A valid BILDIT Visual Experience Engine account
For step-by-step setup of your own project, see the Integration Guide.