An open-source starter kit based on Midday.
The hero theme is a comprehensive toolkit designed to support the development of a production-ready SaaS. Based on experience gained from creating Midday using the latest Next.js framework, hero offers an opinionated stack that includes various tools such as Next.js, Turborepo, Biome, TailwindCSS, Shadcn, TypeScript, Supabase, Upstash, and others. It emphasizes code reuse and adherence to best practices to ensure scalability as your business evolves.
Clone the repository locally by running the following command:
git clone [repository-url]
Install dependencies using bun:
bun install
Copy the .env.example file to .env and update the variables with your specific values.
Start the development server using either bun or turbo:
bun dev
The hero theme provides a powerful set of tools and resources essential for developing a robust SaaS application. With its opinionated stack, focus on code reuse, and emphasis on best practices, the theme offers a scalable solution that can evolve alongside your business. Whether you are looking to enhance authentication flows, database interactions, or UI components, hero serves as a valuable reference and learning resource to kickstart your project effectively and efficiently.