Configure Your Environment Variables

Environment Setup for Startup Starter Kits

Step 4 - Environment Variable Configuration

Before running your project, ensure that you have updated the necessary environment variables. You will need to configure the following fields in your .env file:

# Basic Company Information
NEXT_PUBLIC_COMPANY_NAME="TTC Three Tech Consulting LTD" # Your company name, displayed in metadata and site content.
NEXT_PUBLIC_EMAIL="contact@threetech.consulting" # Public contact email for users to reach out.
NEXT_PUBLIC_COMPANY_WEBSITE="https://threetech.consulting" # Main website URL.
NEXT_PUBLIC_WEBSITE_CONTACT="https://startupstarterkits.com/#contact" # Specific contact page link.

# Location Information
NEXT_PUBLIC_COUNTRY="" # Country in which the company is registered. Used in legal documentation.

# Product Details
NEXT_PUBLIC_PRODUCT_NAME="Startup Starter Kits: Template" # Product name, used in metadata and throughout the site.

# URL Configuration
NEXT_PUBLIC_FULL_URL="https://startupstarterkits.com" # Full public URL of your project (including "https://"). Used for SEO and Open Graph metadata.

Make sure to fill in the NEXT_PUBLIC_COUNTRY field with the correct country in which your company is registered.

Pro Users

Pro users should refer to the SSK-Pro Features section for instructions on configuring additional environment variables for advanced features such as Stripe payment integration, database setup, and AI/chatbot configurations. These features require additional configuration that is specific to the pro version of the starter kit.

Last updated