Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ecopages/core

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecopages/core

Core package for Ecopages

latest
Source
npmnpm
Version
0.2.0-alpha.1
Version published
Maintainers
1
Created
Source

Ecopages

Ecopages is a static site generator designed with the goal of simplifying the process of creating websites. It is suitable for a range of projects, from blogs to portfolios, emphasizing ease of use and flexibility.

This project is built on a commitment to clarity and simplicity in web development, utilizing modern web technologies without obscuring the process with unnecessary complexity.

Ecopages relies on a minimal set of dependencies, carefully chosen to support its core functionality.

Ecopages is built on the Bun runtime, primarily utilizing Kita and Mdx for rendering. Additionally, it supports Lit Elements and offers experimental integration with React. This setup allows for the extension of the platform with custom rendering functions, providing flexibility to cater to the specific needs of each project. The integrations are designed to be extensible, with no limit to the customization and expansion possibilities.

For styling, Tailwind CSS and PostCSS have been integrated. Notably, we recommend using css stylesheets and @apply directives with Tailwind CSS, diverging from its usual inline styling approach to better suit the structure of Ecopages.

As a project in its early stages, Ecopages is continuously evolving. Users may encounter limitations or areas in need of refinement. We welcome feedback and issue reports via our GitHub repository.

Install

bunx jsr add @ecopages/core

Portable imports first

Use the root package exports for normal Ecopages authoring:

import { EcopagesApp, defineApiHandler, defineGroupHandler } from '@ecopages/core';

Use runtime-specific subpaths only as advanced escape hatches when you explicitly need Bun- or Node-native APIs:

  • @ecopages/core/bun
  • @ecopages/core/node

Keywords

ecopages

FAQs

Package last updated on 08 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts