AK AI Code Editor is a web-based platform that supports multiple models and operates with automation rules. It has an extremely low error rate, providing developers with an efficient and effective working environment.
- Auto Debug Module: Automatically analyzes written code, detects errors, and provides correction suggestions.
- Chat Module: Interacts with users, answers questions, and provides guidance.
- Think Module: Ensures logical steps are taken when writing code and provides feedback.
- Coding Module: Assists in writing code for specific programming languages (Python, PHP, etc.).
- Nomic Embed Module: Converts datasets into vectors for meaningful analysis.
- Vector Search: Performs vector-based searches on large datasets.
- React 18 with TypeScript
- Vite for fast development
- Tailwind CSS for styling
- Lucide React for beautiful icons
- ESLint configuration
- Full AI integration support
- Code validation system
- Interaction logging
- Debug mode with auto-debugging option
- After starting the development server, click the "Configure API" button
- Enter your API URL and API key
- Start coding with AI assistance!
npm run dev
- Start the development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm run lint
- Run ESLint
- Clone the repository:
git clone https://github.com/Ahmet-Dev/ak_ai_code_editor.git
- Navigate to the project directory:
cd ak_ai_code_editor
- Install dependencies:
npm install # or yarn install
- Start the application:
npm start # or yarn start
- Start the developer:
npm run dev # or yarn start
- Debugging and correcting code errors automatically.
- Getting programming assistance via the chat module.
- Implementing AI-driven coding assistance in web development projects.
We welcome contributions from the community! Follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
This project is licensed under the Apache License 2.0.
AK AI Code Editor, web ortamında çalışan, birden fazla modeli destekleyen ve otomasyon kurallarıyla modelleri yöneten bir platformdur. Hata oranı son derece düşük olup, geliştiricilere verimli ve etkili bir çalışma ortamı sunar.
- Auto Debug Modülü: Yazılan kodu otomatik olarak analiz eder, hata tespiti yapar ve düzeltme önerileri sunar.
- Chat Modülü: Kullanıcılarla etkileşime girerek soruları yanıtlar ve rehberlik sağlar.
- Think Modülü: Kod yazarken mantıklı adımlar atılmasını sağlar ve geri bildirim sunar.
- Kodlama Modülü: Spesifik programlama dillerinde kod yazmaya yardımcı olur (Python, PHP vb.).
- Nomic Embed Modülü: Veri kümesini vektörleştirerek anlamlı analizler yapar.
- Vektör Taraması: Büyük veri setleri üzerinde vektör tabanlı aramalar yapar.
- Depoyu klonlayın:
git clone https://github.com/Ahmet-Dev/ak_ai_code_editor.git
- Proje dizinine gidin:
cd ak_ai_code_editor
- Bağımlılıkları yükleyin:
npm install # veya yarn install
- Uygulamayı başlatın:
npm start # veya yarn start
- Yazılan kodları otomatik olarak debug etmek ve düzeltmek.
- Sohbet modülü ile programlama yardımı almak.
- Web geliştirme projelerinde yapay zeka destekli kodlama asistanını kullanmak.
Topluluğun katkılarını memnuniyetle karşılıyoruz! Katkıda bulunmak için şu adımları izleyin:
- Depoyu fork'layın.
- Yeni bir dal oluşturun (
git checkout -b feature-branch
). - Değişikliklerinizi kaydedin (
git commit -m 'Yeni özellik eklendi'
). - Dalınızı gönderin (
git push origin feature-branch
). - Bir Pull Request oluşturun.
Bu proje Apache License 2.0 ile lisanslanmıştır.