https://github.com/seqeralabs/rewrites.bio
A manifesto for AI-assisted modernisation of bioinformatics software.
https://github.com/seqeralabs/rewrites.bio
ai analysis bioinformatics efficiency llm optimization refactoring rewrite-it-in-rust rewrites speed
Last synced: 6 days ago
JSON representation
A manifesto for AI-assisted modernisation of bioinformatics software.
- Host: GitHub
- URL: https://github.com/seqeralabs/rewrites.bio
- Owner: seqeralabs
- License: mit
- Created: 2026-02-17T09:41:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-06-16T19:03:14.000Z (22 days ago)
- Last Synced: 2026-07-02T22:42:41.291Z (6 days ago)
- Topics: ai, analysis, bioinformatics, efficiency, llm, optimization, refactoring, rewrite-it-in-rust, rewrites, speed
- Language: Astro
- Homepage: https://rewrites.bio
- Size: 544 KB
- Stars: 53
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## rewrites.bio
A manifesto for AI-assisted modernisation of bioinformatics software.
Live site: [https://rewrites.bio](https://rewrites.bio)
## Development
```sh
npm install
npm run dev # Start dev server at localhost:4321
npm run build # Build to ./dist/
npm run preview # Preview production build
npm run format # Format with Prettier
npm run lint # Lint with ESLint
```
Git hooks are managed with [prek](https://prek.j178.dev) (`prek install`, then commits auto-format via `prek.toml`).
## Content
All manifesto content lives in the Astro source files (`src/pages/index.astro` and components). At build time, a post-build script converts the rendered HTML to clean markdown for LLM consumption:
- **`/manifesto.md`** — Full manifesto in markdown
- **`/llms-full.txt`** — Full manifesto in one file (copy of manifesto.md, for llms-full.txt consumers)
- **`/llms.txt`** — LLM-friendly site index
- **`/.well-known/agent.md`** — AI agent discovery
## Deployment
Configured for Netlify (see `netlify.toml`). Push to `main` to deploy.
## License
Open source under the [MIT License](LICENSE).