Skip to content

πŸ”Š We believe in a future where developers are amplified, not automated

License

Notifications You must be signed in to change notification settings

continuedev/amplified.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

316 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

amplified.dev

Every time a layer of the work became infrastructure, the role didn't shrink. The scope kept expanding. AI is the next layer in that pattern.

amplified.dev is a single-page editorial essay arguing that developers are being amplified, not automated. It traces the historical pattern β€” memory management, cloud infrastructure, CI/CD β€” and shows that every time a layer of work became infrastructure, the developer's role expanded upward. AI is the next layer in that pattern.

The site is a project of Continue. The essay speaks as a peer, not a product.

Architecture

  • index.html β€” The entire essay. Self-contained HTML with inline CSS and vanilla JS. No frameworks, no build step.
  • supporters.md β€” An open letter. Rendered by Jekyll using _layouts/supporters.html.
  • 404.html β€” Custom error page.
  • Hosted on Netlify. Jekyll runs only to render supporters.md. Everything else is static.

Development

Requires Ruby (for Jekyll, which renders the supporters page).

bundle install
bundle exec jekyll serve

The essay itself (index.html) needs no build step β€” open it in a browser.

Contributing

See CONTRIBUTING.md for the full guide. The short version:

  • Add your name: Edit supporters.md and open a PR
  • Work on the site: Read the checks first, then branch and PR
  • PRs must have a real human credited as author or co-author

Checks

The .continue/checks/ directory contains AI-powered code review rules that run on every PR. They encode the site's design decisions β€” the things that require judgment, not lint. Read them before contributing.

Check What it protects
Editorial Voice & Narrative Arc The essay's tone, structure, and the balance between conviction and openness
Visual Cohesion & Social Cards The two-register aesthetic and social card quality
Accessibility as Care The site works for everyone, not just developers on MacBook Pros
Keyboard Section Navigation j/k moves you through the essay. No UI, no indicators. If you know, you know
Easter Egg Integrity The secret delights without disrupting β€” invisible until found
No Product Creep The site stays an essay, not a product page
Supporters List Integrity Real people who put their name on something they believe in
Resist Complexity HTML, CSS, and images. That's the point
Deployment Architecture Compatible with the static site pipeline, no unnecessary build deps
Repo Hygiene No staging dirs, no dead layouts, no OS junk, no orphaned files
Check Quality The checks themselves β€” judgment-based, project-specific, never stale

See CONTRIBUTING.md for how to run them.

Links

About

πŸ”Š We believe in a future where developers are amplified, not automated

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 92