
KiraWebs
Web development project featuring a modern landing page for a website creation service, focused on performance, transparency, and a clear user experience for businesses and professionals.
Next.jsNotion APIRedis

Kirawebs.com is a website developed for a company that provides technological solutions, including web development, consulting, and cloud solutions. 💡 One of the standout features of this project is the implementation of an interactive multi-step form that allows clients to simulate the cost of their website.
Technologies Used
The following technologies were used for the development of this project:
- Next.js: As the main framework for building the application.
- React: For creating interactive components.
- Tailwind CSS: For designing and styling the interface.
- Shadcn: For implementing modern and accessible UI components.
- Notion API: To store contact form data in a Notion database.
- Redis: To implement a rate limiting system, limiting message submissions to 3 per minute.
- Zod: For data validation in the contact form.
- ESLint and Prettier: To maintain clean and well-formatted code.
- Vercel: For deployment and hosting of the application.

Key Features
Interactive Cost Simulation Form
- Clients can follow a series of steps to get an estimate of their website's cost.


Contact Form with Validation and Rate Limiting
- An email and a message are requested.
- Data is validated using Zod.
- If validation is successful, the data is stored in a Notion database.
- A rate limiting system was implemented using Redis, limiting message submissions to 3 per minute.


In Notion Database

Code Snippets and Examples
Example of Validation with Zod
Contact message store

Rate Limiting Implementation with Redis


Deployment on Vercel
The application is hosted on Vercel, ensuring optimal performance and easy scalability.