nextra
astro
nextra | astro | |
---|---|---|
45 | 559 | |
11,961 | 47,369 | |
- | 1.8% | |
9.6 | 9.9 | |
3 days ago | 3 days ago | |
TypeScript | TypeScript | |
MIT License | GNU General Public License v3.0 or later |
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.
nextra
-
Generate a documentation site using Nextra
In this article, you will learn how Nextra can be used to generate a static documentation site and we also provide an example.
-
Upgrading from Nextra v2 to Nextra v3: A "Quick" Guide
Nextra, a powerful framework built on top of Next.js, has been empowering developers to create content-focused websites effortlessly.
-
Ask HN: Best AI-first documentation engine for OSS devtools?
Been using https://github.com/shuding/nextra in the past, really loved MDX + nextjs, anything better now?
-
Building jargons.dev [#0]: The Initial Commit
At this point for jargons.dev, I have muted that it will be an Open Source dictionary that can accept word contribution, it will not require a server, it will rely on GitHub as backend, using a bunch of md files similar to The Odin Project and doc sites implemented like Nextra (this was infact my knight in shiny armor, I was looking to build jargons.dev with Nextra) but I also want to make contributing to the dictionary fun, and lovable with a streamlined contribution experience.
-
Show HN: I am building an open-source Confluence and Notion alternative
Not quite the same use case, but I've been really enjoying using https://nextra.site/ to create a static documentation site for one of my projects.
It's managed to strike a good balance of getting out the way and letting me mostly just write plain markdown, whilst being able to fall back to react components if needed.
With CD to GitHub pages on merge to main I think it's a pretty good experience
-
Roast My Docs
co-author here
we put in a lot of effort into our docs and we'd greatly appreciate any criticism or feedback! Langfuse is powerful but the docs should help beginners to quickly get started and then incrementally use more features.
docs are OSS, repo: https://github.com/langfuse/langfuse-docs
built using: https://github.com/shuding/nextra
-
Million 3.0: All You Need To Know
However, this may just be due to the lack of proper documentation from the Nextra side of things (shoutout to Nextra though, regardless).
-
React Ecosystem in 2024
Nextra - Nextra is another option for creating documentation sites. While it might not be as well-known as Docusaurus, Nextra offers a modern and minimalist approach to building documentation. It is designed to be lightweight and user-friendly, making it a good choice for those who prefer a simple and clean documentation style. You can explore more about Nextra on their official website.
-
Create Docs like vercel's
I have looked at https://nextra.site/ but that doesn't work with the app router yet. So I'm wondering if there's another alternative.
- MdBook – Create book from Markdown files. Like Gitbook but implemented in Rust
astro
- 副业项目困扰我 - FAV0周刊#024
-
Astro: El Framework Todo en Uno para el Desarrollo Web Moderno
GitHub
-
Astro.js: Build Lightning-Fast Websites with Minimal JavaScript
Official Astro Documentation
-
A Guide to Server-Side Rendering
Astro: Allows you to use multiple frameworks and supports SSR.
-
How to Build an Astrojs Image Gallery App with Strapi 5
import { defineConfig } from 'astro/config'; // https://astro.build/config export default defineConfig({ output: 'server', });
-
Sustainable Web Interest Group Is Formed
astro is a modern framework "optimised for content heavy websites" i.e. vanilla assets mostly except when asked for something more.
[1] https://astro.build/
-
A Complete Guide to Build a Documentation Site with Astro Starlight
// @ts-check import { defineConfig } from 'astro/config'; import starlight from '@astrojs/starlight'; // https://astro.build/config export default defineConfig({ integrations: [ starlight({ // Site title title: 'Bizarre Binary Docs', // Site description description: `Welcome to Bizarre Binary, your trusted companion for exploring the vast expanse of space.`, }), ], });
-
Insights from building my portfolio with Astro
My portfolio’s use case was so simple that I could have easily used HTML, CSS, and JavaScript. But how would I then tell you about Astro, an underrated yet incredible JavaScript framework? I even recently wrote an article for Hygraph about Astro and its versatility as an all-in-one framework.
-
SEO from a Newbie for Beginners
Next, you build the site.\ Since SEO is a priority, server-side rendering (SSR) is a must. There's a lot of talk about Google being able to parse JavaScript, but that's mostly nonsense. Sometimes it can, but it generally hates doing so, so don’t risk it. You could use a heavy SSR setup for React or Angular, but we went with astro.build—super fast, simple, and elegant. They have plenty of free and complex themes, but we settled on their Starlight theme after tweaking the home page a bit (you need to copy the Hero.astro component and override Head.astro).
-
How to Add an Excel-like Table to Your Astro Site (the Easy Way)
The philosophy of Astro is one of performance, flexibility, and customization. A web framework that prides itself on rendering as much as it can on the server first, allowing you to choose where your content lives, and giving you as many handles as possible to customize it how you like. The datagrid library you go with should be the same.
What are some alternatives?
Docusaurus - Easy to maintain open source documentation websites.
qwik - Instant-loading web apps, without effort
typedoc - Documentation generator for TypeScript projects.
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.
VuePress - 📝 Minimalistic Vue-powered static site generator
Hugo - The world’s fastest framework for building websites.
docsify - 🃏 A magical documentation site generator.
SvelteKit - web development, streamlined
TiddlyWiki - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
fresh - The next-gen web framework.