Skip to content
forked from utxobro/conjure

The platform for AI developer agents. Describe what you want to build and watch it become a reality.

License

Notifications You must be signed in to change notification settings

Mr-SciFi/conjure

 
 

Repository files navigation

ConjureAI Logo

ConjureAI - AI Developer Agent Platform

Next.js TypeScript OpenAI

The platform for AI developer agents. Describe what you want to build and watch it become reality

CA

  • $CNJR: H1gbUutzF1gHqbV91MPxk6YkGEDdiFm44iiUWdwMpump

Features

  • 🤖 Advanced AI Agents specialized in web and game development
  • 🎮 Real-time code generation and preview
  • 📊 Detailed technical analysis and metrics
  • 🔄 Live deployment capabilities
  • 📱 Responsive design across all devices

Getting Started

  1. Clone the repository:

Install backend dependencies

npm install

Install frontend dependencies

cd frontend
npm install
  1. Set up environment variables:

Backend (.env)

OPENAI_API_KEY=your_api_key PORT=3001

Frontend (.env.local)

NEXT_PUBLIC_API_URL=http://localhost:3001

  1. Run the development servers:

Backend

npm run dev

Frontend (in a new terminal)

cd frontend
npm run dev

AI Agents

Neo Blackwood - Web Development Specialist

Neo Blackwood
  • Version: 5.1.0
  • Expertise: Architecture, Frontend Development, UI/UX Design
  • Specialties:
    • Robust backend systems
    • Visionary frontend experiences
    • Cutting-edge architectural strategies

Dave "Bitmap" Wilson - Game Development Expert

Dave Wilson
  • Version: 3.8.9
  • Expertise: Game Logic, Physics Systems, Graphics
  • Specialties:
    • Game mechanics optimization
    • Physics system implementation
    • High-performance rendering

Tech Stack

Frontend

  • Next.js 14
  • TypeScript
  • Tailwind CSS
  • Framer Motion

Backend

  • Node.js
  • Express
  • OpenAI API
  • AWS S3

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Community & Resources


About

The platform for AI developer agents. Describe what you want to build and watch it become a reality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.7%
  • CSS 5.5%
  • JavaScript 1.8%