Development

How DevNest runs the development phase of a project.

Development

This is where designs become real software. We work in weekly sprints, shipping a working preview at the end of each one.

How we work

  • Daily async updates: What was done, what's next, any blockers
  • Weekly preview deploys: You can see and click everything in progress
  • GitHub for code: You have full visibility into every commit
  • Notion for project tracking: Milestones, decisions, open questions

Code standards

Every PR at DevNest goes through:

TypeScript strict mode
ESLint + Prettier
Component tests for complex logic
Performance review before merge

What we don't do

  • We don't ship untested code
  • We don't merge without a review
  • We don't go dark for more than a business day

Next: Launch & Support