IntelliGrid is an AI-powered pricing grid generator that helps you create professional pricing tiers for your product or service using KendoReact components and OpenAI.
- 🤖 AI-Powered Generation: Uses OpenAI to create tailored pricing tiers based on your product information
- 🎨 Beautiful UI: Built with KendoReact components for a polished, professional look
- 📱 Responsive Design: Works on both desktop and mobile devices
- 💻 Code Export: Get ready-to-use React code for your pricing grid
- ⚡ Fast & Modern: Built with Next.js for optimal performance
- Node.js 18.x or later
- OpenAI API key
- Clone the repository:
git clone https://github.com/Ionfinisher/intelligrid.git
cd intelligrid- Install dependencies:
npm install- Create a
.envfile in the root directory:
OPENAI_PROJECT_KEY=your_openai_api_key_here
OPENAI_API_BASE_URL=https://api.openai.com/v1- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
-
Fill out the configuration form with details about your product:
- Product/Service Name
- Industry
- Product Description
- Target Audience
- Number of Pricing Tiers
-
Click "Generate Pricing Grid"
-
View your generated pricing grid in the Preview tab
-
Get the code for your pricing grid in the Code tab
-
Download or copy the code to use in your own projects
- Framework: Next.js
- UI Components: KendoReact
- Styling: Tailwind CSS
- AI Integration: OpenAI API
- TypeScript: For type safety and better developer experience
/
├── public/ # Static assets
├── src/
│ ├── app/ # Next.js app router pages
│ ├── components/ # React components
│ ├── config/ # Configuration files
│ ├── hooks/ # Custom React hooks
│ └── lib/ # Utility functions and types
├── .env # Environment variables (create this)
└── example.env # Example environment variables
PricingGenerator: Main component that orchestrates the grid generationConfigurationForm: Form for inputting product detailsPricingGrid: Displays the generated pricing tiersPricingTierCard: Individual pricing tier cardCodeDisplay: Shows the generated React code
This project is open source and available under the MIT License.
Built by Teddy ASSIH
