SkillAgentSearch skills...

Next Adventure

A crowdsourced, mad-lib, choose your own adventure story!

Install / Use

npx skills add cassidoo/next-adventure

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Next Adventure

<p align="center"> A spooky, crowdsourced, mad-lib, Choose Your Own Adventure story <br/> built with Next.js, XState, Hasura, and Netlify Forms + Functions. <br /><br /> <a href="https://app.netlify.com/sites/next-adventure/deploys"><img src="https://api.netlify.com/api/v1/badges/f15231a7-3768-4634-a80c-f9d52ce062bf/deploy-status" alt="Netlify Status" /></a> </p>

What is this?

This is a project that uses Next.js, XState, Hasura, and Netlify Forms.

The "story" side of the app is a state machine that pulls a random character from the database and populates their data to make a "Choose your own Adventure" style story. The other side of the app is character submission, in which folks can send their characters to the story database, and their character may be randomly pulled from the database!

Installation options

Option one: One-click deploy

Deploy to Netlify

(If you click this button, it will clone this repo to your account, and sets that repo up immediately for deployment on Netlify)

Option two: Manual clone

  1. Clone this repo: git clone https://github.com/cassidoo/next-adventure.git
  2. Navigate to the directory and run npm install then npm run dev
  3. Make your changes
  4. Connect to Netlify manually (the netlify.toml file is the one you'll need to make sure stays intact to make sure the export is done and pointed to the right stuff)

Running the application

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

There are fallbacks in place if not, but if you would like to set up your own characters in the story, you'll need to set up your own Hasura database!

Related Skills

View on GitHub
GitHub Stars224
CategoryDevelopment
Updated28d ago
Forks23

Languages

JavaScript

Security Score

85/100

Audited on Jul 10, 2026

No findings