Web platforms
Internal platforms, customer portals, dashboards, and the backends that run them.
- Solid
- TypeScript
- Go
- Postgres
We are a software engineering company in Copenhagen. We design, build, and run custom platforms, apps, and integrations for businesses that need more than an off-the-shelf system can give them.
We own the whole thing: product, engineering, and launch. One team, fewer handovers, and software that holds together as you grow.
Internal platforms, customer portals, dashboards, and the backends that run them.
Apps for iOS and Android that feel native, built from a single codebase.
We connect the systems you already use so data moves on its own instead of by hand.
Hosting, monitoring, and maintenance, so what we ship keeps running after launch.
No account managers in the middle, no game of telephone. You talk to the people writing the code, which keeps decisions fast and the work honest.
We dig into the goal, the users, and the constraints that actually matter.
We make it concrete with flows and screens before we write the expensive code.
We ship in small, working increments so you can steer early.
We take it live and stay on for operations and the next iteration.
Most teams wire their backends by hand or lean on someone else’s framework. We wrote our own. Anvil is the Go framework we build and run our systems on, and we open-source it. It is the standard of engineering you get on your project.
// the controller is the route table
type Projects struct {
sdk.Controller `path:"/projects"`
Store project.Store `inject:""`
Routes struct {
Create sdk.POST `path:"/"`
Get sdk.GET `path:"/:id"`
}
} Two products we designed, shipped, and keep running. Used by real people every day.
The world’s first Reel Management System. A secure, mobile-first video platform for organizations: host, organize, and share vertical video reels through playlists, links, and QR codes. Built in Denmark, EU-hosted, ad-free, and GDPR-compliant.
Denmark’s first B2B network app for verified, authorized tradesmen. Find reliable partners, win new projects, and manage jobs and client chat straight from your phone.
We design for the day after go-live. Access, hosting, monitoring, and the security work production actually demands are built in from the start. We build with NIS2 in mind.
Login, permissions, and admin flows are built into the product, not bolted on later.
Environments, deploys, and a release process that does not depend on manual routines.
Errors, response times, and critical flows surface before they become a customer problem.
The product is structured so new features can be built without tearing up the foundation.
Three engineers in Copenhagen who design, build, and run what we ship. You get senior people end to end, not a layer of middle management.
01 Fullstack and integration
02 Backend and cloud
03 App and integration
Tell us what you are trying to solve. You do not need a finished spec, just a clear problem.