惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
博客园_首页
IT之家
IT之家
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Y
Y Combinator Blog
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
S
SegmentFault 最新的问题
T
Tailwind CSS Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
小众软件
小众软件
有赞技术团队
有赞技术团队

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
4 Ways to Get Started with AITuber, Sorted by Level
Yuki Shindo · 2026-05-31 · via DEV Community

If you have ever watched an AI VTuber like Neuro-sama and thought "I want to make one of my own," this article is for you.

AI VTubers (also called AITubers) are starting to feel within reach for individual creators. I have built several products to lower the barrier to entry, and in this article I want to use them to sort out four ways to get started, organized by level (as of May 2026).

From "I just want to try it out" to "I want to develop a completely original AITuber," pick the starting point that fits you best.

1. For people who just want to try it: Chrome on AITuber

Chrome on AITuber

If you first want to experience "what is an AITuber, anyway?", I recommend Chrome on AITuber.

It is a web app you can start just by opening it in Google Chrome, and you can get your first AITuber experience in these two steps.

  1. Chat with an AI character
  2. Use OBS to do a test stream on YouTube or Twitch

I think this makes a good first step into AITuber.

🔗 Chrome on AITuber

2. For people who want to stream more seriously: AITuber OnAir

AITuber OnAir

If you find yourself thinking "that was fun to play with, now I want to stream as an AITuber a bit more seriously," give AITuber OnAir a try.

  • It supports a wide range of LLMs and TTS, so you can set it up with the ones you like
  • You can set up the avatar you like, using VRM, PNGTuber, still images, GIF images, and more
  • Your conversation history builds up after each stream, and you can use it to grow your AI character

🔗 AITuber OnAir

3. For people who want to quickly build their own AITuber

Create AITuber OnAir CLI

If you are thinking "I want to use Claude Code or Codex to quickly try out an AITuber of my own," I have prepared a site that lets you get started with AITuber development easily. Together with an AI agent, you can set up your own AITuber development environment.

🔗 Start AITuber with AI Agent

If you would rather "build it by hand quickly instead of using an AI agent," the AITuber OnAir starter CLI is handy. You can quickly set up whichever you want from three types of AITuber apps: VRM, PNGTuber, and Live2D.

🔗 Create AITuber OnAir CLI

4. For people who want to develop something fully original: AITuber OnAir Core

AITuber OnAir

For people who think "templates are nice, but I want to move forward with fully original AITuber development," there is a set of TypeScript libraries starting with AITuber OnAir Core.

The common processing for AITuber is packaged as libraries, so by combining them I think you can start original AITuber development from scratch.

AITuber OnAir Core bundles the processing needed for an AITuber system into a single library, and using it you can easily create an original AITuber app.

But if you think "I want to build my own response system from a deeper, more internal level!", you can achieve that by using more finely separated libraries like the following.

These are libraries at the LLM and TTS level, so you can offload just the API integration parts to the libraries while developing an AITuber system with a stronger original character.

For those who have just started with AITuber

body diagram

If it is your first time, start with "Chrome on AITuber." After that, the flow into "AITuber OnAir" is what I recommend.

If you are unsure, I recommend trying number 1, Chrome on AITuber, first. Please go ahead and start your AITuber development from your favorite starting point.

The AI VTuber space is still young, and the tools are getting easier every month. Whatever sparked your interest, whether it was Neuro-sama or something else, I hope you find your own starting point here.