One of Deepcore's core mission ideas is building free, open and accessible software that anyone can use. We believe in an open and free internet, and many of our products express that belief.
# set up build environment FROM node:lts-alpine AS build # build app RUN apk add yarn WORKDIR /build COPY . . RUN yarn RUN yarn build # entry point FROM node:lts-alpine WORKDIR /app COPY --from=build /build/.output . ENV PORT=5000 EXPOSE 5000 CMD [ "node", "./server/index.mjs" ]
At Deepcore, we're a small startup that's made up of people who are passionate about our values and enjoy making software.
Director & System Administrator
DecDuck is one of our lead engineers and he mostly built, maintains and updates much of our core infrastructure. In addition, he works on a variety of our products.
Assistant Director & Treasurer
quexeky works as a Senior Developer and heads up quite a few of our more ground-breaking projects, and contributes to many of our core offerings.
Public Relations
Cturtle_18 works with our contacts and secures new opportunities and capabilities for our projects.
Legal Director
Drinzjc works to write and maintain our legal policies regarding our software and licenses.