# Github Pages Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/github-pages
> Markdown URL: https://aitinkerers.org/technologies/github-pages.md
> Technology record last updated: 2026-02-26T13:03:00Z
> Generated: 2026-09-21T17:38:05Z

GitHub Pages is a static site hosting service: it publishes HTML, CSS, and JavaScript files directly from a GitHub repository.

This is your zero-friction static site deployment solution: GitHub Pages takes your repository files and publishes them live on the web. It is a free service for all public repositories (available in private repos with paid plans), automatically building your site when you push code. You can use a static site generator like Jekyll (built-in support) or simply provide raw HTML; the system handles the build process. Sites are hosted on a default `username.github.io` domain or a custom domain you configure (Apex or `www` subdomains are supported).

- Official technology site: https://docs.github.com/en/pages
- Public AI Tinkerers demos and talks: 3
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Building My Own Piano Teacher Because I'm Too Impatient for YouTube](https://nurnberg.aitinkerers.org/talks/rsvp_NveTwvTUV4E)

I totally vibe coded a browser-based piano learning app that uses your microphone to detect pitches and gamifies music theory with timed challenges. (I've never really seen the code.) Demo: 1. Show the app and what it can do 2. Show my workflow: Prompting in Claude Code to add another feature 3. Showing the infrastructure (hosting for free with static website on Github Pages, using localStorage as Database)

- Event context: AI Tinkerers Nürnberg: April Meetup — 2026-04-22 — Nürnberg
- Public talk page: https://nurnberg.aitinkerers.org/talks/rsvp_NveTwvTUV4E

### [Contrasting Language Omics Pretraining](https://lausanne.aitinkerers.org/talks/rsvp_ZjMIQM_LY9M)

CLOP is an adaptation of OpenAI's CLIP but for Omics - in this demo, genomics. The model is trained on fasta, bed and gff files (representing genomes of different species and their annotations) to learn meaningful representations for further retrieval, classification and generation purposes. The model embeds DNA sequences according to species and biotype (e.g. exon, long non coding RNA, pseudogene, etc.)

- Event context: AI Tinkerers Lausanne June 2025 Meetup — 2025-06-16 — Lausanne
- Public talk page: https://lausanne.aitinkerers.org/talks/rsvp_ZjMIQM_LY9M

### [Smart Document Router](https://boston.aitinkerers.org/talks/rsvp_79An2wSNYOU)

The Smart Document Router is an AI-powered document processing tool that connects directly to your Enterprise Resource Planning (ERP) system.

- Event context: AI Tinkerers Boston Meetup January 2025 — 2025-01-27 — Boston
- Public talk page: https://boston.aitinkerers.org/talks/rsvp_79An2wSNYOU

## Related Technologies

- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 215 public demos
- [CSS](https://aitinkerers.org/technologies/css) ([Markdown](https://aitinkerers.org/technologies/css.md)) — 6 public demos
- [Cursor](https://aitinkerers.org/technologies/cursor) ([Markdown](https://aitinkerers.org/technologies/cursor.md)) — 65 public demos
- [DDBJ](https://aitinkerers.org/technologies/ddbj) ([Markdown](https://aitinkerers.org/technologies/ddbj.md)) — 1 public demo
- [ENA](https://aitinkerers.org/technologies/ena) ([Markdown](https://aitinkerers.org/technologies/ena.md)) — 1 public demo
- [Ensembl](https://aitinkerers.org/technologies/ensembl) ([Markdown](https://aitinkerers.org/technologies/ensembl.md)) — 1 public demo
- [GenBank](https://aitinkerers.org/technologies/genbank) ([Markdown](https://aitinkerers.org/technologies/genbank.md)) — 1 public demo
- [HTML](https://aitinkerers.org/technologies/html) ([Markdown](https://aitinkerers.org/technologies/html.md)) — 9 public demos
- [IGV](https://aitinkerers.org/technologies/igv) ([Markdown](https://aitinkerers.org/technologies/igv.md)) — 1 public demo
- [JavaScript](https://aitinkerers.org/technologies/javascript) ([Markdown](https://aitinkerers.org/technologies/javascript.md)) — 40 public demos
- [JBrowse](https://aitinkerers.org/technologies/jbrowse) ([Markdown](https://aitinkerers.org/technologies/jbrowse.md)) — 1 public demo
- [ONNX](https://aitinkerers.org/technologies/onnx) ([Markdown](https://aitinkerers.org/technologies/onnx.md)) — 83 public demos
- [PyTorch](https://aitinkerers.org/technologies/pytorch) ([Markdown](https://aitinkerers.org/technologies/pytorch.md)) — 273 public demos
- [React Flow](https://aitinkerers.org/technologies/react-flow) ([Markdown](https://aitinkerers.org/technologies/react-flow.md)) — 5 public demos
- [RefSeq](https://aitinkerers.org/technologies/refseq) ([Markdown](https://aitinkerers.org/technologies/refseq.md)) — 1 public demo
- [Tailwind CSS](https://aitinkerers.org/technologies/tailwind-css) ([Markdown](https://aitinkerers.org/technologies/tailwind-css.md)) — 22 public demos
- [t-SNE](https://aitinkerers.org/technologies/t-sne) ([Markdown](https://aitinkerers.org/technologies/t-sne.md)) — 1 public demo
- [UCSC Genome Browser](https://aitinkerers.org/technologies/ucsc-genome-browser) ([Markdown](https://aitinkerers.org/technologies/ucsc-genome-browser.md)) — 1 public demo
