Welcome to Initial Shell—the Quake-stylish
console for webmasters worldwide! Embed it in your site with a single <script>
tag and use commands to audit performance, check SEO, gather feedback, and more. It works standalone for custom setups or connects to initial.sh
for a broader ecosystem of plugins.
This repository contains the source for the @initial.sh/initial
npm package—your MVP console component.
- Quake-style UI: Drops from the top, full width, half height, with green text and a typing effect for responses.
- Core Commands:
init
,help
,clear
,exit
—essential controls. - Webmaster Tools:
-
lighthouse
: Mock performance and SEO audit with typed-out scores. -
seo
: Mock SEO check with typed-out results. -
feedback
: Collect user input, ending with “done.”
-
- Typing Effect: Responses appear character-by-character at 30ms intervals.
- Sounds: Audio cues for opening (400 Hz), closing (300 Hz), and errors (200 Hz).
- Standalone or Connected: Runs locally with mocks or links to
initial.sh/api
for plugins and data. - Plugins: Includes
ping
,time
,feedback
—extendable via a global register function.
Drop the <initial-sh>
tag into your webpage.
Click a button to show it—watch it slide down from the top!
Type commands at the >>
prompt:
-
init
: Welcome message. -
help
: List of available commands. -
clear
: Clear the console output. -
exit
or press Esc: Close the console. -
cookie
: List names of cookies set by the current website. -
lighthouse
: Mock audit with typed-out scores. -
seo
: Mock SEO check with typed-out tips. -
feedback
: Type your thoughts, end with “done.” - Unknown commands show:
ish: command not found: [input]
.
Add an api-url
attribute to connect to the initial.sh
ecosystem.
Clone the repository from github.com//initial.term, navigate into the folder, and install dependencies.
Build the project to generate dist/initial.js
—your bundled console.
Run the development mode to watch and rebuild as you modify the code.
Load the built file in a webpage, add the <initial-sh>
tag, and trigger it with a button to launch.
- v1 (MVP): Quake-style console, webmaster commands, typing effect—current state.
- v2: Themes (e.g., chatbot), real Lighthouse/SEO integration via API, additional plugins.
Found a bug or have a plugin idea? Open an issue or submit a pull request! Visit initial.sh for more details.
MIT—free to use and modify.
Check out initial.sh for documentation, plugins, and the project vision. This is the term repository—see initial.sh.git
for the website source.