A landing page built to showcase and advertise thinkr—a solution designed to automate e-commerce and Shopify operations using advanced AI agents. This page highlights key features of thinkr, advertising how it empowers Shopify store owners to streamline daily processes and boost productivity.
thinkr is dedicated to transforming the way you manage your online store. By leveraging AI agents, thinkr automates routine tasks such as inventory tracking, order processing, customer retention, and data analytics.
thinkr wants to empower entrepreneurs to focus on their passion by automating e-commerce operations with intelligent AI agents that deliver insights, drive decisions, and do the heavy lifting—while keeping humans firmly in control.
- Automated Shopify Operations: Automate routine tasks such as inventory tracking, order processing, customer retention, and data analytics.
- Inventory Management: Track stock levels, receive low-stock alerts, and optimize reorder schedules.
- Order Processing & Updates: Seamlessly manage and update orders across multiple channels.
- Actionable Insights: Gain valuable analytics to monitor store performance and market trends.
- Customer Retention: Utilize AI-driven recommendations to enhance customer engagement and loyalty.
- Promotional Campaigns: Easily create and optimize targeted marketing campaigns.
- Seamless Shopify Integration: Designed specifically to integrate with Shopify operations.
- Next.js (App Router)
- Tailwind CSS
To run the thinkr landing page locally from scratch, follow these steps.
- Node.js v18.17 or newer (matches
enginesinpackage.json) - npm v10 or newer (or Yarn, pnpm, or Bun if preferred)
- Git
- Optional: nvm to manage Node versions
-
Clone the repository
git clone <your-repo-url> # or with GitHub CLI # gh repo clone <owner>/<repo>
-
Enter the project directory
cd thinkr-landing -
Ensure the correct Node/npm versions (recommended if you use nvm)
nvm install 18 nvm use 18
-
Install dependencies
npm install # or yarn install # or pnpm install # or bun install
Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 in your browser to view the landing page.
This site runs without environment variables. If you want to enable analytics or webinar form submissions, create a .env.local file in the project root and add any of the following:
# Google Tag Manager (used in `src/app/layout.tsx`)
NEXT_PUBLIC_GTM_ID=G-XXXXXXXXXX
# Meta/Facebook Pixel (used in `src/app/layout.tsx`)
NEXT_PUBLIC_FB_PIXEL_ID=1234567890
# Google Sheets webhook for webinar registrations (used in `src/lib/googleSheets.ts`)
# Only required if you plan to submit the webinar form locally
NEXT_PUBLIC_GS_WEBHOOK=https://script.google.com/macros/s/XXXXXXXX/execTip: After changing env vars, restart the dev server.
npm run dev: Start the local dev servernpm run build: Create an optimized production buildnpm run start: Start the production server (afterbuild)npm run lint: Run ESLint
- Node version mismatch: ensure
node -vis >= 18.17. If using nvm, runnvm use 18. - Port already in use (3000): stop the other process or start on another port with
PORT=3001 npm run dev.
The thinkr landing page can be deployed using services like Vercel. Simply connect your repository to Vercel and follow the provided deployment instructions for a seamless launch.
For any inquiries, support, or further information, please visit thinkr or contact us via email at edu@thinkr.pro.
