Angular
Deliver web apps with confidence 🚀 (by angular)
astro
The web framework for content-driven websites. ⭐️ Star to support our work! (by withastro)
Angular | astro | |
---|---|---|
813 | 608 | |
98,582 | 53,055 | |
0.2% | 0.9% | |
10.0 | 9.9 | |
2 days ago | 4 days ago | |
TypeScript | TypeScript | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Angular
Posts with mentions or reviews of Angular.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-08-11.
-
How to Choose the Right Tech Stack for Your SaaS MVP
Angular (full-featured, opinionated)
-
Angular Enter/Leave Animations in 2025: Old vs New
Angular 20.2.0-next.2 Release Notes
- Ng-News 25/29: PrimeNgx, Stable Zoneless, Native Animations
-
Senior Angular Interview Questions
One common use case is running initialization logic at the app startup using the APP_INITIALIZER injection token token. While APP_INITIALIZER is now deprecated, the recommended replacement is the provideAppInitializer function.
-
Building AI-powered e-commerce applications using Angular & Firebase AI Logic (formerly Vertex AI in Firebase)
This article will guide you through building a modern, AI-powered e-commerce application using Angular for the front end and leveraging the capabilities of Google's Firebase AI Logic (formerly Vertex AI in Firebase). We will explore how to implement intelligent features by referencing code snippets from the "Bytewise" e-commerce application, a practical example I created, available on GitHub.
-
Firebase hybrid on-device with Angular
Some of you asked me to create an example of integration between Angular and one of Firebase's latest features: "hybrid on-device".
- Ng-News 25/26: DDD, Animations In/Out, Reflow Issues
-
I Built My Personal Portfolio with Angular and Hosted It on GitHub Pages
Framework: Angular
-
Exploring the `@Attribute` Decorator in Angular 🔍
During a recent discussion with some colleagues about TypeScript decorators, we ended up deep-diving into Angular.dev and stumbled upon something interesting — the @Attribute decorator.
-
How to use Angular 20 experimental Vitest support outside of ng test
I’m the kind of developer who likes to stay in the loop of the technologies they love, even though they may not be working with them right now. And I love Angular.
astro
Posts with mentions or reviews of astro.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-08-11.
-
The Joy of Mixing Custom Elements, Web Components, and Markdown
I recently discovered a static site generator called Astro, which supports many syntaxes but the .astro is a nice mix of TypeScript and JSX-like syntax. Content can use MDX which is like Markdown but with {JSX} style markup for variables and etc. The static components are used very similar to React, with familiar import statements and patterns. It is extremely easy to pick up. Best of all, it has plugins to support all sorts of other interactivity, so you can create interactive 'islands' of content using React or Preact or SolidJS or Vue etc. That way you have most of your content statically generated, and then the dynamic parts can be done from the client side.
Best of all, if you use simple unchanged files for other dynamic stuff like JSON etc, you can just generate those on build and serve those files in the host directly as the 'response' to a simple REST request, which is sometimes overlooked despite being the most fundamental form of a REST API.
https://astro.build/
-
Vibing this summer: Building a Landing Page with Astro & Cloudflare Workers
This year is all about vibing and no, not just in the beach sense. AI is transforming how we write code, how we learn new tools, and how we think about building things on the web. In this post, I’ll walk you through how I built my first landing page with Windsurf AI, using Astro, deployed via Cloudflare Workers. I’ll share what worked, what didn’t, and how I’d approach things next time.
-
Artisanal Handcrafted Git Repositories
The site uses Astro (https://astro.build/) and the code blocks are generated using Shiki (https://shiki.style/). As Shiki generates the HTML and CSS at build-time instead of requiring runtime JS like alternatives like Prism (https://prismjs.com/#basic-usage), it's actually quite performant. I think it's unlikely that a couple of hundred lines with some empty spans in is going to cause performance issues – imo it's more likely to come from some silly JS somewhere.
-
Astro is a developers f* dream
But it has a CMS? The author said that replaced WordPress sites with Astro, and on https://astro.build/ I see a comparison to WordPress.
Astro brings a friendly UI to maintain and update the sites? Like the WordPress panel and editor.
-
The Technology Behind SmoothCSV - The Ultimate CSV Editor
Static Site Generator: Astro
-
InboxNegotiator: Turning Debt Reminders into Payment Plans with AI and Postmark
Framework: Astro (using Astro endpoints for the full-stack API)
-
Ask HN: How do startups create fancy websites?
Many people I know use https://astro.build/ to create impressive landing pages for products or validation. It is fully static by default which is impressive.
-
Building a Future-Proof E-commerce Powerhouse: Headless Stack
For our storefront, we chose Astro.js. If you haven't heard of Astro, prepare to be amazed. Its core philosophy is "Ship less JavaScript," which translates directly to incredible page load speeds and a fantastic user experience.
-
Modern, minimal portfolio template designed for developers.
Hackfolio is a modern, minimal, and fully responsive portfolio template built with Astro. Designed for developers and creators, it helps you showcase your skills, experience, and projects with a clean and professional look.
-
Best SEO plugin for astro.js - Astro SEO Plugin.
If you’ve just started creating your website with Astro and have no clue how to improve your SEO, you’re not alone here.
What are some alternatives?
When comparing Angular and astro you can also consider the following projects:
Drawflow - Simple flow library 🖥️🖱️
vite - Next generation frontend tooling. It's fast!
Next.js - The React Framework
eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
go - The Go programming language
SvelteKit - web development, streamlined