Chic.js screenshot

Chic.js

Author Avatar Theme by Markschellhas
Updated: 31 Dec 2025
24 Stars

Rapid prototyping CLI tool for Sveltekit apps.

Overview

Chic.js is an innovative rapid prototyping tool designed specifically for Sveltekit, aimed at streamlining the app development process. Developed by Mark Schellhas, this command-line interface (CLI) allows developers to quickly scaffold applications, enabling them to focus on the creative aspects of their projects rather than getting bogged down in the initial setup. Chic.js is particularly useful for both seasoned developers and those new to Sveltekit, as it simplifies processes like creating routes, models, and views with ease.

By using Chic.js, developers can rapidly iterate on their ideas, creating fully functional applications in a fraction of the time. With straightforward commands and an intuitive setup, Chic.js helps facilitate a more efficient development workflow, making it a must-have tool for anyone working within the Sveltekit framework.

Features

  • Rapid Scaffolding: Quickly create new Sveltekit applications and scaffold resources with minimal effort, allowing you to jump directly into development.

  • Seamless Resource Management: Use the chic make command to automate the generation of views, models, and CRUD operations for your resources in a single command.

  • Development Server: Easily run your development server using the chic s command to streamline your testing and debugging processes.

  • Customizable App Creation: Generate apps with different styling frameworks such as Tailwind CSS, Bootstrap, or Bulma by simply adding options during app creation.

  • Integrated Routing: Chic.js automatically provides a /routes endpoint to help you visualize and manage all API routes, aiding in debugging and development.

  • Built-in Help and Versioning: Quickly access help information or check the current version of Chic.js using the chic --help and chic --version commands.

  • Debugging Features: Manage the debug status of the routes endpoint with simple commands, ensuring optimal functionality throughout the development lifecycle.

  • Sitemap Generation: Create a sitemap easily with the chic sitemap [domain name] command to enhance SEO and navigability after building your project.