Home / Companies / LogRocket / Blog / Post Details
Content Deep Dive

Building a full-stack app with Bud and Go

Blog post from LogRocket

Post Details
Company
Date Published
Author
Alex Merced
Word Count
1,507
Language
-
Hacker News Points
-
Summary

Bud is a new full-stack framework that distinguishes itself from other frameworks by starting minimalistic and allowing flexibility for both frontend and backend expansion based on user needs, unlike backend-centric frameworks like Ruby on Rails and Laravel or frontend-centric frameworks like Next.js, Nuxt.js, and SvelteKit. Bud uses Svelte for frontend development and Go for the backend, capitalizing on the strengths of each for faster toolsets. The framework incorporates conventions such as file-based routing and RESTful methods, resonating with frameworks like Next and Ruby on Rails, while offering a simple, convention-based workflow that eases the integration of Go and Svelte. Although still in its early stages, Bud aims to grow into a robust framework by potentially adding features like state management patterns and other functionalities seen in established frameworks.