February 2023 Summaries
3 posts from Nhost
Filter
Month:
Year:
Post Summaries
Back to Blog
A Next.js Stripe SaaS starter template has been launched to help developers quickly set up fully configured frontend and backend systems for SaaS projects, integrating the latest best practices. Developed by Nhost, the template streamlines subscription payment processes by incorporating Stripe for payment management and Nhost for backend synchronization, reducing the need for developers to handle these tasks manually. The frontend utilizes Next.js with TypeScript and TailwindCSS, while the backend, powered by Nhost, includes a Postgres database, GraphQL API, and serverless functions to manage Stripe webhooks and a GraphQL API. This setup provides robust infrastructure for developers to focus more on unique business aspects rather than underlying technical details. The template also features Magic Link authentication and customizable email templates, alongside Stripe's customer portal for managing subscriptions, offering a comprehensive starting point for new SaaS applications.
Feb 15, 2023
452 words in the original blog post.
A small team of developers, inspired by the prevailing trend of dark mode in tech tools, embarked on redesigning their previously neglected website to better align with their developer-focused brand. The process involved three phases: wireframing, exploring different design proposals, and finalizing the delivery. They chose a dark mode aesthetic with gradient elements, ultimately selecting a design that combined elements from several proposals. The redesign also necessitated implementing dark mode for their dashboard, enhancing cohesiveness. Using tools like Next.js, Tailwind CSS, and TypeScript, they tackled the project with a phased delivery approach, initially launching without complex animations due to time constraints. The website was intended to be made open source, reflecting the collaborative spirit of the development community.
Feb 08, 2023
880 words in the original blog post.
Nhost has introduced a Dark Mode for its Dashboard, driven by the desire to enhance user experience and provide inclusivity by accommodating different visual preferences. The transition from a light mode to a dark mode was complex, involving a comprehensive redesign of their components and ensuring adherence to the Web Content Accessibility Guidelines for color contrast. The design process emphasized creating a new color palette that retained Nhost's brand identity while improving accessibility and visual hierarchy. Users now have the option to toggle between Dark, Light, and System modes, allowing for a more personalized experience. The development also involved overcoming technical challenges such as completing a migration to Material UI and standardizing component styles to ensure consistency across the platform. This upgrade not only improved the user interface but also streamlined code maintenance. The implementation of Dark Mode is part of Nhost's broader effort to enhance user engagement, with more updates anticipated in the near future.
Feb 01, 2023
952 words in the original blog post.