NeuralInk is an AI-powered article generator that creates informative and engaging content on any topic. Built with Node.js and OpenAI's GPT-3.5, it provides a seamless experience for generating well-written articles in seconds.
- 🚀 Instant article generation
- 🎯 Topic-based content creation
- 💡 AI-powered writing assistance
- 📱 Responsive and modern UI
- ⚡ Fast and efficient performance
- Node.js (v14 or higher)
- npm (v6 or higher)
- OpenAI API key
- Clone the repository:
git clone https://github.com/yourusername/NeuralInk.git
cd NeuralInk- Install dependencies:
npm install- Create a
.envfile in the root directory and add your OpenAI API key:
OPENAI_API_KEY=your_openai_api_key_here
PORT=3000
- Start the development server:
npm run devThe application will be available at http://localhost:3000.
- Open your browser and navigate to
http://localhost:3000 - Enter a topic in the input field
- Click "Generate Article"
- Wait for the AI to generate your article
- Read and enjoy your generated content!
NeuralInk/
├── public/
│ └── index.html # Frontend interface
├── server.js # Backend server
├── package.json # Project dependencies
└── .env # Environment variables
We welcome contributions to NeuralInk! Here's how you can help:
- Fork the repository
- Create a new branch for your feature:
git checkout -b feature/your-feature-name- Make your changes and commit them:
git commit -m 'Add some feature'- Push to your branch:
git push origin feature/your-feature-name- Open a Pull Request
- Follow the existing code style
- Write clear commit messages
- Add tests for new features
- Update documentation as needed
- Ensure your code is well-documented
This project is licensed under the MIT License - see the LICENSE file for details.
- OpenAI for their powerful GPT-3.5 API
- Express.js for the backend framework
- Tailwind CSS for the beautiful UI components
If you encounter any issues or have suggestions, please open an issue in the GitHub repository.