The official marketing website for Invook, an AI workflow platform for recurring work across business apps.
- Primary Domain: invook.ai
- Secondary Domain: thinkingsoundlab.com
Built with Next.js 15 and TypeScript.
- Framework: Next.js 15.5 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS 4
- Analytics: Vercel Analytics and PostHog
- Linting: ESLint
First, install the dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
npm run dev- Start development servernpm run build- Build for productionnpm start- Start production servernpm run lint- Run ESLintnpx tsc --noEmit- Run type check
├── app/ # Next.js App Router pages
│ ├── blog/ # Empty placeholder for future content
│ ├── changelog/ # Empty placeholder for future product notes
│ ├── pricing/ # Pricing page
│ ├── privacy-policy/ # Legal documentation
│ └── layout.tsx # Root layout
├── components/ # Shared layout components
├── features/ # Feature-oriented marketing sections
├── lib/ # App URL handoff helpers
└── public/ # Static assets
- Marketing Homepage: Premium hero composer with practical workflow prompt examples.
- Pricing: Free, Starter, and Pro plan details with FAQ content.
- Content Placeholders: Blog and Changelog pages ready for future publishing.
- App Handoff: Header, pricing, and composer CTAs route to the hosted app auth URL.
- SEO Ready: Sitemap, robots, and metadata for the marketing surface.
This project uses Vercel Analytics to track page views and user interactions.
For support or inquiries, email: [email protected]
The easiest way to deploy this Next.js app is to use the Vercel Platform.