verekia-setup

Set up a React Three Fiber boilerplate with Next.js, Tailwind, and TypeScript.

31|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/verekia/r3f-gamedev --skill verekia-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verekia-setup
Source: https://github.com/verekia/r3f-gamedev/tree/main/skills/verekia-setup
Command: npx skills add https://github.com/verekia/r3f-gamedev --skill verekia-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines starting a modern R3F game project by providing a Next.js Pages Router, Tailwind 4, Prettier, and TypeScript boilerplate, reducing setup time and configuration overhead.

Core Features & Use Cases

  • Ready-to-use project skeleton that combines Next.js Pages Router with Tailwind 4, Prettier, and TypeScript.
  • Includes a set of boilerplate utilities and configuration files (global.css, tsconfig, next.config.mjs, and a r3f-friendly types header) to accelerate development of React Three Fiber experiences.
  • Suitable for starting new R3F-based games and interactive demos with a consistent tooling and project layout.

Quick Start

Create a new project using Bun to install dependencies and scaffold, then run the build process to generate the static export.

Frequently Asked Questions about verekia-setup

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

FAQPage Schema
How do I set up a Next.js and React Three Fiber project boilerplate?

This skill scaffolds a Next.js and React Three Fiber project boilerplate by combining the Next.js Pages Router with TypeScript and Tailwind 4. It provides r3f-friendly boilerplate code and utility configurations to accelerate interactive game development.

Can I use Bun to install dependencies for a Next.js Tailwind TypeScript project?

Yes, you can use Bun to install dependencies for a Next.js Tailwind TypeScript project. The setup process relies on a Bun-based installation workflow to quickly scaffold the static export environment and apply the necessary Prettier and Tailwind configurations.

What is the best way to configure Tailwind and Prettier for an R3F game project?

The best way to configure Tailwind and Prettier for an R3F game project is using a pre-configured boilerplate. This setup includes a global.css, tsconfig, next.config.mjs, and an r3f-friendly types header, ensuring a consistent development layout and tooling.

Does this Next.js boilerplate support static export for React Three Fiber experiences?

Yes, this Next.js boilerplate supports static export for React Three Fiber experiences. It is specifically suitable for bootstrapping new R3F game projects that require a static export workflow, allowing you to build and generate static output seamlessly.

Why use Next.js Pages Router instead of App Router for a React Three Fiber project?

Using the Next.js Pages Router for a React Three Fiber project provides a simplified static export workflow tailored for interactive demos. This boilerplate leverages the Pages Router to deliver a consistent tooling layout and r3f-friendly environment without App Router complexities.