Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A cinematic bilingual Astro starter for book launches, author portfolios, and editorial projects, with WebGL particle effects.

Curated collection of Vercel example apps, starter projects, and reference solutions you can clone, configure, and deploy.

Open-source Next.js starter kit from Astria for building an AI headshot generator SaaS, with Supabase auth, Stripe billing and Vercel deploy.

Example Next.js marketing site whose pages are assembled from Drupal Landing page nodes and paragraphs served over JSON:API.

Next.js 15 starter from PaddleHQ that adds a pricing page and a Paddle Billing web checkout openable from iOS apps, with Apple Pay support.
Bilingual Astro Editorial Template is a free Astro and TypeScript starter that generates a static Spanish/English editorial landing site for books, author portfolios, and creative projects, using a WebGL space scene and particle-rendered title instead of a CMS.
It is a static-site starter built on Astro 7.x with TypeScript output, maintained by EloyEMC and derived from Astro's Space theme. You supply localized editorial copy, book or project data, artwork, and legal text; the build produces a static site in dist/ with paired /es/ and /en/ routes. No CMS, database, or runtime API is required, and the repository ships generic example data so branding, links, and artwork can be swapped for a real project.
npm run build emits a static site into dist/, deployable without a Node runtime; npm run check runs Astro and TypeScript diagnostics first./es/ and /en/ page trees with canonical and alternate-language metadata in the shared layout.src/data/legal.ts.src/data/books.ts, routes in src/pages/, layouts in src/layouts/, presentation components in src/components/, styles in src/styles/, interaction scripts in src/scripts/, and replaceable artwork in public/media/./es/ and /en/ without losing context on the current page.public/media/ and point the floating cover at their own portfolio piece./es/ and /en/ versions, a cover dossier modal, and localized call-to-action links.npm install then npm run dev, and open the local server at http://localhost:4321/es/ or http://localhost:4321/en/.src/data/books.ts and src/data/legal.ts, swap the public/media/template-cover-*.svg artwork, and set the production origin in astro.config.mjs.THIRD_PARTY_NOTICES.md, then run npm run build and npm run preview to check the static output.The template-owned scaffolding is released under the MIT License. The bundled Wormhole Extreme scene and three.js keep their own licenses and attribution requirements, so THIRD_PARTY_NOTICES.md must be reviewed before redistributing a customized version.
No. All editorial, legal, and attribution content sits in TypeScript data files under src/data/, and the build produces a static site with no runtime API or database dependency.
The starter ships Spanish and English route trees at /es/ and /en/, with canonical and alternate-language metadata generated in the shared layout and a switcher that preserves the current page context.
The homepage keeps semantic text and static fallbacks, and reduced-motion preferences are respected, so the page stays readable when the particle title and space scene cannot render.
