40 Integrations with Astro

View a list of Astro integrations and software that integrates with Astro below. Compare the best Astro integrations as well as features, ratings, user reviews, and pricing of software that integrates with Astro. Here are the current Astro integrations in 2026:

  • 1
    Google Chrome
    Google Chrome is a fast, secure, and user-friendly web browser designed to help people get more done online. Built by Google, Chrome combines speed, performance, and simplicity across desktop and mobile devices. The browser includes built-in AI features like Gemini in Chrome, which helps users understand content, manage tasks, and work more efficiently directly from their tabs. Chrome integrates powerful tools such as Google Search, Google Lens, and autofill to streamline everyday browsing. Advanced security features like Safe Browsing, Password Manager, and Safety Check help protect users from threats and keep data secure. Chrome syncs seamlessly across devices, allowing access to bookmarks, passwords, and tabs anywhere. With frequent automatic updates, Chrome stays optimized with the latest features and performance improvements.
    Leader badge
    Starting Price: Free
  • 2
    Storyblok

    Storyblok

    Storyblok

    Storyblok helps your team to tell your story and manage content for every use-case: corporate websites, e-commerce, helpdesks, mobile apps, and screen displays. Storyblok is a Headless CMS with a Visual Editor for developers, marketers & content editors. The Problem: Managing digital content with a headless CMS can be a difficult task. Without a visual preview, editors are often lost and need instruction even for simple changes. The Solution: Storyblok has the user experience of a page builder with a modern headless architecture behind. This gives the developer freedom and the editor a self-explaining intuitive interface.
    Leader badge
    Starting Price: €9 per month
  • 3
    YouTube

    YouTube

    Google

    We believe people should be able to speak freely, share opinions, foster open dialogue, and that creative freedom leads to new voices, formats and possibilities. We believe everyone should have easy, open access to information and that video is a powerful force for education, building understanding, and documenting world events, big and small. We believe everyone should have a chance to be discovered, build a business and succeed on their own terms, and that people—not gatekeepers—decide what’s popular. We believe everyone should be able to find communities of support, break down barriers, transcend borders and come together around shared interests and passions. Check out YouTube for Business and YouTube Ads.
    Leader badge
    Starting Price: Free
  • 4
    Netlify

    Netlify

    Netlify

    The fastest way to build the fastest sites. More speed. Less spend. 900,000+ developers & businesses use Netlify to run web projects at global scale—without servers, devops, or costly infrastructure. Netlify detects the changes to push to git and triggers automated deploys. Netlify provides you a powerful and totally customizable build environment. Publishing is seamless with instant cache invalidation and atomic deploys. It’s designed to work together as part of a seamless git-based developer workflow. Run sites globally. Changes deploy automatically. Publish modern web projects right from your git repos. There’s nothing to set up & no servers to maintain. Run automated builds with each git commit using our CI/CD pipeline designed for web developers. Generate a full preview site with every push. Deploy atomically to our Edge, a global, multi-cloud 'CDN on steroids' designed to optimize performance for Jamstack sites and apps. Atomic deploys mean you can rollback at any time.
    Starting Price: $19 per user per month
  • 5
    Vercel

    Vercel

    Vercel

    Vercel is an AI-powered cloud platform that helps developers build, deploy, and scale high-performance web experiences with speed and security. It provides a unified set of tools, templates, and infrastructure designed to streamline development workflows from idea to global deployment. With support for modern frameworks like Next.js, Svelte, Vite, and Nuxt, teams can ship fast, responsive applications without managing complex backend operations. Vercel’s AI Cloud includes an AI Gateway, SDKs, workflow automation tools, and fluid compute, enabling developers to integrate large language models and advanced AI features effortlessly. The platform emphasizes instant global distribution, enabling deployments to become available worldwide immediately after a git push. Backed by strong security and performance optimizations, Vercel helps companies deliver personalized, reliable digital experiences at massive scale.
  • 6
    React

    React

    React

    React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable and easier to debug. Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM. We don’t make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React components implement a render() method that takes input data and returns what to display. This example uses an XML-like syntax called JSX. Input data that is passed into the component can be accessed by render() via this.props.
    Starting Price: Free
  • 7
    TrustYou

    TrustYou

    TrustYou

    TrustYou helps companies win through the power of listening and provides a guest feedback platform that makes listening to customers easy, powerful, and actionable. The platform unlocks the potential of guest feedback and helps to: - Create unlimited opportunities to listen and respond to guests’ needs. - Understand all reviews across the web and make better business decisions. - Publish hotel reviews on the website and on Google and allow positive feedback to influence bookings. TrustYou empowers companies to earn trust, make better decisions, and ultimately, win.
  • 8
    ButterCMS

    ButterCMS

    ButterCMS

    ButterCMS is a headless content management system and blog engine that integrates easily into any new or existing web project in minutes. Developers love us because our Content API is lightning fast and plugs into any tech stack – and since we’re a SaaS CMS, there are no more security patches and maintenance headaches! Marketers love us because our familiar, easy-to-use content dashboard provides full creative control over even the most complex, segmented content – all from one central location. Components enable your marketers to compose flexible page layouts and easily reorder those layouts. Build SEO landing pages, knowledge base, news articles, and more by using Page Types. Update new product information for your online store or create new promotional content like Case Studies and Testimonials using Collections.
    Starting Price: $49 per month
  • 9
    Tailwind

    Tailwind

    Tailwind

    Grow Smarter on Pinterest & Instagram. Tailwind is the social media scheduling tool that gets real results in less time. Supercharge your Instagram marketing! Find your best times to post and recommended hashtags to drive engagement. Automatically Pin at the best times for more engagement, reach, and website traffic with one tool.
    Starting Price: $9.99 per month
  • 10
    CodeSandbox

    CodeSandbox

    CodeSandbox

    CodeSandbox is a cloud development platform that empowers development teams to code, collaborate, and ship projects of any size from any device in record time. Run your code in powerful microVMs and build anything without limits. We configure your environment for you and keep your code always ready, behind a URL. Boxy, the CodeSandbox AI coding assistant, is also now available to all Pro subscribers.
    Starting Price: $12 per month
  • 11
    Node.js

    Node.js

    Node.js

    As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. Upon each connection, the callback is fired, but if there is no work to be done, Node.js will sleep. This is in contrast to today's more common concurrency model, in which OS threads are employed. Thread-based networking is relatively inefficient and very difficult to use. Furthermore, users of Node.js are free from worries of dead-locking the process, since there are no locks. Almost no function in Node.js directly performs I/O, so the process never blocks except when the I/O is performed using synchronous methods of Node.js standard library. Because nothing blocks, scalable systems are very reasonable to develop in Node.js. Node.js is similar in design to, and influenced by, systems like Ruby's Event Machine and Python's Twisted. Node.js takes the event model a bit further. It presents an event loop as a runtime construct instead of as a library.
    Starting Price: Free
  • 12
    Svelte

    Svelte

    Svelte

    Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes. We're proud that Svelte was recently voted the most loved web framework with the most satisfied developers in a pair of industry surveys. We think you'll love it too. Read the introductory blog post to learn more. Svelte is a tool for building fast web applications. It is similar to JavaScript frameworks such as React and Vue, which share a goal of making it easy to build slick interactive user interfaces. But there's a crucial difference: Svelte converts your app into ideal JavaScript at build time, rather than interpreting your application code at run time.
    Starting Price: Free
  • 13
    TypeScript

    TypeScript

    TypeScript

    TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor. TypeScript code converts to JavaScript, which runs anywhere JavaScript runs: In a browser, on Node.js or Deno and in your apps. TypeScript understands JavaScript and uses type inference to give you great tooling without additional code. TypeScript was used by 78% of the 2020 State of JS respondents, with 93% saying they would use it again. The most common kinds of errors that programmers write can be described as type errors: a certain kind of value was used where a different kind of value was expected. This could be due to simple typos, a failure to understand the API surface of a library, incorrect assumptions about runtime behavior, or other errors.
    Starting Price: Free
  • 14
    Markdown

    Markdown

    Markdown

    Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). Thus, “Markdown” is two things: (1) a plain text formatting syntax; and (2) a software tool, written in Perl, that converts the plain text formatting to HTML. See the Syntax page for details pertaining to Markdown’s formatting syntax. You can try it out, right now, using the online Dingus. The overriding design goal for Markdown’s formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions. While Markdown’s syntax has been influenced by several existing text-to-HTML filters, the single biggest source of inspiration for Markdown’s syntax is the format of plain text email.
    Starting Price: Free
  • 15
    Prepr

    Prepr

    Prepr CMS

    Meet Prepr: The headless CMS for high-performance lead-gen websites⁡𝅶‍‍𝅺⁡‍𝅴⁡𝅴𝅹‍‍⁢𝅵‍‍⁡​⁡‍⁠⁡​⁡‍‍𝅹𝅴𝅺‍‍‍𝅷‍‍𝅳⁡‍⁠‍‍⁢𝅵‍‍𝅳⁡⁣⁡⁣⁡​⁡⁢⁢𝅵‍𝅺‍𝅺𝅸.‌⁡‍𝅶⁠⁡⁣𝅴𝅹⁡‍𝅸⁡​⁡‍⁠⁡​⁡‍‍𝅸‍⁡‍𝅹⁡​⁡‍⁠⁡​⁡‍‍𝅹𝅴𝅺‍𝅺⁡​⁡⁠‍𝅷𝅴⁡⁢𝅳‍𝅺⁢𝅺𝅹⁡⁣⁠𝅹⁡⁣‍𝅸𝅴⁡⁣⁠𝅸⁡⁢‍𝅺⁠⁣𝅴⁡⁣‍𝅺⁢‌⁢⁡⁢⁢‌⁢‌⁢⁣‌⁢‍𝅸⁢⁠⁢‌⁢‍⁣‍𝅸⁢⁣⁢⁢⁢⁠‌‍𝅸‌⁢⁢⁢​⁢‍‍𝅸⁢‌⁢⁢‍⁢‌⁢⁢‍⁢⁢⁢⁢𝅴⁢𝅴⁢⁡⁢⁡⁢𝅺𝅷𝅺⁢‌𝅷⁠⁢𝅸⁠𝅹‍𝅸⁣⁡⁣‍‍‍⁡𝅸 Prepr helps modern marketing teams manage content effortlessly, deliver personalized experiences, and build a fast, high-performance website that attracts, engages, and converts visitors‌⁡‍𝅶⁠⁡⁣𝅴𝅹⁡‍𝅸⁢‍⁢​⁢‍⁢⁣‍𝅸⁡⁡‍‌⁡​𝅳𝅷⁡‍‍⁡‍𝅹⁡​⁡‍⁠⁡​⁡‍‍𝅹𝅴𝅺‍𝅺⁡​⁡⁠‍𝅷𝅴⁡⁢𝅳‍𝅺⁢𝅺𝅹⁡⁣⁠𝅹⁡⁣‍𝅸𝅴⁡⁣⁠𝅸⁡⁢‍𝅺⁠⁣𝅴⁡⁣‍𝅺⁢‌⁢‍⁢⁣‍⁢⁢‍⁢⁠‌‍𝅸‍⁢𝅴⁢⁣⁢‌‍𝅸⁢⁣⁢​⁢‍𝅸‌⁢𝅴⁢⁢⁢‍𝅸⁠⁢​‍⁢​⁢⁡⁢⁠⁢⁠‌⁢‍⁣‌⁣⁢𝅺𝅷𝅺⁢‌𝅷⁠⁢𝅸⁠𝅹‍𝅸⁣⁡⁣‍‍‍⁡𝅸 into leads.⁡𝅶‍‍𝅺⁡‍𝅴⁡𝅴𝅹‍‍⁢𝅵‍‍⁡​⁡‍⁠⁡​⁡‍‍𝅹𝅴𝅺‍‍‍𝅷‍‍𝅳⁡‍⁠‍‍⁢𝅵‍‍𝅳⁡⁣⁡⁣⁡​⁡⁢⁢𝅵‍𝅺‍𝅺𝅸‌⁡‍𝅶⁠⁡⁣𝅴𝅹⁡‍𝅸⁡​⁡‍⁠⁡​⁡‍‍𝅸‍⁡
    Starting Price: €299 per month
  • 16
    Auth.js

    Auth.js

    Auth.js

    Auth.js is an open-source authentication library designed to integrate seamlessly with modern JavaScript frameworks, providing a flexible and secure authentication experience. It supports various authentication methods, including OAuth (e.g., Google, GitHub), credentials, and WebAuthn, allowing developers to choose the most suitable approach for their applications. Auth.js is compatible with multiple frameworks, such as Next.js, SvelteKit, Express, Qwik, and SolidStart, enabling developers to implement authentication across different platforms. The library offers built-in support for popular databases like Prisma, Drizzle ORM, Supabase, Firebase, and TypeORM, facilitating user data management. Security features include signed cookies, CSRF token validation, and encrypted JSON Web Tokens (JWTs), ensuring robust protection for user data. Auth.js is designed to operate efficiently in serverless environments and provides comprehensive documentation and examples.
    Starting Price: Free
  • 17
    shadcn/ui

    shadcn/ui

    shadcn/ui

    Shadcn/ui is an open source collection of beautifully designed, accessible, and customizable components that developers can seamlessly integrate into their applications. Built with Tailwind CSS, these components are designed for easy copying and pasting, facilitating rapid development without compromising on design quality. The library offers a diverse range of components, including buttons, sidebars, avatars, tabs, and charts, all crafted to ensure both aesthetic appeal and functional excellence. Shadcn UI emphasizes composability and theming, allowing developers to tailor components to align with specific project requirements and branding guidelines. The platform provides comprehensive documentation and examples, aiding developers in effectively implementing and customizing components within their projects. By leveraging Shadcn UI, developers can expedite the creation of user interfaces, ensuring consistency and accessibility across applications.
    Starting Price: Free
  • 18
    Flowbite

    Flowbite

    Flowbite

    Flowbite is an open-source library of interactive UI components built on top of Tailwind CSS, designed to expedite web development by providing a comprehensive set of pre-designed elements. It offers over 56 types of components, including buttons, alerts, breadcrumbs, pagination, and navbars, as well as interactive elements like dropdowns, modals, and tooltips, which are enhanced by custom JavaScript for added interactivity. Developers can integrate Flowbite into existing Tailwind CSS projects via npm or CDN, and it supports various frameworks such as React, Vue.js, Angular, and Next.js. The library also includes a Figma design system, enabling designers to prototype and design applications before development. For those seeking advanced features, Flowbite offers a Pro version with additional components and templates. The ecosystem is further enriched by Flowbite Blocks, providing over 450 website sections and advanced UI components built with Tailwind CSS.
    Starting Price: $289 one-time payment
  • 19
    daisyUI

    daisyUI

    daisyUI

    DaisyUI is a Tailwind CSS component library that enhances development efficiency by providing semantic class names for UI components, such as cards and toggles. This approach reduces the need to write extensive utility classes, resulting in cleaner and more maintainable HTML. DaisyUI is built on top of Tailwind CSS, allowing developers to customize components using Tailwind's utility classes. It operates as a pure CSS plugin without JavaScript dependencies, ensuring compatibility across various JavaScript frameworks. Installation is straightforward, and it supports unlimited themes through customizable color names that utilize CSS variables, facilitating features like dark mode without additional class names. daisyUI is built on top of Tailwind CSS so you can customize everything using utility classes. daisyUI is a plugin for Tailwind CSS. It works on all JS frameworks and doesn't need a JS bundle file.
    Starting Price: $49 one-time payment
  • 20
    Trigger.dev

    Trigger.dev

    Trigger.dev

    Write normal async code and we'll handle the rest, from deployment to elastic scaling. No timeouts, real-time monitoring, and zero infrastructure to manage. Trigger.dev is an open source platform and SDK that enables developers to create long-running background jobs without timeouts, directly within their existing codebase. It supports JavaScript and TypeScript, allowing for the writing of reliable asynchronous code that integrates seamlessly with existing workflows. The platform offers features such as API integrations, webhooks, scheduling, delays, and control over concurrency, all without the need to manage servers. Trigger.dev provides built-in monitoring and observability tools, including real-time run status updates, advanced filtering, and custom alerts via email, Slack, or webhooks. Its architecture ensures elastic scaling to handle varying workloads efficiently. Developers can deploy tasks using a command-line interface, with the platform handling scaling management.
    Starting Price: $10 per month
  • 21
    OpenBolt.dev

    OpenBolt.dev

    OpenBolt.dev

    OpenBolt.dev bridges the gap between Bolt.new and Bolt.diy, offering a cloud version of Bolt.diy with added benefits. Unlike Bolt.new, OpenBolt.dev allows you to use your own OpenAI API keys. This ensures transparency, flexibility, and cost control over your project’s AI operations. Streamline your workflow with cloud-based Bolt access. Say goodbye to local installations of Bolt.new and Bolt.diy, and enjoy seamless access directly from the cloud. Simplify your workflow with zero setup hassle.
    Starting Price: Free
  • 22
    Lucide

    Lucide

    Lucide

    Lucide is an open source icon library offering over 1,500 lightweight, scalable vector graphics (SVG) icons designed with a strict set of design rules for consistency in style and readability. These icons are highly customizable, allowing developers to adjust color, size, stroke width, and more to match their UI needs. Lucide's icons are tree-shakable, ensuring that only the icons used are included in the final bundle, optimizing performance. The library provides official packages for various frameworks and platforms, including React, Vue, Svelte, Solid, Angular, Preact, Astro, React Native, and Flutter, facilitating easy integration into diverse projects. Lucide also offers a web-based customizer for real-time icon adjustments and supports accessibility best practices. As a community-driven project and a fork of Feather Icons, Lucide encourages contributions and maintains active engagement through GitHub and Discord.
    Starting Price: Free
  • 23
    Open SaaS

    Open SaaS

    Open SaaS

    Open SaaS is a fully open source, full-stack SaaS starter kit built on the Wasp framework (React + Node.js + Prisma). It comes pre-integrated with core SaaS features, including user authentication (email, Google, GitHub), payment/subscription workflows via Stripe or Lemon Squeezy, file upload support (AWS S3), analytics dashboards (Plausible or Google Analytics), and an example AI-enabled app leveraging the OpenAI API for rapid prototyping. The template emphasises end-to-end type-safety, job scheduling, background tasks, and one-command deployment (e.g., wasp deploy) across hosting platforms like Fly.io, Railway, or custom providers. The codebase is organised vertically by feature (auth, payments, client UI, server logic, e2e tests) and includes guides for SEO, testing (via Playwright), deployment, updating, and customization. The project is MIT-licensed, free to use and distribute, and designed to eliminate boilerplate so developers can focus on building product logic.
    Starting Price: $19.99 per month
  • 24
    CodinIT.dev

    CodinIT.dev

    CodinIT.dev

    CodinIT.dev is an open-source, AI-powered application builder that converts natural-language descriptions into complete full-stack applications in minutes. Users simply describe the app they want, and the platform automatically generates production-ready frontend code, backend services, database schemas, and deployment scripts. CodinIT.dev supports 19+ AI providers including OpenAI, Anthropic Claude, Google Gemini, and Mistral. Its browser-based WebContainer environment enables real-time code execution, live preview, an integrated terminal, and built-in Git versioning directly in the browser. The platform offers multi-framework support, including React, Vue, Angular, Svelte, Next.js, Nuxt, Astro, and React Native. Users can deploy with one click to Vercel, Netlify, and GitHub Pages, integrate directly with backend and database services like Supabase, and fully export all generated code to maintain complete ownership. CodinIT.dev streamlines app development for both developers
  • 25
    Fusion

    Fusion

    Builder.io

    Fusion is an AI-powered development platform that integrates design, product, and engineering workflows by connecting directly to your codebase, design system, and tooling. It allows teams to visually generate and edit responsive, production-ready UIs by leveraging existing repositories, design tokens and APIs, you can import Figma designs, attach your GitHub or Git providers, and prompt changes in natural language that the system transforms into pull requests or live previews. The platform supports real-time canvas editing with pixel-perfect precision, understands your components, styles, and backend structure, and enables any team member (designer, PM, or developer) to build features, prototypes, and fully interactive experiences without hand-coding every line. Built-in workflow integration means you can initiate builds from Slack mentions, Jira tickets, or design threads, track progress, review generated branches, and merge into your normal CI/CD pipeline.
    Starting Price: $24 per month
  • 26
    Morph Glance
    Morph Glance is a developer tool designed to automatically test and validate code changes generated by AI coding agents. It works as a browser-based agent that executes and records how code modifications behave in real environments, allowing developers to quickly review whether a change works as expected. Instead of relying only on static code review or automated test logs, Glance runs the updated application in a browser environment and produces visual demonstrations, essentially short recordings that show how the program behaves after a change. These videos can be attached directly to pull requests or development workflows, enabling engineers to see the results of AI-generated edits without manually running the application themselves. It is designed to complement AI coding workflows where models generate edits, because developers often need a fast way to verify that those edits actually function correctly.
    Starting Price: $20 per month
  • 27
    Deepgram

    Deepgram

    Deepgram

    Deploy accurate speech recognition at scale while continuously improving model performance by labeling data and training from a single console. We deliver state-of-the-art speech recognition and understanding at scale. We do it by providing cutting-edge model training and data-labeling alongside flexible deployment options. Our platform recognizes multiple languages, accents, and words, dynamically tuning to the needs of your business with every training session. The fastest, most accurate, most reliable, most scalable speech transcription, with understanding — rebuilt just for enterprise. We’ve reinvented ASR with 100% deep learning that allows companies to continuously improve accuracy. Stop waiting for the big tech players to improve their software and forcing your developers to manually boost accuracy with keywords in every API call. Start training your speech model and reaping the benefits in weeks, not months or years.
    Starting Price: $0
  • 28
    JavaScript

    JavaScript

    JavaScript

    JavaScript is a scripting language and programming language for the web that enables developers to build dynamic elements on the web. Over 97% of the websites in the world use client-side JavaScript. JavaScript is one of the most important scripting languages on the web. Strings in JavaScript are contained within a pair of either single quotation marks '' or double quotation marks "". Both quotes represent Strings but be sure to choose one and STICK WITH IT. If you start with a single quote, you need to end with a single quote. There are pros and cons to using both IE single quotes tend to make it easier to write HTML within Javascript as you don’t have to escape the line with a double quote. Let’s say you’re trying to use quotation marks inside a string. You’ll need to use opposite quotation marks inside and outside of JavaScript single or double quotes.
    Starting Price: Free
  • 29
    JSON

    JSON

    JSON

    JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. JSON is built on two structures: 1. A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array. 2. An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence. These are universal data structures. Virtually all modern programming languages support them in one form or another.
    Starting Price: Free
  • 30
    YAML

    YAML

    YAML

    YAML: YAML Ain't Markup Language. YAML is a human-friendly data serialization language for all programming languages.
    Starting Price: Free
  • 31
    HyprWin

    HyprWin

    HyprWin

    Unlock new levels of sales success and efficiency with HyprWin, your innovative AI sales enablement platform. Our pioneering technology transforms undeveloped raw data into strategic sales insights, empowering growth through impactful value-centric selling and sales process efficiency. Our AI algorithms provide ongoing personalized reinforcement of sales process, fostering a culture of continuous learning and improvement among your sales team while helping deliver unmatched value to your customers. By streamlining your sales process, HyprWin lets you focus more on your prospects and less on non-client-facing activities, saving you valuable time and resources. Our efficient automation capabilities maximize your operational efficiency, helping you achieve growth.
    Starting Price: $849 per month
  • 32
    LaunchFast

    LaunchFast

    LaunchFast

    LaunchFast offers comprehensive SaaS starter kits for Astro, Next.js, and SvelteKit, designed to expedite project launches by integrating essential features such as SEO, analytics, authentication, payments, and email functionalities. These kits support various databases, including MongoDB, Firestore, PostgreSQL, Redis, and SQLite, providing flexibility in data management. They also facilitate seamless file and document storage through services like AWS S3, Cloudflare R2, Firebase Storage, and Supabase Storage. User authentication is streamlined with support for email/password logins, OAuth 2.0, password resets, and email verification, along with social logins from platforms like Google, Facebook, and GitHub. For billing and payments, the kits integrate with Stripe and LemonSqueezy, enabling global transactions with tax compliance. Content management is enhanced through dynamic blog pages and responsive documentation, utilizing Markdown and MDX.
    Starting Price: $99 per month
  • 33
    DevReadyKit

    DevReadyKit

    DevReadyKit

    DevReadyKit is a UI framework purpose-built for SaaS applications and developer tools dashboards, offering production-ready components crafted in React, Tailwind CSS, and TypeScript, free for commercial use. It’s designed for developers and solo founders who want to skip building their frontend from scratch and instead copy, customise, and launch polished user interfaces quickly, without needing an in-house design team. Unlike generic libraries, DevReadyKit focuses on the patterns and layouts specific to SaaS and dev-tool products, dashboards, tables, charts, cards, and auth workflows, with a “ship-ready” mindset. Users can own the code (no hidden npm dependencies), customise freely, and deploy faster. The creators are actively gathering feedback, planning expanded components, dashboard templates, and perhaps a paid tier of advanced features, while the core library remains free for commercial use.
  • 34
    Diploi

    Diploi

    Diploi

    Diploi is a developer platform that simplifies building, deploying, and hosting applications from start to production. It lets developers define their entire stack using reusable components and add-ons managed through a single YAML configuration. Diploi provides zero-install development environments that launch instantly without local setup. Developers can code directly in a browser-based IDE or connect their own IDE via SSH. The platform automatically configures GitHub integration and CI/CD pipelines. With one click, teams can create test, staging, or production environments. Diploi removes infrastructure friction so developers can focus on building software faster.
  • 35
    AWS Lambda
    Run code without thinking about servers. Pay only for the compute time you consume. AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume. With Lambda, you can run code for virtually any type of application or backend service - all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability. You can set up your code to automatically trigger from other AWS services or call it directly from any web or mobile app. AWS Lambda automatically runs your code without requiring you to provision or manage servers. Just write the code and upload it to Lambda. AWS Lambda automatically scales your application by running code in response to each trigger. Your code runs in parallel and processes each trigger individually, scaling precisely with the size of the workload.
  • 36
    Radix

    Radix

    Radix

    The only decentralized network that lets you build fast, rewards everyone who makes it better, and scales without friction. A purpose-built DeFi programming environment that will enable fast and secure development. A system of on-ledger royalties that will reward those that contribute dApp code to the ecosystem. A consensus algorithm that will provide unlimited scalability without breaking DeFi composability. Radix is the only decentralized network where developers will be able to build quickly without the constant threat of exploits and hacks, where every improvement will get rewarded, and where scale will never be a bottleneck. Radix is building an open, interconnected platform where the full range of powerful DeFi applications will be built securely and safely. Staking provides a critical function for the Radix network. The greater the value staked, the more secure the network is.
  • 37
    Vue.js

    Vue.js

    Vue.js

    Builds on top of standard HTML, CSS and JavaScript with intuitive API and world-class documentation. Truly reactive, compiler-optimized rendering system that rarely requires manual optimization. A rich, incrementally adoptable ecosystem that scales between a library and a full-featured framework. Vue is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be it simple or complex. Vue extends standard HTML with a template syntax that allows us to declaratively describe HTML output based on JavaScript state. Vue automatically tracks JavaScript state changes and efficiently updates the DOM when changes happen. Vue is a framework and ecosystem that covers most of the common features needed in frontend development.
  • 38
    PRISM

    PRISM

    PRISM

    Professionally created by certified change consultants, our toolkit sets the right tone from the onset. From strategies, and pre-built models to integrated reporting. Fully integrated change management intervention forms, dashboards, charts and KPI’s to 100’s of pages of complementary “how to” presentations and strategy documents on change, training & communication. Bonus material includes problem-solving and team-building techniques with regular free content and updates.
  • 39
    CloudCannon

    CloudCannon

    CloudCannon

    Empower your content team to edit and build pages from custom components — without the help of a developer. Unify your content editors and developers with collaborative publishing workflows powered by Git. And because CloudCannon handles it all, you won’t have to teach Git to anyone. Beat out your competition with boosted search rankings and top performance metrics. Scale your audience to any size without security worries. CloudCannon allows editors to see all of their on-page changes instantly, via the most intuitive and configurable interface on the web. Developers can choose from a range of editing controls to enable, and give each content team a personalized interface. Developers can create nestable custom components like case studies, image grids, testimonials, and CTAs, and share full component libraries with editors.
  • 40
    HTML

    HTML

    HTML

    HTML, short for HyperText Markup Language, is the markup language that is used by every website on the internet. HTML is code that websites use to build and structure every part of their website and web pages. HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and final major HTML version that is a World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML Living Standard. It is maintained by the Web Hypertext Application Technology Working Group (WHATWG), a consortium of the major browser vendors (Apple, Google, Mozilla, and Microsoft). HTML5 includes detailed processing models to encourage more interoperable implementations; it extends, improves, and rationalizes the markup available for documents and introduces markup and application programming interfaces (APIs) for complex web applications. For the same reasons, HTML5 is also a candidate for cross-platform mobile applications.
  • Previous
  • You're on page 1
  • Next