Engineering notes, release stories, and showcases from the Flyto team.
Long-form writing that doesn't belong inside a product README:
- Release stories — "v2.x shipped; here's what changed and why"
- Engineering deep dives — design decisions, migration stories
- Showcase posts — real automations customers have built
- Post-mortems — incident reports with blameless root-cause
- Community spotlights — plugin and template authors
posts/
└── YYYY-MM-DD-slug.md # frontmatter + markdown body
Frontmatter schema lives in POSTING.md (or
CONTRIBUTING.md if you're writing a post).
npm install
npm run dev # http://localhost:3000
npm run build- Fork + branch.
- Add
posts/YYYY-MM-DD-your-slug.md. - Open PR; tag
@flytohub/editorsfor review.
Not a team member but want to contribute a guest post? Open a Discussion with an outline first.
- flyto2.com
- flyto-docs — product documentation (not essays)
- flyto-landing-page