vibes

Generate a React app with Fireproof database and Clerk authentication.

134|5|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/popmechanic/vibes-cli --skill vibes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibes
Source: https://github.com/popmechanic/vibes-cli/tree/main/skills/vibes
Command: npx skills add https://github.com/popmechanic/vibes-cli --skill vibes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Vibes provides a self-contained app generator that outputs a comprehensive React web app with a local-first Fireproof database and Clerk-based cloud sync, enabling rapid prototyping without backend boilerplate.

Core Features & Use Cases

  • Single-file React app generation: Produces a complete app in a single HTML file with inline JavaScript and a Fireproof datastore.
  • Local-first + cloud sync: Supports offline-first workflows with real-time syncing when Connect is configured.
  • Auth-ready templates: Includes Clerk authentication integration and auto-wrapping for cloud-enabled apps.
  • Rapid prototyping: Ideal for turning prompts into working prototypes, demos, or MVPs quickly.
  • Flexible deployment: Works with Cloudflare deployment and in-browser assembly pipelines.

Quick Start

Invoke the vibes skill with a prompt to generate a React app, such as "Create a to-do app with local-first data and Clerk authentication." The system will generate app.jsx and index.html, assemble, and prepare a live deployable package.

Frequently Asked Questions about vibes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a single-file React app with local-first data and Clerk authentication?

To generate a single-file React app with local-first data and Clerk authentication, provide a prompt to the vibes skill which outputs app.jsx and index.html, automatically wiring Fireproof database and Clerk auth.

What is the best way to build a React prototype without writing backend boilerplate?

The best way to build a React prototype without backend boilerplate is using a single-file generator that embeds a local-first Fireproof database and optional Clerk authentication directly into an HTML file.

Does Fireproof database support offline-first workflows with real-time cloud sync?

Yes, Fireproof database supports offline-first workflows with real-time cloud sync, automatically enabling data synchronization when Connect is configured in the generated React application.

How do I add Clerk authentication to a React app for rapid prototyping?

To add Clerk authentication to a React app for rapid prototyping, the generator auto-wraps your application with Clerk integration, exposing a useFireproofClerk-based API for immediate auth management.

Can I deploy a single-file React app to Cloudflare?

Yes, you can deploy a single-file React app to Cloudflare. The generator works with Cloudflare deployment and in-browser assembly pipelines to prepare a live deployable package.

What are the limitations of generating single-file React apps with inline JavaScript?

Limitations of generating single-file React apps with inline JavaScript include targeting rapid prototyping and single-page apps rather than scalable production architectures, which may restrict complex state management.