Skip to main content

Free resources · no account

Tools and resources to build real software.

Explore CT Web Solutions downloads, developer guides, and focused AI skills. See what each resource includes and choose the setup path that works for you.

What’s in the skills download — view all contents

Design Ops Skills give your assistant focused instructions for specific tasks. The Developer Launch Kit below provides beginner setup, exercises, and example code.

  • 5 skills: Frontend Design Ops, Dashboard Design Ops, Landing Page Design Ops, Codex Review Ops, and Clip Editing Ops.
  • 3 checklists: Design quality, landing-page conversion, and dashboard real-data checks.
  • 3 prompts: Audit an AI interface, build a resource page, and build a dashboard.
  • 2 example briefs: Local-business dashboard and AI-automation landing page.
  • Setup and license: README instructions, an install.sh script, and the LICENSE file.

16 files total. Downloading or extracting the ZIP does not run its installer. Assistant apps, AI models, Hermes, and Phantom are separate downloads.

5 skills2 free appsClaude Code, Cursor, Codex & Hermes-readyMIT licensed

Apps, kits & guided builds

LINUX SETUP · FREE GUIDE

Install Omarchy

Create a bootable installer with practical steps for Windows, Mac, Linux, and compatible Chromebooks.

Read more
  • Official download links and SHA-256 verification commands.
  • Two-drive setup for an external USB or SSD installation.
  • Chromebook checks, boot troubleshooting, and a printable checklist.

Guide files only. Download the OS separately from Omarchy. Installation erases the selected target drive. Chromebook support varies; our Lenovo C340-11 boot issue remains unresolved.

DEVELOPER KIT · FREE

CT AI Developer Launch Kit

Start with a browser exercise, then explore assistant setup, example code, and tests. Nothing installs automatically.

Read more

Nine files to get you started

OPEN-ME.htmlWelcome page and browser exercise
START-HERE.mdLearning guide and next steps
PROJECT-GUIDE.mdShared instructions for your assistant
ASSISTANT-SETUP.mdCodex, Claude, and other assistant setup
DOWNLOAD-AND-SETUP.mdExtraction and optional Python setup
TERMINAL-COMMANDS.mdMac and Windows shortcuts
workflow_demo.pyOffline Python practice project
fictional-markets.jsonFictional practice data
test_workflow.pyFive project tests

Extract the ZIP and open OPEN-ME.html. The first exercise needs no account or extra software. Python is only needed for later steps. This kit does not include a finished trading bot, live trading, credentials, or the complete planned course.

PREDICTION BOT · DEMO RESEARCH

Kalshi Prediction Trading Bot

184 settled demo trades · 81.0% win rate · +$66.51 net after recorded fees. Snapshot: September 22, 2026.

View results, charts & details

Original Rust code · before Windows

The original demo source snapshot, before Windows compatibility changes and the later two-contract sizing update. Includes the strategy code and historical demo results.

Download original Rust source ZIP ↓

Mac edition · Apple Silicon

The newer two-contract demo bot with its matching Rust source, executable, launcher, and setup guide. Extract the ZIP and read START-HERE.txt. Requires your own demo credentials; no Rust installation is needed. The executable is unsigned and not notarized. Intel Macs are not included in this download.

The results below predate the Mac package’s two-contract sizing update. When moving an existing bot, stop its previous copy and preserve its accounting logs.

Windows edition

Separate Windows 11 x64 package with a demo-only executable, launcher, and setup guide. Extract the ZIP, add your own demo credentials, and run Start-Windows.cmd. No Rust installation or ChatGPT subscription is needed for the prebuilt download. The executable is unsigned.

Windows setup instructions ↗

The results below are from the original demo deployment, not a Windows trading run.

DEMO PERFORMANCE+$66.51 net after fees
Settled trades184
Win rate81.0%
Wins / losses149 / 35
Cumulative net profitSettled demo trades · USD
Cumulative demo profit across 184 settled tradesEach point is a settlement in time order. Net profit starts at zero and ends at 66 dollars and 51 cents after recorded fees. The horizontal axis counts settled trades, not elapsed time.$0$20$40$60$80Trade 0Trade 184

Performance by sample

The revised strategy and latest 30 are subsets of the total.

All settled trades+$66.51
149 wins · 35 losses81.0% wins
Revised strategy+$43.71
82 wins · 10 losses89.1% wins
Latest 30 trades+$14.49
26 wins · 4 losses86.7% wins
● Wins● Losses

Demo results, not live-money returns. Snapshot: September 22, 2026, 10:36 p.m. CDT. Includes recorded fees; excludes open positions and the manual test trade. Past demo performance does not guarantee future results.

Download the underlying data ↗

About the prediction bot

The Rust bot uses side-specific confidence, conservative pricing, bounded demo orders, and reconciliation with fresh-quote checks. The Windows edition packages this strategy separately with Windows launch scripts and ledger compatibility fixes. The original Rust source is also available separately above.

Independent educational project, not affiliated with Kalshi. These are demo results, not live-money returns or a guarantee of future performance.

Read the results methodology ↗
MACOS APP · APPLE SILICON

Phantom

Simulate iPhone GPS locations over USB with teleport, drive, and fly modes. No jailbreak.

Read more
  • Teleport, drive, and fly modes with adjustable movement.
  • iOS 17+ over USB, for your own device; fully reversible.
  • Version 1.1.0 for Apple Silicon. Download: 168 MB.
  • Not notarized: right-click → Open on first launch.
AI AGENT · OPEN SOURCE

Hermes Agent

An AI agent for macOS, Windows, and Linux that learns across sessions and builds reusable skills.

Read more

Nous Research’s open-source agent. The skills in the directory below are compatible with Hermes.

Terminal installation

curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
DesignClaude + Codex

Frontend Design Ops

Build or polish any frontend with a clear point of view — and zero generic AI slop.

Read more
When to use it

Before building or revising a public website, product page, app screen, or component with an AI coding agent.

What it enforces
  • Pick one strong aesthetic direction before writing a line of code
  • Mobile-first CSS with clear design tokens
  • Semantic, accessible HTML by default
  • No-AI-slop rules: no filler stats, fake logos, or glassmorphism on everything
  • Ship checklist — clear hero promise, real hierarchy, specific CTA
frontenddesignuiuxpolishcssaccessibility

Mac/Linux shell: run inside the extracted Design Ops Kit folder. Existing skills are preserved. Start a new assistant session afterward.

mkdir -p "$HOME/.claude/skills" && if [ -e "$HOME/.claude/skills/frontend-design-ops" ]; then echo "Already installed; existing files kept."; else cp -R "claude-skills/frontend-design-ops" "$HOME/.claude/skills/"; fi
Download the kit
DashboardsClaude + Codex

Dashboard Design Ops

Build operator dashboards that show real data and safe actions — not decoration.

Read more
When to use it

When building internal dashboards, command centers, CRM views, analytics panels, or operator consoles.

What it enforces
  • Five required lanes: attention, recent changes, safe actions, blockers, guardrails
  • Real data or honest empty states — never invented metrics
  • Separate draft / staged / approved / sent / failed states
  • Approval-gate every dangerous action
  • Stays usable on mobile and tablet
dashboardcommand-centeropscrmanalyticsai

Mac/Linux shell: run inside the extracted Design Ops Kit folder. Existing skills are preserved. Start a new assistant session afterward.

mkdir -p "$HOME/.claude/skills" && if [ -e "$HOME/.claude/skills/dashboard-design-ops" ]; then echo "Already installed; existing files kept."; else cp -R "claude-skills/dashboard-design-ops" "$HOME/.claude/skills/"; fi
Download the kit
ConversionClaude + Codex

Landing Page Design Ops

Turn a vague idea into a conversion-focused landing page structure.

Read more
When to use it

When creating a landing page for a service, product, waitlist, downloadable resource, or local-business offer.

What it enforces
  • 9-part structure: promise → audience → problem → mechanism → proof → includes → CTA → objections → final CTA
  • Copy rules: say the actual result, name the audience, proof over hype
  • One primary action, with CTA copy matched to user intent
  • Repeat the CTA after proof and after objection handling
landing-pageconversioncopywritingoffercro

Mac/Linux shell: run inside the extracted Design Ops Kit folder. Existing skills are preserved. Start a new assistant session afterward.

mkdir -p "$HOME/.claude/skills" && if [ -e "$HOME/.claude/skills/landing-page-design-ops" ]; then echo "Already installed; existing files kept."; else cp -R "claude-skills/landing-page-design-ops" "$HOME/.claude/skills/"; fi
Download the kit
Code ReviewClaude + Codex

Codex Review Ops

Review AI-generated code for correctness, security, accessibility, and brief-match.

Read more
When to use it

When reviewing AI-generated code or Claude Code output before you ship it.

What it enforces
  • 7-step review order — restate the intended outcome first
  • Flags fake data, placeholders, and unconnected UI
  • Reviews security and secret handling
  • Checks accessibility and mobile UX
  • Returns required fixes before optional polish
reviewcodexqasecurityaccessibility

Mac/Linux shell: run inside the extracted Design Ops Kit folder. Existing skills are preserved. Start a new assistant session afterward.

mkdir -p "$HOME/.claude/skills" && if [ -e "$HOME/.claude/skills/codex-review-ops" ]; then echo "Already installed; existing files kept."; else cp -R "claude-skills/codex-review-ops" "$HOME/.claude/skills/"; fi
Download the kit
VideoClaude + Codex

Clip Editing Ops

Featured

Turn long videos into captioned highlight clips — frame-accurate, hook-first, no API keys.

Read more
When to use it

When clipping highlight moments out of long footage or making AI-driven edits (trim, captions, overlays, b-roll) for Shorts, Reels, or TikTok.

What it enforces
  • 7-step clip order: probe → transcribe → hook-first cut → reframe → captions → verify
  • Payoff line in the first 2 seconds — a clip is a hook, not a summary
  • Burned-in captions on every clip (most viewers watch muted)
  • Frame-driven motion graphics (Remotion) — no CSS animation rendering bugs
  • Keyless by design: local rendering, Edge TTS, verified CC0/MIT assets only
videoclippingeditingcaptionsshortsreelsffmpegremotion

Mac/Linux shell: run inside the extracted Design Ops Kit folder. Existing skills are preserved. Start a new assistant session afterward.

mkdir -p "$HOME/.claude/skills" && if [ -e "$HOME/.claude/skills/clip-editing-ops" ]; then echo "Already installed; existing files kept."; else cp -R "claude-skills/clip-editing-ops" "$HOME/.claude/skills/"; fi
Download the kit

Want this built for your business instead of building it yourself?

These are the exact skills CT Web Solutions uses on client work. If you'd rather have the website, dashboard, or automation built for you, book a quick call.