Skip to content

KrizVibe Editor is a next-generation web-based coding environment built for creators, learners, and developers who want to build websites visually, interactively, and intelligently. Powered by KrizVibe AI — our integrated AI website-generation assistant — the editor merges traditional hand-coding with AI-assisted “vibe coding”.

License

Notifications You must be signed in to change notification settings

altkriz/htmleditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ KrizVibe Editor — The Future of Vibe Coding with AI

KrizVibe Editor is a next-generation web-based coding environment built for creators, learners, and developers who want to build websites visually, interactively, and intelligently.

Powered by KrizVibe AI — our integrated AI website-generation assistant — the editor merges traditional hand-coding with AI-assisted “vibe coding”, enabling complete websites to be generated instantly and injected directly into HTML, CSS, and JavaScript editors.

KrizVibe Editor is free, open-source, and uses the Pollinations OpenAI-compatible API — no API key, no credit card, no rate limits..


🌟 Key Features

🧠 KrizVibe AI (Star Feature)

KrizVibe AI is the highlight of the entire editor. It is a fully integrated, automatic AI assistant built for modern web creation.

  • Generates complete websites from simple English prompts
  • Always returns perfectly structured [HTML], [CSS], [JS] blocks
  • Automatically injects code into Monaco Editor
  • Smooth docked AI panel with expandable animation
  • Uses Pollinations AI — completely free and open
  • Encourages creativity, rapid prototyping, and futuristic vibe coding

📸 Screenshot (KrizVibe AI Panel) KrizVibe AI


📝 Triple Monaco Editor (HTML | CSS | JS)

KrizVibe Editor uses the same engine as VS Code — Monaco Editor — delivering a professional coding experience directly in your browser.

  • Syntax highlighting
  • IntelliSense-enabled
  • Three separate tabs
  • Instant live preview

📸 Screenshot (Light Theme) Editor Light Theme


💾 Local Project Saving (Secure and Private)

All save features in KrizVibe Editor use localStorage, ensuring:

  • No servers
  • No cloud
  • Zero tracking
  • Maximum privacy

Users can:

  • Save unlimited projects locally
  • Auto-save drafts
  • Load/update projects
  • Import sample templates
  • Delete saved sessions

📸 Screenshot (Dark Theme — Project Panel) Local Save Panel


🌗 Light & Dark Mode

KrizVibe Editor features a sleek dual-theme interface with a toggle available in the navbar.

📸 Screenshot (About Section — Dark Theme) About Section Dark


📌 Additional Features

  • Real-time live preview (auto updates)
  • Mandatory filename before download
  • Download code as .html file
  • Open preview in a new tab
  • Responsive layout (desktop priority, mobile supported)
  • Modern UI with glass effects
  • Social footer + about page
  • Sidepanel for project management
  • 100% offline capable

🤖 KrizVibe AI — How It Works

KrizVibe AI uses the Pollinations OpenAI-Compatible endpoint to generate structured web code.

Example API Request:

{
  "model": "openai",
  "temperature": 1.0,
  "max_tokens": 1500,
  "messages": [
    {
      "role": "system",
      "content": "You are KrizVibe AI, a professional website-generation assistant. Always output exactly three sections using [HTML], [CSS], [JS] — no explanations."
    },
    {
      "role": "user",
      "content": "Create a landing page with a hero, features, and footer."
    }
  ]
}

Expected Response Format:

[HTML]
<!-- html code here -->

[CSS]
/* css code here */

[JS]
// javascript here

KrizVibe Editor automatically extracts these 3 sections and inserts them directly into the Monaco editor.


🚀 Why KrizVibe Editor?

Because coding should feel fun, creative, and frictionless.

KrizVibe Editor merges:

  • the power of AI,
  • the precision of real code,
  • the beauty of a modern UI,
  • the freedom of an offline tool,

into one seamless vibe-driven workflow.

Whether you're learning or rapidly prototyping, KrizVibe AI transforms your ideas into real interfaces instantly.


🛠️ Installation

No installation required — simply open index.html in any modern browser.

To host online, upload the files to:

  • GitHub Pages
  • Netlify
  • Vercel
  • Your own server

Everything is static. No backend required.


💚 Powered By

  • Monaco Editor
  • Pollinations AI
  • HTML, CSS & Vanilla JS
  • FontAwesome Icons

🤝 Contributing

Pull requests are welcome! If you want to improve vibe coding or the KrizVibe AI workflow, open an issue or PR.


📜 License

MIT License — free to use, modify, and evolve.


🌐 Connect


🎉 Enjoy the future of Vibe Coding with KrizVibe Editor.


About

KrizVibe Editor is a next-generation web-based coding environment built for creators, learners, and developers who want to build websites visually, interactively, and intelligently. Powered by KrizVibe AI — our integrated AI website-generation assistant — the editor merges traditional hand-coding with AI-assisted “vibe coding”.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages