Starter Kits
v1.0.1by Extensions Maker
Create new projects from ready-made starters — HTML5, Tailwind, React, Alpine.js, a canvas game, Python and Node.js + Express
Starter Kits
Start a real project in two taps instead of hand-typing boilerplate on a phone keyboard.
Included starters
| Starter | What you get |
|---|---|
| HTML5 Starter | index.html, style.css, script.js — dark themed, no build step |
| Tailwind CSS Page | Responsive landing page using the Tailwind CDN with a custom brand colour |
| React (CDN) | React 19 + in-browser Babel, with a working to-do component in app.jsx |
| Alpine.js Page | Tabs and a counter driven entirely from markup |
| Canvas Game | A real game loop with touch controls, spawning and scoring |
| Python Script | main.py with argparse, plus requirements.txt and .gitignore |
| Node.js + Express | Express 5 server with a JSON API and static files |
Usage
You are asked for a project name, the files are written, and the first file opens.
Permissions
projectCreate — needed to create the project folder. You are prompted the first time, and can grant it once, for the session, or permanently.
Notes
The web starters (HTML5, Tailwind, React, Alpine, Canvas) run straight from Run with no toolchain. The Node starter needs npm install, so it needs the SrcNexus terminal set up.
