Skip to content

pryeraaron95-code/aether-ai-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Aether AI Toolkit

Tools for thinking • Space for creativity • Built to explore

A collection of AI-powered tools designed to help shape ideas, refine thinking, and experiment with new approaches.

License API Architecture Frontend Status Design


Overview

The Aether AI Toolkit is a collection of purpose-built AI applications, each designed to perform a specific task.

Instead of building one general-purpose chatbot, this project takes a different approach:

Give each tool a role and let it do it well.

These tools are designed to be useful, focused, and a little more human, not just another generic interface.

Each app focuses on a distinct type of thinking:

  • idea generation
  • structured planning
  • reflection and feedback
  • evaluation and critique
  • content transformation
  • guided support

Some tools are lightweight and practical.
Others explore more advanced AI behaviours.

Together, they form an evolving toolkit designed for:

  • learning and development
  • creative workflows
  • productivity and organisation
  • experimentation with AI systems

Repository Status

This repository is actively evolving.

⚠️All tools in the Aether toolkit already exist and are in personal use, but are currently being refined before public release. Each tool is being reviewed, cleaned, and documented to ensure it meets the same standard as the projects already available here.⚠️

New tools will be added to this repository over time as they are ready.


Philosophy

Across all tools in this repository:

  • Each tool has a clear purpose
    No duplicates. No filler. No “just another chatbot”.

  • Structure over noise
    Outputs are guided, formatted, and intentional.

  • Prompting is part of the skill
    These tools encourage better input, not passive use.

  • Lightweight by default
    Simple architecture where possible. Efficient by design.

  • Built to evolve
    AI platforms change. These tools are designed to change with them.


The Toolkit

This repository is part of a broader system of tools.
More will be added over time as they are refined and updated, but they all share the same core ideas.

Below is a selection of working tools. Already built, actively used, and continuing to evolve as they are brought into this repository.


Core Tools

Tool Full Name Description
T.A.L.K. Tool for Answers, Learning & Knowledge A structured AI interface designed to support clear thinking, writing, and problem-solving. Built with intentional constraints to encourage better prompting and more meaningful interaction.
R.E.A.C.T. Reflective Evaluation & Assignment Coaching Tool Helps turn feedback into action by guiding users to refine SMART targets and build practical next steps.
I.N.S.P.I.R.E. Idea Nurturing & Structured Prompting for Independent Research & Exploration Generates tailored ideas, prompts, and starting points. Designed to spark creativity and exploration.
C.A.S.T. Collaborative Assignment Structuring Tool Breaks down and assigns group projects into clear, balanced roles and structures, helping teams work more effectively.

Supporting Tools

Tool Full Name Description
N.U.D.G.E. Next-step Understanding & Development Guidance Evaluator A lightweight self-evaluation tool that compares responses and offers guidance for improvement and next steps.
C.L.A.R.I.F.Y. Contextual Learning Aid for Revision, Insight, Feedback & You A flexible tutor-style tool that explains concepts, simplifies information, and supports understanding.
D.A.R.T. Dynamic Assistant for Resource Transformation Turns ideas into structured content, from outlines and notes to discussion prompts and learning materials.
S.E.E.D. Session Engagement & Evaluation Designer Builds activities, questions, and assessment ideas from a single objective. Helping sessions grow from a strong starting point.

Experimental & Advanced Builds

Note - These are currently under re-development as they were built using older OpenAI Assistants, which are being deprecated.

Tool Full Name Description
S.P.A.R.K. Summarise, Present, Adapt, Reformat, Knowledge Transforms large text or documents into structured, usable outputs such as summaries, slides, or teaching content.
E.C.H.O. Evaluation & Commentary for Human Output Analyses written work and provides structured, rubric-style feedback to support reflection and improvement.
W.H.I.S.P.E.R. Workplace Help & Instant Support for Policy, Education & Reference A retrieval-based assistant designed to answer questions using trusted documents, guides, or internal knowledge.
I.N.T.E.R.V.U.E. Interactive, Natural Training Environment for Role-based Verbal User Evaluation Simulates mock interviews with voice interaction, offering realistic practice and feedback.
M.U.S.E. Multimodal Utility for Simulated Engagement A roleplay and scenario-based tool designed for training, storytelling, and emotionally aware interaction.

AI & Architecture Notes

All tools in this repository use the OpenAI API.

  • Most tools use direct API calls
  • Some earlier builds used Assistant-based architectures (currently being updated)

This toolkit is actively evolving alongside changes to AI platforms and APIs.


⚠️ Requirements

To run any of the tools in this repository, you will need:

  • Node.js (v18+ recommended)
  • An OpenAI API key
  • Active API credits (usage is pay-as-you-go)

These tools do not include free-tier AI access.
All requests are made using your own API key and usage is billed to your account. This pay-as-you-go model keeps usage flexible and can be very cost-effective depending on how the tools are used.


🛠️ Setup & Installation

1. Clone the repository

git clone https://github.com/pryeraaron95-code/aether-ai-toolkit.git
cd aether-ai-toolkit

You’ll need to be inside this folder to run the app locally.


2. Install dependencies

npm install


3. Create your environment file

Create a .env file in the root of the project:

OPENAI_API_KEY=your_api_key_here

(Optional) OPENAI_MODEL=gpt-4.1-nano PORT=3000

An example .env can be found within each tool folder


4. Get an OpenAI API Key

  1. Go to: https://platform.openai.com/
  2. Create an account (or sign in)
  3. Generate an API key
  4. Add billing / credits

I started with $10 and barely scratched the surface.


5. Run a tool

Most tools follow a simple Node.js setup:

node server.js

Then open your browser at:

http://localhost:3000


Usage Notes

  • Each tool has its own folder and README
  • Some advanced tools may require additional setup (explained per tool)

Cost Awareness

These tools use a usage-based API.

  • Most interactions cost fractions of a penny
  • Longer conversations increase cost due to context being resent. (Not every tool does this)
  • Some tools intentionally expose estimated token usage to encourage efficient prompting

This is by design.


Current State

This is a living project.

  • Some tools are complete
  • Some are being updated
  • Some are being rebuilt

Future Direction

  • Migration to newer AI architectures (following depreciation of some original app architecture)
  • Explore integration with other API providers or offline local models
  • Improved UX/UI
  • Cross-integration between tools
  • Continued expansion of the toolkit

Note from the Dev

This isn’t a single tool. It’s a system of ideas - built, tested, refined, and evolving.

Each app exists for a reason. Designed to be creative, flexible, and not limited by “that’s just the standard”.

About

Experimental AI tools, deliberately designed with a little chaos and a lot of intent. A collection built with clear purpose, structure, and evolving design.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors