Our Preferred Setup
Here's how Sygnal likes to develop.
Sygnal favors a programming infrastructure which supports clean, testable, reusable code, which can be safely managed in a source-code repository.
To achieve this, our preferred stack is;
TypeScript ( a superset of JavaScript )
Github, for secure storage and code history
Netlify, for source code delivery, and CI/CD
Sygnal Site Engine ( SSE )
Specifically for Webflow, we've developed an open source framework we call Sygnal Site Engine ( SSE ) which provides an excellent infrastructure for your website code.
Learn more about Sygnal Site Engine
Sygnal DevProxy
For more advanced, ongoing projects, we also integrate DevProxy which allows us to maintain persistent DEV and TEST endpoints for the team and client to easily review code changes, before they are deployed to production.
Last updated