About us
Daemon provides design and technical services for web solutions
Bespoke application development
We build tailor made solutions for business online. No need to bend your own processes to fit into “out of the box” software; build a solution that works the way you work.
Cloud-native and serverless-first by default. No servers to manage, scales elastically under peak demand, and a smaller attack surface by design.
package main
import (
"context"
"encoding/json"
"net/http"
"github.com/aws/aws-lambda-go/events"
"github.com/aws/aws-lambda-go/lambda"
)
func handler(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) {
data, err := processRequest(ctx, req.Body)
if err != nil {
return errorResponse(http.StatusBadRequest, err)
}
body, _ := json.Marshal(data)
return events.APIGatewayProxyResponse{
Body: string(body),
StatusCode: http.StatusOK,
}, nil
}
func main() {
lambda.Start(handler)
}
Strategic consulting
We work as an embedded extension of your team from architecture through to managed operations and ongoing support.

User experience
Mobile-first, responsive design with WCAG 2.1 AA compliance as standard. It’s not enough for a platform to work, users have to enjoy using it.
Why Daemon
Nearly 30 years of building what matters
We’ve been building and running web platforms for education, enterprise and government since 1995.
Polyglot engineering
We pick the right tool for each problem, not the trendy one. Our team works across CFML, Go, PHP, Python, Rust, and more. That breadth lets us match the language to the problem domain rather than force-fitting one stack everywhere.
GitHub
Connect with us on GitHub to see our open source projects, contribute to our code, or follow along with what we’re building. We love collaborating with the community.


Australian-based
Our entire team is based in Australia. All support is delivered onshore by the same engineers who built the platform.
Team stability
Key engineers have been with Daemon for over a decade, and many have worked on the same client systems for just as long. Not a rotating cast of contractors.
Reliable operations
Every platform runs in multi-AZ configurations on AWS for high availability. Continuous monitoring, automated failover, and proactive infrastructure optimisation come standard. The same engineers who built it are on call around the clock, 365 days a year.
Security first
Security is embedded in everything we do. Encryption at rest, least-privilege IAM, WAF, and continuous compliance monitoring are standard across every platform we manage.