Have something to say?

Tell CodeSmash how they could make the product more useful to you.

Workspace Management with Roles, Permissions, and Project Folder System

I want to request a feature that introduces workspace management with roles and permissions, tailored for different companies or teams within the platform. Additionally, a project folder system should be included to organize APIs, and build services efficiently, and microservices. Key Components: Workspaces for Different Companies/Teams: Create isolated workspaces for different companies or teams to keep projects and resources organized. Roles and Permissions: Assign specific roles and permissions within each workspace to ensure secure and controlled access to resources. Project Folder System: Implement a project folder structure to separate APIs, development work, built services, and microservices. Reasons for Request: Enhanced Organization: Keeps projects and resources neatly separated, reducing clutter and confusion. Improved Security: Ensures that only authorized team members have access to specific resources. Streamlined Collaboration: Facilitates better collaboration by providing clear roles and responsibilities within a workspace. Efficient Resource Management: Allows for easier tracking and management of different projects, APIs, and microservices. This feature will significantly improve the platform's usability for teams working on complex, multi-faceted projects.

fxrazor About 1 month ago

1

In Progress

Automatic Next.js App Router Hosting

Implement a streamlined process for hosting Next.js applications that use the new App Router architecture on CodeSmash. This feature would allow users to easily deploy and manage their Next.js projects with minimal configuration, taking advantage of the latest Next.js features. Key features: 1. One-click deployment of Next.js apps using the App Router 2. Automatic detection and configuration of App Router structure 3. Seamless integration with serverless infrastructure (e.g., AWS Lambda, CloudFront) 4. Support for server-side rendering (SSR) and static site generation (SSG) 5. Easy management of environment variables and configuration 6. Automated CI/CD pipeline for Next.js projects Benefits: - Simplify the deployment process for modern Next.js applications - Leverage the performance improvements and new features of the App Router - Reduce configuration overhead for developers - Ensure optimal hosting setup for Next.js apps on serverless infrastructure - Provide a scalable and cost-effective hosting solution for Next.js projects This feature would enhance CodeSmash's offerings for React-based web applications, making it an attractive platform for developers working with the latest Next.js architecture. What to Implement https://github.com/awslabs/aws-lambda-web-adapter/tree/main/examples/nextjs-zip Tried, but not working https://github.com/sst/open-next

Philipp About 2 months ago

22

Serverless PostgreSQL Integration with AWS

Integrate serverless PostgreSQL database capabilities into CodeSmash using AWS services. This feature would allow users to easily deploy and manage PostgreSQL databases using Amazon Aurora Serverless v2, combining the power of PostgreSQL with the scalability of serverless architecture. Key features: 1. One-click deployment of Amazon Aurora Serverless v2 (PostgreSQL-compatible) 2. Automated scaling based on application demand 3. Integration with AWS IAM for secure access management 4. Simplified connection management for serverless environments 5. Automated backups using AWS backup services Benefits: - Leverage AWS's robust PostgreSQL-compatible serverless offering - Pay-per-use pricing model for cost optimization - Seamless integration with other AWS services - Simplified database management within the CodeSmash ecosystem - High availability and fault tolerance provided by AWS infrastructure This feature would enhance CodeSmash's AWS-based database offerings, providing a powerful, scalable PostgreSQL solution for modern, serverless applications.

Philipp About 2 months ago

4

Completed

Integrate Alternative Git Providers to Ensure Access for New CodeSmash Users

Recent changes in AWS CodeCommit's onboarding process have made it impossible for new AWS users to create CodeCommit repositories. This directly hinders new CodeSmash users from fully engaging with the platform, as seamless repository creation is crucial for project initiation and collaboration. To ensure continued accessibility and a smooth user experience, integrating alternative Git providers like GitHub or GitLab as repository options within CodeSmash is essential. Benefits of this feature: * Uninterrupted Onboarding: Provide new users impacted by the CodeCommit changes a straightforward way to begin using CodeSmash. * Enhanced Flexibility & Choice: Empower users to leverage their preferred and already established Git provider, streamlining workflow integration. * Broadened Platform Appeal: Attract a wider range of users, particularly those who primarily work with GitHub or GitLab, further expanding the CodeSmash community.

Philipp About 2 months ago

15

No Code UI Builder

Create a No Code UI builder which will make it possible to create websites visually. It needs to be able to save the code, so that it can be built and served with a serverless web hosting. Requirements Create Routes have parameters which are passed to routes Create Pages pages should map to routes pages need to have parameters each page needs to have actions which execute when page loads page is closed Local state to define data Create Controls controls need to be reusable Implement a Design System change of design system changes the complete design of the website Global State State needs to be reactive Any change immediately visible on any control Any control needs to be access any item from this state Global Functions functions can be accessed from any control No Code Function Builder Functions to execute code on the UI Build using same builder as the API Builder Access route parameters Access global state Access local state Generate Code with ChatGPT Import generated HTML

mario.stopfer About 2 months ago

4