Skip to content

Repository files navigation

Codex Meetup JKT Jun 2026

HTML slide deck for Using Codex in Daily Work.

This deck uses the frontend-slides fixed-stage approach:

  • Browser-based HTML presentation
  • No PDF workflow
  • Single index.html
  • Fixed 1920x1080 slide stage
  • The whole stage scales to the viewport
  • Vite dev server for live reload while editing
  • Screenshots and videos can be added under assets/

Open Locally

Install dependencies once:

npm install

Start the Vite dev server:

npm run dev

Then open:

http://127.0.0.1:4173

Vite watches the root index.html and asset files, then refreshes the browser when edits are saved. The deck stays a single HTML presentation; Vite is only the local dev and production build wrapper.

Build And Preview

Build the static output:

npm run build

Preview the production build locally:

npm run preview

Netlify builds with npm run build and publishes dist/.

Controls

  • Next slide: ArrowRight, Space, PageDown, Enter
  • Previous slide: ArrowLeft, PageUp, Backspace
  • First slide: Home
  • Last slide: End
  • Edit visible text: press E

Project Structure

index.html
package.json
assets/
  coding/
  non-coding/
  videos/
notes/
  outline.md

Updating Assets

Each before/after slide shows a placeholder filename. Put the real screenshot or video in the matching assets/ folder, then update the slide array inside index.html to render the real media.

The non-coding plugin screenshot is already available at:

assets/non-coding/codex-plugins.png

About

HTML slide deck for Codex Meetup Jakarta June 2026

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages