Home
Softono
t

tomdoestech

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
3

Software by tomdoestech

GOTTH
Open Source

GOTTH

GoTTH is a streamlined, modern development stack designed for building fast and efficient web applications. It combines four powerful technologies to create a cohesive backend and frontend environment without the complexity of traditional JavaScript heavy frameworks. The stack leverages Go for the backend logic, ensuring high performance and type safety. For styling, it utilizes Tailwind CSS to provide a utility-first approach to building custom user interfaces. Templating is handled by Templ, a dedicated tool that generates type-safe Go code from HTMX-friendly templates, bridging the gap between server-side logic and dynamic views. Finally, HTMX is integrated to add rich interactivity to the application, allowing developers to build dynamic user experiences using simple HTML attributes rather than writing complex JavaScript. The project structure includes a comprehensive Makefile to simplify common development tasks. This automation tool orchestrates the entire workflow, making it easy to manage building, watching, and running the application. Developers can use specific targets to watch and rebuild Tailwind CSS styles whenever changes are detected in the input file, or to minify the final stylesheet for production. Similarly, the stack provides commands to watch for changes in Templ files and automatically generate the corresponding Go code, ensuring the template layer is always up to date. For the development workflow, the stack relies on Air, a tool that enables hot reloading for the Go application. This feature allows the server to restart automatically whenever code changes are saved, significantly speeding up the feedback loop during development. A dedicated target runs the development server with Air, while another orchestrates the full build process by sequentially executing the Tailwind build, template generation, and Go compilation commands to produce a finalized binary in the output directory. The stack also supports containerized development. A specific command allows developers to start the entire development environment, including all watch modes, inside a Docker container. This ensures consistency across different machines and simplifies the setup process by encapsulating all dependencies. To use the stack, developers must ensure the correct Tailwind binary is available in the root directory, with setup instructions provided for various operating systems. Resources and guides are also available for the Templ library and the Air tool. By unifying these tools, GoTTH offers a frictionless experience for engineers who prefer working primarily in Go while still enjoying the benefits of modern CSS processing and dynamic HTML capabilities. It removes the need for a complex frontend build pipeline, keeping the architecture lean and focused on delivering fast web applications. The combination of server-side rendering, type-safe templates, and lightweight interactivity makes it an ideal choice for projects that prioritize performance and developer productivity. The provided Makefile targets abstract away the complexity of managing multiple processes, allowing teams to focus on writing code rather than configuring build systems.

Web Development Frontend Templates
680 Github Stars
go-react-todo
Open Source

go-react-todo

go-react-todo is a practical tutorial project that guides developers through building a full-stack task management application using Go and React. It demonstrates how to construct a production-ready architecture by combining a high-performance backend with a modern frontend. The server side leverages Go and the Fiber web framework to create a robust REST API, while the client side is built using React, TypeScript, and Vite for rapid development and static type safety. The user interface utilizes the Mantine component library to deliver a polished and responsive design. This project is designed for developers who want to learn how to integrate backend services with dynamic frontends. Key learning outcomes include setting up a Go REST API, implementing CRUD operations for tasks, structuring a React application with TypeScript, and utilizing Mantine for efficient UI construction. It serves as an excellent reference for creating scalable web applications, understanding full-stack data flow, and applying best prac

Web Development Task & To-Do Apps
42 Github Stars
fastify-prisma-rest-api
Open Source

fastify-prisma-rest-api

fastify-prisma-rest-api is a tutorial project demonstrating how to build a REST API using Fastify, Prisma, Zod, Swagger, and TypeScript. The application supports user creation, login, and listing, as well as product creation and listing. It includes request and response validation with Zod, authentication using fastify-jwt, and auto-generated API documentation via Swagger. The project is intended as a learning resource, accompanying a video walkthrough that covers bootstrapping the Fastify instance, setting up Prisma, implementing authentication, and creating product endpoints. Testing is demonstrated using Node Tap, fastify.inject, faker-js for fake data, and ts-mock-imports for mocking. The test suite covers end-to-end API testing, HTTP request injection, function mocking, and working with a dedicated test database. The project requires PostgreSQL or MySQL and is suitable for developers learning to combine Fastify with Prisma for type-safe backend development.

Code Editors & IDEs SSO & Authentication
223 Github Stars