What's New

Latest updates from the project

unreleaMar 25, 2026

Landing Flow, Public Navigation & Blog Filtering

  • Refreshed public-page navigation and added blog category filtering
  • Hardened the new landing-first journey so /app now resolves based on actual project state instead of a fixed redirect assumption
  • Preserved landing idea drafts when editing, improved persona-card keyboard states, and removed redundant CTA loops back through /app
  • Added clearer landing-to-research handoff cues, especially for Vibe Coder projects that still need a target platform before research
  • Fixed an issue where the welcome modal could block clicks after closing and removed a duplicated footer on the landing page
KhazP
f48dfe3Mar 7, 2026

6 New AI Providers & Smarter Settings

  • 6 new providers — xAI (Grok), DeepSeek, Groq, Mistral, and Qwen now available alongside Gemini, OpenAI, Claude, OpenRouter, and Ollama
  • Tailored controls for each provider — Grok can now search the web, DeepSeek has a thinking mode, Groq and Grok have reasoning effort sliders, and Mistral has a safety toggle
  • Advanced settings adapt automatically — the settings panel only shows options your chosen provider actually supports
  • Better generation tuning — new sliders for repetition control and sampling across all compatible providers
KhazP
a27a19fMar 7, 2026

Faster & More Secure Streaming

  • AI responses now stream through Vercel's serverless functions — your API key is sent over HTTPS, used for that single request, and never stored or logged
  • Unified streaming engine under the hood — all 10 providers use the same reliable pipeline
  • Cleaner, faster experience with less code running in your browser
KhazP
602ba70Mar 1, 2026

Security, Performance & Reliability Update

  • Fixed a rare error that could occur after app updates (GitHub issue #10)
  • App updates now apply automatically in the background
  • Strengthened security headers and removed unnecessary build-time key exposure
  • Reduced deployment size for faster loading
  • Updated default Gemini models to the latest versions (Flash, Pro, Flash Lite)
KhazP
8fb80eeFeb 28, 2026

OpenAI-Compatible Provider & Connection UX

  • Added OpenAI-Compatible provider: connect to Groq, Ollama, LM Studio, or any OpenAI-compatible endpoint
  • Realtime WebSocket streaming support for compatible endpoints
  • New post-connection success screen showing provider name, default model, and a shortcut to customize model settings
  • Actionable toast notifications with contextual error messages for API failures
  • Connection testing with clear error feedback before saving
KhazP
b4142b9Feb 10, 2026

API Key Fixes & Streamdown Markdown Rendering

  • Fixed API key modal incorrectly showing for users with non-Gemini provider keys
  • Added Vercel Streamdown for improved markdown/code/math rendering
  • Added new shadcn UI components (button, button-group, separator, tooltip)
  • Updated design tokens and styling
KhazP
00489a5Feb 9, 2026

What's New Page

Added a dedicated "What's New" page to display project changelog and recent updates in a beautiful timeline format.

KhazP
6281596Feb 9, 2026

Enhanced API Key UX & VibeCoder Research Flow

Improved API key validation and input experience in settings. Refined the VibeCoder research flow to pre-fill project details automatically, reducing manual setup time.

KhazP
ac381c2Jan 31, 2026

Model Name Updates & Routing Fixes

  • Updated AI model names to their official product names across the app
  • Fixed persona routing issues
  • Introduced a content-rich landing page with improved app route isolation
KhazP
94ea0a2Jan 28, 2026

Model Pricing, Provider Settings & Mobile UX

  • Added model pricing display so users can estimate costs before generating
  • Enhanced the AI generation button with better feedback states
  • Implemented provider-specific model selection
  • Expanded advanced settings including Gemini's thinking budget and web search grounding
  • Improved mobile UI/UX across the board
KhazP
834b3b4Jan 27, 2026

Skills Installation via npx

Added npx commands for one-click skill installation. Integrated installation commands into skill data, detail pages, the skills index, and the installation guide.

KhazP
21ccf9cJan 23, 2026

SEO Enhancements & New Content Pages

  • Major SEO enhancements with additional programmatic SEO pages
  • Created About page
  • Added multiple blog posts covering AI coding documentation, Claude skills, coding workflows, technical PRDs, and more
KhazP
40c9043Jan 21, 2026

New Theme & Performance Optimization

  • Introduced new CSS theme with cyberpunk design tokens
  • Optimized UI animations, background rendering, and font loading for improved INP, LCP, and battery life
KhazP
b0cde94Jan 20, 2026

AI Loading Spinner & Cost Warnings

  • Introduced a reusable AI loading spinner component with smooth animations
  • Added cost warning for Gemini deep research agentic workflow
  • Minor formatting adjustments throughout
KhazP
f4e1358Jan 19, 2026

Major Mobile UX Overhaul

  • Mobile step navigation with swipe gestures and floating action button
  • Swipe-to-dismiss for modals on mobile
  • Touch-friendly scrollbars and tooltip positioning
  • Mobile file viewer for wizard pages
  • Transform card for mobile external AI workflow
  • Collapsible thinking status card with universal mobile cancel
  • Added Vercel serverless proxy for Deep Research to bypass CORS
  • Introduced "How It Works" page with enhanced SEO
KhazP
3921978Jan 18, 2026

Initial Launch: Core App, Skills & SEO

  • Built the complete 5-step wizard UI (Research → PRD → Tech Design → Agent Config → Export)
  • Implemented WelcomeModal, Home page, and full Layout component
  • Added p5.js flow field animated background with reduced motion support
  • Created Terms of Service, Privacy Policy, Contact, and Security pages
  • Introduced Vibe Workflow skills system with dedicated pages and data
  • Added optimistic updates for project data with new schemas
  • Implemented project context extraction from PRD and tech outputs
  • SEO meta descriptions, JSON-LD structured data, and persona landing pages
  • Claude skills for workflow, agents, and build steps
KhazP
9c6af64Jan 17, 2026

Security & SEO Pages

  • Added Security page explaining client-side API key management
  • Implemented Content Security Policy headers
  • Created SEO components and pages for different user personas (VibeCoder, Developer, Learner)
  • Updated copyright year across the app
  • Integrated AI agent skills for Vercel React best practices
KhazP
c10e6adDec 20, 2025

Core Constants & Multi-Provider Setup

Added core application constants, model configurations for all supported AI providers, and tool definitions that power the agent configuration step.

KhazP
d9e2f70Dec 15, 2025

PWA Support & Documentation

  • Implemented full PWA support with service worker, manifest, and update prompts
  • Added build chunking for vendor libraries and PWA cache size limits
  • Added MIT license
  • Updated README with multi-provider AI support details, advanced settings, and tech stack
  • Added privacy and security documentation for API key handling
KhazP
523ae78Dec 15, 2025

Project Workflow Pages & Core Infrastructure

  • Added all project workflow pages: Research, PRD, Tech, Agent, Build, Export, Projects, and Settings
  • Sitemap configuration
  • Core layout and navigation components
KhazP
775ab4fDec 14, 2025

Custom Instructions for AI Agents

Added support for custom instructions that let you personalize AI agent behavior. Define your own guidelines and preferences that the AI will follow during generation.

KhazP
e055205Dec 14, 2025

Multi-Provider AI Integration

  • Added Anthropic Claude API integration
  • Added OpenAI API integration with GPT models
  • Added OpenRouter API for access to multiple AI providers
  • Introduced model status indicators and settings components
  • Extended user settings with advanced generation parameters
KhazP
5b0f266Dec 13, 2025

Artifact Versioning & Cost Tracking

Implemented version history for generated artifacts and added cost tracking to help you monitor API usage and estimate generation costs.

KhazP
f4e5716Dec 13, 2025

Deep Research Mode for Gemini

Introduced deep research mode for Google Gemini, enabling more thorough and comprehensive research outputs with extended context and analysis.

KhazP
6721a05Dec 13, 2025

Quality of Life Improvements

Various UI improvements and settings enhancements for a smoother user experience across the application.

KhazP
0c332a2Nov 27, 2025

Supabase Integration & Dynamic Visualizations

  • Integrated Supabase client for Vite environment
  • Safe client initialization with runtime config
  • Dynamic launch protocol loading
  • Introduced p5.js for dynamic visualizations
KhazP
632353aNov 26, 2025

Project Inception

Initial project setup with Vite + React + TypeScript. Implemented Gemini API integration, API key gate, core UI components, and the foundational project structure.

KhazP